Uses of Class
software.amazon.awssdk.services.ec2.model.ModifySubnetAttributeResponse
Packages that use ModifySubnetAttributeResponse
-
Uses of ModifySubnetAttributeResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ModifySubnetAttributeResponseModifier and TypeMethodDescriptiondefault ModifySubnetAttributeResponseEc2Client.modifySubnetAttribute(Consumer<ModifySubnetAttributeRequest.Builder> modifySubnetAttributeRequest) Modifies a subnet attribute.default ModifySubnetAttributeResponseEc2Client.modifySubnetAttribute(ModifySubnetAttributeRequest modifySubnetAttributeRequest) Modifies a subnet attribute.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type ModifySubnetAttributeResponseModifier and TypeMethodDescriptionEc2AsyncClient.modifySubnetAttribute(Consumer<ModifySubnetAttributeRequest.Builder> modifySubnetAttributeRequest) Modifies a subnet attribute.Ec2AsyncClient.modifySubnetAttribute(ModifySubnetAttributeRequest modifySubnetAttributeRequest) Modifies a subnet attribute.