| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetTransitGatewayRouteTablePropagationsResponse |
Ec2Client.getTransitGatewayRouteTablePropagations(Consumer<GetTransitGatewayRouteTablePropagationsRequest.Builder> getTransitGatewayRouteTablePropagationsRequest)
Gets information about the route table propagations for the specified transit gateway route table.
|
default GetTransitGatewayRouteTablePropagationsResponse |
Ec2Client.getTransitGatewayRouteTablePropagations(GetTransitGatewayRouteTablePropagationsRequest getTransitGatewayRouteTablePropagationsRequest)
Gets information about the route table propagations for the specified transit gateway route table.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetTransitGatewayRouteTablePropagationsResponse> |
Ec2AsyncClient.getTransitGatewayRouteTablePropagations(Consumer<GetTransitGatewayRouteTablePropagationsRequest.Builder> getTransitGatewayRouteTablePropagationsRequest)
Gets information about the route table propagations for the specified transit gateway route table.
|
default CompletableFuture<GetTransitGatewayRouteTablePropagationsResponse> |
Ec2AsyncClient.getTransitGatewayRouteTablePropagations(GetTransitGatewayRouteTablePropagationsRequest getTransitGatewayRouteTablePropagationsRequest)
Gets information about the route table propagations for the specified transit gateway route table.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetTransitGatewayRouteTablePropagationsResponse> |
GetTransitGatewayRouteTablePropagationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetTransitGatewayRouteTablePropagationsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetTransitGatewayRouteTablePropagationsResponse> subscriber) |
Copyright © 2020. All rights reserved.