Uses of Interface
software.amazon.awssdk.services.ec2.model.GetTransitGatewayRouteTableAssociationsRequest.Builder
-
Packages that use GetTransitGatewayRouteTableAssociationsRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of GetTransitGatewayRouteTableAssociationsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type GetTransitGatewayRouteTableAssociationsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetTransitGatewayRouteTableAssociationsResponse>Ec2AsyncClient. getTransitGatewayRouteTableAssociations(Consumer<GetTransitGatewayRouteTableAssociationsRequest.Builder> getTransitGatewayRouteTableAssociationsRequest)Gets information about the associations for the specified transit gateway route table.default GetTransitGatewayRouteTableAssociationsResponseEc2Client. getTransitGatewayRouteTableAssociations(Consumer<GetTransitGatewayRouteTableAssociationsRequest.Builder> getTransitGatewayRouteTableAssociationsRequest)Gets information about the associations for the specified transit gateway route table.default GetTransitGatewayRouteTableAssociationsPublisherEc2AsyncClient. getTransitGatewayRouteTableAssociationsPaginator(Consumer<GetTransitGatewayRouteTableAssociationsRequest.Builder> getTransitGatewayRouteTableAssociationsRequest)Gets information about the associations for the specified transit gateway route table.default GetTransitGatewayRouteTableAssociationsIterableEc2Client. getTransitGatewayRouteTableAssociationsPaginator(Consumer<GetTransitGatewayRouteTableAssociationsRequest.Builder> getTransitGatewayRouteTableAssociationsRequest)Gets information about the associations for the specified transit gateway route table. -
Uses of GetTransitGatewayRouteTableAssociationsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return GetTransitGatewayRouteTableAssociationsRequest.Builder Modifier and Type Method Description static GetTransitGatewayRouteTableAssociationsRequest.BuilderGetTransitGatewayRouteTableAssociationsRequest. builder()GetTransitGatewayRouteTableAssociationsRequest.BuilderGetTransitGatewayRouteTableAssociationsRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.GetTransitGatewayRouteTableAssociationsRequest.BuilderGetTransitGatewayRouteTableAssociationsRequest.Builder. filters(Collection<Filter> filters)One or more filters.GetTransitGatewayRouteTableAssociationsRequest.BuilderGetTransitGatewayRouteTableAssociationsRequest.Builder. filters(Consumer<Filter.Builder>... filters)One or more filters.GetTransitGatewayRouteTableAssociationsRequest.BuilderGetTransitGatewayRouteTableAssociationsRequest.Builder. filters(Filter... filters)One or more filters.GetTransitGatewayRouteTableAssociationsRequest.BuilderGetTransitGatewayRouteTableAssociationsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return with a single call.GetTransitGatewayRouteTableAssociationsRequest.BuilderGetTransitGatewayRouteTableAssociationsRequest.Builder. nextToken(String nextToken)The token for the next page of results.GetTransitGatewayRouteTableAssociationsRequest.BuilderGetTransitGatewayRouteTableAssociationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetTransitGatewayRouteTableAssociationsRequest.BuilderGetTransitGatewayRouteTableAssociationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetTransitGatewayRouteTableAssociationsRequest.BuilderGetTransitGatewayRouteTableAssociationsRequest. toBuilder()GetTransitGatewayRouteTableAssociationsRequest.BuilderGetTransitGatewayRouteTableAssociationsRequest.Builder. transitGatewayRouteTableId(String transitGatewayRouteTableId)The ID of the transit gateway route table.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type GetTransitGatewayRouteTableAssociationsRequest.Builder Modifier and Type Method Description static Class<? extends GetTransitGatewayRouteTableAssociationsRequest.Builder>GetTransitGatewayRouteTableAssociationsRequest. serializableBuilderClass()
-