Uses of Class
software.amazon.awssdk.services.ec2.model.ModifyImageAttributeResponse
Packages that use ModifyImageAttributeResponse
-
Uses of ModifyImageAttributeResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ModifyImageAttributeResponseModifier and TypeMethodDescriptiondefault ModifyImageAttributeResponseEc2Client.modifyImageAttribute(Consumer<ModifyImageAttributeRequest.Builder> modifyImageAttributeRequest) Modifies the specified attribute of the specified AMI.default ModifyImageAttributeResponseEc2Client.modifyImageAttribute(ModifyImageAttributeRequest modifyImageAttributeRequest) Modifies the specified attribute of the specified AMI.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type ModifyImageAttributeResponseModifier and TypeMethodDescriptionEc2AsyncClient.modifyImageAttribute(Consumer<ModifyImageAttributeRequest.Builder> modifyImageAttributeRequest) Modifies the specified attribute of the specified AMI.Ec2AsyncClient.modifyImageAttribute(ModifyImageAttributeRequest modifyImageAttributeRequest) Modifies the specified attribute of the specified AMI.