Uses of Class
com.amazonaws.services.ec2.model.ModifyVpcAttributeRequest
-
Packages that use ModifyVpcAttributeRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of ModifyVpcAttributeRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type ModifyVpcAttributeRequest Modifier and Type Method Description Future<ModifyVpcAttributeResult>
AbstractAmazonEC2Async. modifyVpcAttributeAsync(ModifyVpcAttributeRequest request, AsyncHandler<ModifyVpcAttributeRequest,ModifyVpcAttributeResult> asyncHandler)
Future<ModifyVpcAttributeResult>
AmazonEC2Async. modifyVpcAttributeAsync(ModifyVpcAttributeRequest modifyVpcAttributeRequest, AsyncHandler<ModifyVpcAttributeRequest,ModifyVpcAttributeResult> asyncHandler)
Modifies the specified attribute of the specified VPC.Future<ModifyVpcAttributeResult>
AmazonEC2AsyncClient. modifyVpcAttributeAsync(ModifyVpcAttributeRequest request, AsyncHandler<ModifyVpcAttributeRequest,ModifyVpcAttributeResult> asyncHandler)
-
Uses of ModifyVpcAttributeRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ModifyVpcAttributeRequest Modifier and Type Method Description ModifyVpcAttributeRequest
ModifyVpcAttributeRequest. clone()
ModifyVpcAttributeRequest
ModifyVpcAttributeRequest. withEnableDnsHostnames(Boolean enableDnsHostnames)
Indicates whether the instances launched in the VPC get DNS hostnames.ModifyVpcAttributeRequest
ModifyVpcAttributeRequest. withEnableDnsSupport(Boolean enableDnsSupport)
Indicates whether the DNS resolution is supported for the VPC.ModifyVpcAttributeRequest
ModifyVpcAttributeRequest. withVpcId(String vpcId)
The ID of the VPC.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ModifyVpcAttributeRequest Modifier and Type Method Description Request<ModifyVpcAttributeRequest>
ModifyVpcAttributeRequest. getDryRunRequest()
This method is intended for internal use only.
-