Uses of Class
com.amazonaws.services.ec2.model.ModifySubnetAttributeRequest
-
Packages that use ModifySubnetAttributeRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of ModifySubnetAttributeRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type ModifySubnetAttributeRequest Modifier and Type Method Description Future<ModifySubnetAttributeResult>AbstractAmazonEC2Async. modifySubnetAttributeAsync(ModifySubnetAttributeRequest request, AsyncHandler<ModifySubnetAttributeRequest,ModifySubnetAttributeResult> asyncHandler)Future<ModifySubnetAttributeResult>AmazonEC2Async. modifySubnetAttributeAsync(ModifySubnetAttributeRequest modifySubnetAttributeRequest, AsyncHandler<ModifySubnetAttributeRequest,ModifySubnetAttributeResult> asyncHandler)Modifies a subnet attribute.Future<ModifySubnetAttributeResult>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 ModifySubnetAttributeRequest Modifier and Type Method Description ModifySubnetAttributeRequestModifySubnetAttributeRequest. clone()ModifySubnetAttributeRequestModifySubnetAttributeRequest. withMapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch)Specifytrueto indicate that instances launched into the specified subnet should be assigned public IP address.ModifySubnetAttributeRequestModifySubnetAttributeRequest. withSubnetId(String subnetId)The ID of the subnet.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ModifySubnetAttributeRequest Modifier and Type Method Description Request<ModifySubnetAttributeRequest>ModifySubnetAttributeRequest. getDryRunRequest()This method is intended for internal use only.
-