Uses of Interface
software.amazon.awssdk.services.ec2.model.AssociateTransitGatewayPolicyTableRequest.Builder
-
Packages that use AssociateTransitGatewayPolicyTableRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of AssociateTransitGatewayPolicyTableRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type AssociateTransitGatewayPolicyTableRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociateTransitGatewayPolicyTableResponse>Ec2AsyncClient. associateTransitGatewayPolicyTable(Consumer<AssociateTransitGatewayPolicyTableRequest.Builder> associateTransitGatewayPolicyTableRequest)Associates the specified transit gateway attachment with a transit gateway policy table.default AssociateTransitGatewayPolicyTableResponseEc2Client. associateTransitGatewayPolicyTable(Consumer<AssociateTransitGatewayPolicyTableRequest.Builder> associateTransitGatewayPolicyTableRequest)Associates the specified transit gateway attachment with a transit gateway policy table. -
Uses of AssociateTransitGatewayPolicyTableRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AssociateTransitGatewayPolicyTableRequest.Builder Modifier and Type Method Description static AssociateTransitGatewayPolicyTableRequest.BuilderAssociateTransitGatewayPolicyTableRequest. builder()AssociateTransitGatewayPolicyTableRequest.BuilderAssociateTransitGatewayPolicyTableRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.AssociateTransitGatewayPolicyTableRequest.BuilderAssociateTransitGatewayPolicyTableRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateTransitGatewayPolicyTableRequest.BuilderAssociateTransitGatewayPolicyTableRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateTransitGatewayPolicyTableRequest.BuilderAssociateTransitGatewayPolicyTableRequest. toBuilder()AssociateTransitGatewayPolicyTableRequest.BuilderAssociateTransitGatewayPolicyTableRequest.Builder. transitGatewayAttachmentId(String transitGatewayAttachmentId)The ID of the transit gateway attachment to associate with the policy table.AssociateTransitGatewayPolicyTableRequest.BuilderAssociateTransitGatewayPolicyTableRequest.Builder. transitGatewayPolicyTableId(String transitGatewayPolicyTableId)The ID of the transit gateway policy table to associate with the transit gateway attachment.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AssociateTransitGatewayPolicyTableRequest.Builder Modifier and Type Method Description static Class<? extends AssociateTransitGatewayPolicyTableRequest.Builder>AssociateTransitGatewayPolicyTableRequest. serializableBuilderClass()
-