Uses of Interface
software.amazon.awssdk.services.ec2.model.GetTransitGatewayPolicyTableAssociationsRequest.Builder
Packages that use GetTransitGatewayPolicyTableAssociationsRequest.Builder
Package
Description
-
Uses of GetTransitGatewayPolicyTableAssociationsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type GetTransitGatewayPolicyTableAssociationsRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.getTransitGatewayPolicyTableAssociations(Consumer<GetTransitGatewayPolicyTableAssociationsRequest.Builder> getTransitGatewayPolicyTableAssociationsRequest) Gets a list of the transit gateway policy table associations.Ec2Client.getTransitGatewayPolicyTableAssociations(Consumer<GetTransitGatewayPolicyTableAssociationsRequest.Builder> getTransitGatewayPolicyTableAssociationsRequest) Gets a list of the transit gateway policy table associations.Ec2AsyncClient.getTransitGatewayPolicyTableAssociationsPaginator(Consumer<GetTransitGatewayPolicyTableAssociationsRequest.Builder> getTransitGatewayPolicyTableAssociationsRequest) Ec2Client.getTransitGatewayPolicyTableAssociationsPaginator(Consumer<GetTransitGatewayPolicyTableAssociationsRequest.Builder> getTransitGatewayPolicyTableAssociationsRequest) -
Uses of GetTransitGatewayPolicyTableAssociationsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return GetTransitGatewayPolicyTableAssociationsRequest.BuilderModifier and TypeMethodDescriptionGetTransitGatewayPolicyTableAssociationsRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.GetTransitGatewayPolicyTableAssociationsRequest.Builder.filters(Collection<Filter> filters) The filters associated with the transit gateway policy table.GetTransitGatewayPolicyTableAssociationsRequest.Builder.filters(Consumer<Filter.Builder>... filters) The filters associated with the transit gateway policy table.The filters associated with the transit gateway policy table.GetTransitGatewayPolicyTableAssociationsRequest.Builder.maxResults(Integer maxResults) The maximum number of results to return with a single call.The token for the next page of results.GetTransitGatewayPolicyTableAssociationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetTransitGatewayPolicyTableAssociationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetTransitGatewayPolicyTableAssociationsRequest.toBuilder()GetTransitGatewayPolicyTableAssociationsRequest.Builder.transitGatewayPolicyTableId(String transitGatewayPolicyTableId) The ID of the transit gateway policy table.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type GetTransitGatewayPolicyTableAssociationsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetTransitGatewayPolicyTableAssociationsRequest.Builder>GetTransitGatewayPolicyTableAssociationsRequest.serializableBuilderClass()