Uses of Interface
software.amazon.awssdk.services.ec2.model.GetTransitGatewayAttachmentPropagationsRequest.Builder
-
Packages that use GetTransitGatewayAttachmentPropagationsRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of GetTransitGatewayAttachmentPropagationsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type GetTransitGatewayAttachmentPropagationsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetTransitGatewayAttachmentPropagationsResponse>Ec2AsyncClient. getTransitGatewayAttachmentPropagations(Consumer<GetTransitGatewayAttachmentPropagationsRequest.Builder> getTransitGatewayAttachmentPropagationsRequest)Lists the route tables to which the specified resource attachment propagates routes.default GetTransitGatewayAttachmentPropagationsResponseEc2Client. getTransitGatewayAttachmentPropagations(Consumer<GetTransitGatewayAttachmentPropagationsRequest.Builder> getTransitGatewayAttachmentPropagationsRequest)Lists the route tables to which the specified resource attachment propagates routes.default GetTransitGatewayAttachmentPropagationsPublisherEc2AsyncClient. getTransitGatewayAttachmentPropagationsPaginator(Consumer<GetTransitGatewayAttachmentPropagationsRequest.Builder> getTransitGatewayAttachmentPropagationsRequest)Lists the route tables to which the specified resource attachment propagates routes.default GetTransitGatewayAttachmentPropagationsIterableEc2Client. getTransitGatewayAttachmentPropagationsPaginator(Consumer<GetTransitGatewayAttachmentPropagationsRequest.Builder> getTransitGatewayAttachmentPropagationsRequest)Lists the route tables to which the specified resource attachment propagates routes. -
Uses of GetTransitGatewayAttachmentPropagationsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return GetTransitGatewayAttachmentPropagationsRequest.Builder Modifier and Type Method Description static GetTransitGatewayAttachmentPropagationsRequest.BuilderGetTransitGatewayAttachmentPropagationsRequest. builder()GetTransitGatewayAttachmentPropagationsRequest.BuilderGetTransitGatewayAttachmentPropagationsRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.GetTransitGatewayAttachmentPropagationsRequest.BuilderGetTransitGatewayAttachmentPropagationsRequest.Builder. filters(Collection<Filter> filters)One or more filters.GetTransitGatewayAttachmentPropagationsRequest.BuilderGetTransitGatewayAttachmentPropagationsRequest.Builder. filters(Consumer<Filter.Builder>... filters)One or more filters.GetTransitGatewayAttachmentPropagationsRequest.BuilderGetTransitGatewayAttachmentPropagationsRequest.Builder. filters(Filter... filters)One or more filters.GetTransitGatewayAttachmentPropagationsRequest.BuilderGetTransitGatewayAttachmentPropagationsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return with a single call.GetTransitGatewayAttachmentPropagationsRequest.BuilderGetTransitGatewayAttachmentPropagationsRequest.Builder. nextToken(String nextToken)The token for the next page of results.GetTransitGatewayAttachmentPropagationsRequest.BuilderGetTransitGatewayAttachmentPropagationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetTransitGatewayAttachmentPropagationsRequest.BuilderGetTransitGatewayAttachmentPropagationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetTransitGatewayAttachmentPropagationsRequest.BuilderGetTransitGatewayAttachmentPropagationsRequest. toBuilder()GetTransitGatewayAttachmentPropagationsRequest.BuilderGetTransitGatewayAttachmentPropagationsRequest.Builder. transitGatewayAttachmentId(String transitGatewayAttachmentId)The ID of the attachment.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type GetTransitGatewayAttachmentPropagationsRequest.Builder Modifier and Type Method Description static Class<? extends GetTransitGatewayAttachmentPropagationsRequest.Builder>GetTransitGatewayAttachmentPropagationsRequest. serializableBuilderClass()
-