Uses of Class
software.amazon.awssdk.services.ec2.model.ModifyFpgaImageAttributeRequest
-
Packages that use ModifyFpgaImageAttributeRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of ModifyFpgaImageAttributeRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type ModifyFpgaImageAttributeRequest Modifier and Type Method Description default CompletableFuture<ModifyFpgaImageAttributeResponse>
Ec2AsyncClient. modifyFpgaImageAttribute(ModifyFpgaImageAttributeRequest modifyFpgaImageAttributeRequest)
Modifies the specified attribute of the specified Amazon FPGA Image (AFI).default ModifyFpgaImageAttributeResponse
Ec2Client. modifyFpgaImageAttribute(ModifyFpgaImageAttributeRequest modifyFpgaImageAttributeRequest)
Modifies the specified attribute of the specified Amazon FPGA Image (AFI). -
Uses of ModifyFpgaImageAttributeRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type ModifyFpgaImageAttributeRequest Modifier and Type Method Description SdkHttpFullRequest
ModifyFpgaImageAttributeRequestMarshaller. marshall(ModifyFpgaImageAttributeRequest modifyFpgaImageAttributeRequest)
-