Package | Description |
---|---|
software.amazon.awssdk.services.ec2 |
|
software.amazon.awssdk.services.ec2.model |
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 ModifyVpcTenancyResponse |
Ec2Client.modifyVpcTenancy(Consumer<ModifyVpcTenancyRequest.Builder> modifyVpcTenancyRequest)
Modifies the instance tenancy attribute of the specified VPC.
|
Modifier and Type | Method and Description |
---|---|
static ModifyVpcTenancyRequest.Builder |
ModifyVpcTenancyRequest.builder() |
ModifyVpcTenancyRequest.Builder |
ModifyVpcTenancyRequest.Builder.instanceTenancy(String instanceTenancy)
The instance tenancy attribute for the VPC.
|
ModifyVpcTenancyRequest.Builder |
ModifyVpcTenancyRequest.Builder.instanceTenancy(VpcTenancy instanceTenancy)
The instance tenancy attribute for the VPC.
|
ModifyVpcTenancyRequest.Builder |
ModifyVpcTenancyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyVpcTenancyRequest.Builder |
ModifyVpcTenancyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifyVpcTenancyRequest.Builder |
ModifyVpcTenancyRequest.toBuilder() |
ModifyVpcTenancyRequest.Builder |
ModifyVpcTenancyRequest.Builder.vpcId(String vpcId)
The ID of the VPC.
|
Modifier and Type | Method and Description |
---|---|
static Class<? extends ModifyVpcTenancyRequest.Builder> |
ModifyVpcTenancyRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.