| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
default ModifyVpcTenancyResponse |
EC2Client.modifyVpcTenancy(Consumer<ModifyVpcTenancyRequest.Builder> modifyVpcTenancyRequest)
Modifies the instance tenancy attribute of the specified VPC.
|
default ModifyVpcTenancyResponse |
EC2Client.modifyVpcTenancy(ModifyVpcTenancyRequest modifyVpcTenancyRequest)
Modifies the instance tenancy attribute of the specified VPC.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ModifyVpcTenancyResponse> |
EC2AsyncClient.modifyVpcTenancy(Consumer<ModifyVpcTenancyRequest.Builder> modifyVpcTenancyRequest)
Modifies the instance tenancy attribute of the specified VPC.
|
default CompletableFuture<ModifyVpcTenancyResponse> |
EC2AsyncClient.modifyVpcTenancy(ModifyVpcTenancyRequest modifyVpcTenancyRequest)
Modifies the instance tenancy attribute of the specified VPC.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyVpcTenancyResponse |
ModifyVpcTenancyResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2018. All rights reserved.