Uses of Class
software.amazon.awssdk.services.ec2.model.ModifySubnetAttributeResponse
-
Packages that use ModifySubnetAttributeResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of ModifySubnetAttributeResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ModifySubnetAttributeResponse Modifier and Type Method Description default 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 ModifySubnetAttributeResponse Modifier and Type Method Description default CompletableFuture<ModifySubnetAttributeResponse>Ec2AsyncClient. modifySubnetAttribute(Consumer<ModifySubnetAttributeRequest.Builder> modifySubnetAttributeRequest)Modifies a subnet attribute.default CompletableFuture<ModifySubnetAttributeResponse>Ec2AsyncClient. modifySubnetAttribute(ModifySubnetAttributeRequest modifySubnetAttributeRequest)Modifies a subnet attribute.
-