| Package | Description | 
|---|---|
| com.amazonaws.services.ec2 | 
 Synchronous and asynchronous client classes for accessing AmazonEC2. 
 | 
| com.amazonaws.services.ec2.model | 
 Classes modeling the various types represented by AmazonEC2. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AmazonEC2Client.modifyVpcAttribute(ModifyVpcAttributeRequest modifyVpcAttributeRequest)
 Modifies the specified attribute of the specified VPC. 
 | 
void | 
AmazonEC2.modifyVpcAttribute(ModifyVpcAttributeRequest modifyVpcAttributeRequest)
 Modifies the specified attribute of the specified VPC. 
 | 
Future<Void> | 
AmazonEC2AsyncClient.modifyVpcAttributeAsync(ModifyVpcAttributeRequest modifyVpcAttributeRequest)
 Modifies the specified attribute of the specified VPC. 
 | 
Future<Void> | 
AmazonEC2Async.modifyVpcAttributeAsync(ModifyVpcAttributeRequest modifyVpcAttributeRequest)
 Modifies the specified attribute of the specified VPC. 
 | 
Future<Void> | 
AmazonEC2AsyncClient.modifyVpcAttributeAsync(ModifyVpcAttributeRequest modifyVpcAttributeRequest,
                       AsyncHandler<ModifyVpcAttributeRequest,Void> asyncHandler)
 Modifies the specified attribute of the specified VPC. 
 | 
Future<Void> | 
AmazonEC2Async.modifyVpcAttributeAsync(ModifyVpcAttributeRequest modifyVpcAttributeRequest,
                       AsyncHandler<ModifyVpcAttributeRequest,Void> asyncHandler)
 Modifies the specified attribute of the specified VPC. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Future<Void> | 
AmazonEC2AsyncClient.modifyVpcAttributeAsync(ModifyVpcAttributeRequest modifyVpcAttributeRequest,
                       AsyncHandler<ModifyVpcAttributeRequest,Void> asyncHandler)
 Modifies the specified attribute of the specified VPC. 
 | 
Future<Void> | 
AmazonEC2Async.modifyVpcAttributeAsync(ModifyVpcAttributeRequest modifyVpcAttributeRequest,
                       AsyncHandler<ModifyVpcAttributeRequest,Void> asyncHandler)
 Modifies the specified attribute of the specified VPC. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
Copyright © 2018. All rights reserved.