Uses of Interface
software.amazon.awssdk.services.ec2.model.ModifyVpcTenancyRequest.Builder
-
Packages that use ModifyVpcTenancyRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of ModifyVpcTenancyRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ModifyVpcTenancyRequest.Builder Modifier and Type Method Description default CompletableFuture<ModifyVpcTenancyResponse>Ec2AsyncClient. modifyVpcTenancy(Consumer<ModifyVpcTenancyRequest.Builder> modifyVpcTenancyRequest)Modifies the instance tenancy attribute of the specified VPC.default ModifyVpcTenancyResponseEc2Client. modifyVpcTenancy(Consumer<ModifyVpcTenancyRequest.Builder> modifyVpcTenancyRequest)Modifies the instance tenancy attribute of the specified VPC. -
Uses of ModifyVpcTenancyRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ModifyVpcTenancyRequest.Builder Modifier and Type Method Description static ModifyVpcTenancyRequest.BuilderModifyVpcTenancyRequest. builder()ModifyVpcTenancyRequest.BuilderModifyVpcTenancyRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.ModifyVpcTenancyRequest.BuilderModifyVpcTenancyRequest.Builder. instanceTenancy(String instanceTenancy)The instance tenancy attribute for the VPC.ModifyVpcTenancyRequest.BuilderModifyVpcTenancyRequest.Builder. instanceTenancy(VpcTenancy instanceTenancy)The instance tenancy attribute for the VPC.ModifyVpcTenancyRequest.BuilderModifyVpcTenancyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ModifyVpcTenancyRequest.BuilderModifyVpcTenancyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ModifyVpcTenancyRequest.BuilderModifyVpcTenancyRequest. toBuilder()ModifyVpcTenancyRequest.BuilderModifyVpcTenancyRequest.Builder. vpcId(String vpcId)The ID of the VPC.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ModifyVpcTenancyRequest.Builder Modifier and Type Method Description static Class<? extends ModifyVpcTenancyRequest.Builder>ModifyVpcTenancyRequest. serializableBuilderClass()
-