Uses of Interface
software.amazon.awssdk.services.ec2.model.AssociateTransitGatewayPolicyTableRequest.Builder
Packages that use AssociateTransitGatewayPolicyTableRequest.Builder
Package
Description
-
Uses of AssociateTransitGatewayPolicyTableRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type AssociateTransitGatewayPolicyTableRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.associateTransitGatewayPolicyTable(Consumer<AssociateTransitGatewayPolicyTableRequest.Builder> associateTransitGatewayPolicyTableRequest) Associates the specified transit gateway attachment with a transit gateway policy table.Ec2Client.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.BuilderModifier and TypeMethodDescriptionAssociateTransitGatewayPolicyTableRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.AssociateTransitGatewayPolicyTableRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AssociateTransitGatewayPolicyTableRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AssociateTransitGatewayPolicyTableRequest.toBuilder()AssociateTransitGatewayPolicyTableRequest.Builder.transitGatewayAttachmentId(String transitGatewayAttachmentId) The ID of the transit gateway attachment to associate with the policy table.AssociateTransitGatewayPolicyTableRequest.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.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssociateTransitGatewayPolicyTableRequest.Builder>AssociateTransitGatewayPolicyTableRequest.serializableBuilderClass()