Uses of Class
software.amazon.awssdk.services.ec2.model.TransitGatewayAttachmentPropagation
-
Packages that use TransitGatewayAttachmentPropagation Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of TransitGatewayAttachmentPropagation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TransitGatewayAttachmentPropagation Modifier and Type Method Description List<TransitGatewayAttachmentPropagation>
GetTransitGatewayAttachmentPropagationsResponse. transitGatewayAttachmentPropagations()
Information about the propagation route tables.Methods in software.amazon.awssdk.services.ec2.model with parameters of type TransitGatewayAttachmentPropagation Modifier and Type Method Description GetTransitGatewayAttachmentPropagationsResponse.Builder
GetTransitGatewayAttachmentPropagationsResponse.Builder. transitGatewayAttachmentPropagations(TransitGatewayAttachmentPropagation... transitGatewayAttachmentPropagations)
Information about the propagation route tables.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TransitGatewayAttachmentPropagation Modifier and Type Method Description GetTransitGatewayAttachmentPropagationsResponse.Builder
GetTransitGatewayAttachmentPropagationsResponse.Builder. transitGatewayAttachmentPropagations(Collection<TransitGatewayAttachmentPropagation> transitGatewayAttachmentPropagations)
Information about the propagation route tables. -
Uses of TransitGatewayAttachmentPropagation in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type TransitGatewayAttachmentPropagation Modifier and Type Method Description SdkIterable<TransitGatewayAttachmentPropagation>
GetTransitGatewayAttachmentPropagationsIterable. transitGatewayAttachmentPropagations()
Returns an iterable to iterate through the paginatedGetTransitGatewayAttachmentPropagationsResponse.transitGatewayAttachmentPropagations()
member.SdkPublisher<TransitGatewayAttachmentPropagation>
GetTransitGatewayAttachmentPropagationsPublisher. transitGatewayAttachmentPropagations()
Returns a publisher that can be used to get a stream of data.
-