Uses of Class
software.amazon.awssdk.services.ec2.model.TransitGatewayAttachment
Packages that use TransitGatewayAttachment
Package
Description
-
Uses of TransitGatewayAttachment in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TransitGatewayAttachmentModifier and TypeMethodDescriptionfinal List<TransitGatewayAttachment>DescribeTransitGatewayAttachmentsResponse.transitGatewayAttachments()Information about the attachments.Methods in software.amazon.awssdk.services.ec2.model with parameters of type TransitGatewayAttachmentModifier and TypeMethodDescriptionDescribeTransitGatewayAttachmentsResponse.Builder.transitGatewayAttachments(TransitGatewayAttachment... transitGatewayAttachments) Information about the attachments.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TransitGatewayAttachmentModifier and TypeMethodDescriptionDescribeTransitGatewayAttachmentsResponse.Builder.transitGatewayAttachments(Collection<TransitGatewayAttachment> transitGatewayAttachments) Information about the attachments. -
Uses of TransitGatewayAttachment in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type TransitGatewayAttachmentModifier and TypeMethodDescriptionDescribeTransitGatewayAttachmentsIterable.transitGatewayAttachments()Returns an iterable to iterate through the paginatedDescribeTransitGatewayAttachmentsResponse.transitGatewayAttachments()member.DescribeTransitGatewayAttachmentsPublisher.transitGatewayAttachments()Returns a publisher that can be used to get a stream of data.