Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayPeeringAttachmentsRequest.Builder
Packages that use DescribeTransitGatewayPeeringAttachmentsRequest.Builder
Package
Description
-
Uses of DescribeTransitGatewayPeeringAttachmentsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DescribeTransitGatewayPeeringAttachmentsRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.describeTransitGatewayPeeringAttachments(Consumer<DescribeTransitGatewayPeeringAttachmentsRequest.Builder> describeTransitGatewayPeeringAttachmentsRequest) Describes your transit gateway peering attachments.Ec2Client.describeTransitGatewayPeeringAttachments(Consumer<DescribeTransitGatewayPeeringAttachmentsRequest.Builder> describeTransitGatewayPeeringAttachmentsRequest) Describes your transit gateway peering attachments.Ec2AsyncClient.describeTransitGatewayPeeringAttachmentsPaginator(Consumer<DescribeTransitGatewayPeeringAttachmentsRequest.Builder> describeTransitGatewayPeeringAttachmentsRequest) Ec2Client.describeTransitGatewayPeeringAttachmentsPaginator(Consumer<DescribeTransitGatewayPeeringAttachmentsRequest.Builder> describeTransitGatewayPeeringAttachmentsRequest) -
Uses of DescribeTransitGatewayPeeringAttachmentsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribeTransitGatewayPeeringAttachmentsRequest.BuilderModifier and TypeMethodDescriptionDescribeTransitGatewayPeeringAttachmentsRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DescribeTransitGatewayPeeringAttachmentsRequest.Builder.filters(Collection<Filter> filters) One or more filters.DescribeTransitGatewayPeeringAttachmentsRequest.Builder.filters(Consumer<Filter.Builder>... filters) One or more filters.One or more filters.DescribeTransitGatewayPeeringAttachmentsRequest.Builder.maxResults(Integer maxResults) The maximum number of results to return with a single call.The token for the next page of results.DescribeTransitGatewayPeeringAttachmentsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeTransitGatewayPeeringAttachmentsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeTransitGatewayPeeringAttachmentsRequest.toBuilder()DescribeTransitGatewayPeeringAttachmentsRequest.Builder.transitGatewayAttachmentIds(String... transitGatewayAttachmentIds) One or more IDs of the transit gateway peering attachments.DescribeTransitGatewayPeeringAttachmentsRequest.Builder.transitGatewayAttachmentIds(Collection<String> transitGatewayAttachmentIds) One or more IDs of the transit gateway peering attachments.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribeTransitGatewayPeeringAttachmentsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeTransitGatewayPeeringAttachmentsRequest.Builder>DescribeTransitGatewayPeeringAttachmentsRequest.serializableBuilderClass()