| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| 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.
|
Copyright © 2020. All rights reserved.