Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ModifyVpcTenancyResult |
AmazonEC2Client.modifyVpcTenancy(ModifyVpcTenancyRequest request)
Modifies the instance tenancy attribute of the specified VPC.
|
ModifyVpcTenancyResult |
AmazonEC2.modifyVpcTenancy(ModifyVpcTenancyRequest modifyVpcTenancyRequest)
Modifies the instance tenancy attribute of the specified VPC.
|
ModifyVpcTenancyResult |
AbstractAmazonEC2.modifyVpcTenancy(ModifyVpcTenancyRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ModifyVpcTenancyResult> |
AbstractAmazonEC2Async.modifyVpcTenancyAsync(ModifyVpcTenancyRequest request,
AsyncHandler<ModifyVpcTenancyRequest,ModifyVpcTenancyResult> asyncHandler) |
Future<ModifyVpcTenancyResult> |
AmazonEC2AsyncClient.modifyVpcTenancyAsync(ModifyVpcTenancyRequest request,
AsyncHandler<ModifyVpcTenancyRequest,ModifyVpcTenancyResult> asyncHandler) |
Future<ModifyVpcTenancyResult> |
AmazonEC2Async.modifyVpcTenancyAsync(ModifyVpcTenancyRequest modifyVpcTenancyRequest,
AsyncHandler<ModifyVpcTenancyRequest,ModifyVpcTenancyResult> asyncHandler)
Modifies the instance tenancy attribute of the specified VPC.
|
Modifier and Type | Method and Description |
---|---|
ModifyVpcTenancyResult |
ModifyVpcTenancyResult.clone() |
ModifyVpcTenancyResult |
ModifyVpcTenancyResult.withReturnValue(Boolean returnValue)
Returns
true if the request succeeds; otherwise, returns an error. |
Copyright © 2023. All rights reserved.