Uses of Class
software.amazon.awssdk.services.ec2.model.TransitGatewayRouteTablePropagation
-
Packages that use TransitGatewayRouteTablePropagation Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of TransitGatewayRouteTablePropagation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TransitGatewayRouteTablePropagation Modifier and Type Method Description List<TransitGatewayRouteTablePropagation>GetTransitGatewayRouteTablePropagationsResponse. transitGatewayRouteTablePropagations()Information about the route table propagations.Methods in software.amazon.awssdk.services.ec2.model with parameters of type TransitGatewayRouteTablePropagation Modifier and Type Method Description GetTransitGatewayRouteTablePropagationsResponse.BuilderGetTransitGatewayRouteTablePropagationsResponse.Builder. transitGatewayRouteTablePropagations(TransitGatewayRouteTablePropagation... transitGatewayRouteTablePropagations)Information about the route table propagations.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TransitGatewayRouteTablePropagation Modifier and Type Method Description GetTransitGatewayRouteTablePropagationsResponse.BuilderGetTransitGatewayRouteTablePropagationsResponse.Builder. transitGatewayRouteTablePropagations(Collection<TransitGatewayRouteTablePropagation> transitGatewayRouteTablePropagations)Information about the route table propagations. -
Uses of TransitGatewayRouteTablePropagation in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type TransitGatewayRouteTablePropagation Modifier and Type Method Description SdkIterable<TransitGatewayRouteTablePropagation>GetTransitGatewayRouteTablePropagationsIterable. transitGatewayRouteTablePropagations()Returns an iterable to iterate through the paginatedGetTransitGatewayRouteTablePropagationsResponse.transitGatewayRouteTablePropagations()member.SdkPublisher<TransitGatewayRouteTablePropagation>GetTransitGatewayRouteTablePropagationsPublisher. transitGatewayRouteTablePropagations()Returns a publisher that can be used to get a stream of data.
-