Uses of Class
software.amazon.awssdk.services.ec2.model.ResetImageAttributeRequest
-
Packages that use ResetImageAttributeRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of ResetImageAttributeRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type ResetImageAttributeRequest Modifier and Type Method Description default CompletableFuture<ResetImageAttributeResponse>Ec2AsyncClient. resetImageAttribute(ResetImageAttributeRequest resetImageAttributeRequest)Resets an attribute of an AMI to its default value.default ResetImageAttributeResponseEc2Client. resetImageAttribute(ResetImageAttributeRequest resetImageAttributeRequest)Resets an attribute of an AMI to its default value. -
Uses of ResetImageAttributeRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type ResetImageAttributeRequest Modifier and Type Method Description SdkHttpFullRequestResetImageAttributeRequestMarshaller. marshall(ResetImageAttributeRequest resetImageAttributeRequest)
-