Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<ModifyVpcTenancyResult> |
AmazonEC2Async.modifyVpcTenancyAsync(ModifyVpcTenancyRequest modifyVpcTenancyRequest,
AsyncHandler<ModifyVpcTenancyRequest,ModifyVpcTenancyResult> asyncHandler)
Modifies the instance tenancy attribute of the specified VPC.
|
Future<ModifyVpcTenancyResult> |
AmazonEC2AsyncClient.modifyVpcTenancyAsync(ModifyVpcTenancyRequest request,
AsyncHandler<ModifyVpcTenancyRequest,ModifyVpcTenancyResult> asyncHandler) |
Future<ModifyVpcTenancyResult> |
AbstractAmazonEC2Async.modifyVpcTenancyAsync(ModifyVpcTenancyRequest request,
AsyncHandler<ModifyVpcTenancyRequest,ModifyVpcTenancyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ModifyVpcTenancyRequest |
ModifyVpcTenancyRequest.clone() |
ModifyVpcTenancyRequest |
ModifyVpcTenancyRequest.withInstanceTenancy(String instanceTenancy)
The instance tenancy attribute for the VPC.
|
ModifyVpcTenancyRequest |
ModifyVpcTenancyRequest.withInstanceTenancy(VpcTenancy instanceTenancy)
The instance tenancy attribute for the VPC.
|
ModifyVpcTenancyRequest |
ModifyVpcTenancyRequest.withVpcId(String vpcId)
The ID of the VPC.
|
Modifier and Type | Method and Description |
---|---|
Request<ModifyVpcTenancyRequest> |
ModifyVpcTenancyRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2021. All rights reserved.