Uses of Class
com.amazonaws.services.ec2.model.ModifySubnetAttributeRequest
Packages that use ModifySubnetAttributeRequest
-
Uses of ModifySubnetAttributeRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type ModifySubnetAttributeRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.modifySubnetAttribute
(ModifySubnetAttributeRequest request) AmazonEC2.modifySubnetAttribute
(ModifySubnetAttributeRequest modifySubnetAttributeRequest) Modifies a subnet attribute.AmazonEC2Client.modifySubnetAttribute
(ModifySubnetAttributeRequest modifySubnetAttributeRequest) Modifies a subnet attribute.AbstractAmazonEC2Async.modifySubnetAttributeAsync
(ModifySubnetAttributeRequest request) AbstractAmazonEC2Async.modifySubnetAttributeAsync
(ModifySubnetAttributeRequest request, AsyncHandler<ModifySubnetAttributeRequest, ModifySubnetAttributeResult> asyncHandler) AmazonEC2Async.modifySubnetAttributeAsync
(ModifySubnetAttributeRequest modifySubnetAttributeRequest) Modifies a subnet attribute.AmazonEC2Async.modifySubnetAttributeAsync
(ModifySubnetAttributeRequest modifySubnetAttributeRequest, AsyncHandler<ModifySubnetAttributeRequest, ModifySubnetAttributeResult> asyncHandler) Modifies a subnet attribute.AmazonEC2AsyncClient.modifySubnetAttributeAsync
(ModifySubnetAttributeRequest request) AmazonEC2AsyncClient.modifySubnetAttributeAsync
(ModifySubnetAttributeRequest request, AsyncHandler<ModifySubnetAttributeRequest, ModifySubnetAttributeResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type ModifySubnetAttributeRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.modifySubnetAttributeAsync
(ModifySubnetAttributeRequest request, AsyncHandler<ModifySubnetAttributeRequest, ModifySubnetAttributeResult> asyncHandler) AmazonEC2Async.modifySubnetAttributeAsync
(ModifySubnetAttributeRequest modifySubnetAttributeRequest, AsyncHandler<ModifySubnetAttributeRequest, ModifySubnetAttributeResult> asyncHandler) Modifies a subnet attribute.AmazonEC2AsyncClient.modifySubnetAttributeAsync
(ModifySubnetAttributeRequest request, AsyncHandler<ModifySubnetAttributeRequest, ModifySubnetAttributeResult> asyncHandler) -
Uses of ModifySubnetAttributeRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ModifySubnetAttributeRequestModifier and TypeMethodDescriptionModifySubnetAttributeRequest.clone()
ModifySubnetAttributeRequest.withMapPublicIpOnLaunch
(Boolean mapPublicIpOnLaunch) Specifytrue
to indicate that instances launched into the specified subnet should be assigned public IP address.ModifySubnetAttributeRequest.withSubnetId
(String subnetId) The ID of the subnet.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ModifySubnetAttributeRequestModifier and TypeMethodDescriptionModifySubnetAttributeRequest.getDryRunRequest()
This method is intended for internal use only.