Uses of Class
com.amazonaws.services.ec2.model.ModifyVpcAttributeRequest
Packages that use ModifyVpcAttributeRequest
-
Uses of ModifyVpcAttributeRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type ModifyVpcAttributeRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.modifyVpcAttribute(ModifyVpcAttributeRequest request) AmazonEC2.modifyVpcAttribute(ModifyVpcAttributeRequest modifyVpcAttributeRequest) Modifies the specified attribute of the specified VPC.AmazonEC2Client.modifyVpcAttribute(ModifyVpcAttributeRequest modifyVpcAttributeRequest) Modifies the specified attribute of the specified VPC.AbstractAmazonEC2Async.modifyVpcAttributeAsync(ModifyVpcAttributeRequest request) AbstractAmazonEC2Async.modifyVpcAttributeAsync(ModifyVpcAttributeRequest request, AsyncHandler<ModifyVpcAttributeRequest, ModifyVpcAttributeResult> asyncHandler) AmazonEC2Async.modifyVpcAttributeAsync(ModifyVpcAttributeRequest modifyVpcAttributeRequest) Modifies the specified attribute of the specified VPC.AmazonEC2Async.modifyVpcAttributeAsync(ModifyVpcAttributeRequest modifyVpcAttributeRequest, AsyncHandler<ModifyVpcAttributeRequest, ModifyVpcAttributeResult> asyncHandler) Modifies the specified attribute of the specified VPC.AmazonEC2AsyncClient.modifyVpcAttributeAsync(ModifyVpcAttributeRequest request) AmazonEC2AsyncClient.modifyVpcAttributeAsync(ModifyVpcAttributeRequest request, AsyncHandler<ModifyVpcAttributeRequest, ModifyVpcAttributeResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type ModifyVpcAttributeRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.modifyVpcAttributeAsync(ModifyVpcAttributeRequest request, AsyncHandler<ModifyVpcAttributeRequest, ModifyVpcAttributeResult> asyncHandler) AmazonEC2Async.modifyVpcAttributeAsync(ModifyVpcAttributeRequest modifyVpcAttributeRequest, AsyncHandler<ModifyVpcAttributeRequest, ModifyVpcAttributeResult> asyncHandler) Modifies the specified attribute of the specified VPC.AmazonEC2AsyncClient.modifyVpcAttributeAsync(ModifyVpcAttributeRequest request, AsyncHandler<ModifyVpcAttributeRequest, ModifyVpcAttributeResult> asyncHandler) -
Uses of ModifyVpcAttributeRequest in com.amazonaws.services.ec2.model
Classes in com.amazonaws.services.ec2.model that implement interfaces with type arguments of type ModifyVpcAttributeRequestModifier and TypeClassDescriptionclassContains the parameters for ModifyVpcAttribute.Methods in com.amazonaws.services.ec2.model that return ModifyVpcAttributeRequestModifier and TypeMethodDescriptionModifyVpcAttributeRequest.clone()ModifyVpcAttributeRequest.withEnableDnsHostnames(Boolean enableDnsHostnames) Indicates whether the instances launched in the VPC get DNS hostnames.ModifyVpcAttributeRequest.withEnableDnsSupport(Boolean enableDnsSupport) Indicates whether the DNS resolution is supported for the VPC.The ID of the VPC.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ModifyVpcAttributeRequestModifier and TypeMethodDescriptionModifyVpcAttributeRequest.getDryRunRequest()This method is intended for internal use only.