| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetTransitGatewayAttachmentPropagationsResponse |
Ec2Client.getTransitGatewayAttachmentPropagations(Consumer<GetTransitGatewayAttachmentPropagationsRequest.Builder> getTransitGatewayAttachmentPropagationsRequest)
Lists the route tables to which the specified resource attachment propagates routes.
|
default GetTransitGatewayAttachmentPropagationsResponse |
Ec2Client.getTransitGatewayAttachmentPropagations(GetTransitGatewayAttachmentPropagationsRequest getTransitGatewayAttachmentPropagationsRequest)
Lists the route tables to which the specified resource attachment propagates routes.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetTransitGatewayAttachmentPropagationsResponse> |
Ec2AsyncClient.getTransitGatewayAttachmentPropagations(Consumer<GetTransitGatewayAttachmentPropagationsRequest.Builder> getTransitGatewayAttachmentPropagationsRequest)
Lists the route tables to which the specified resource attachment propagates routes.
|
default CompletableFuture<GetTransitGatewayAttachmentPropagationsResponse> |
Ec2AsyncClient.getTransitGatewayAttachmentPropagations(GetTransitGatewayAttachmentPropagationsRequest getTransitGatewayAttachmentPropagationsRequest)
Lists the route tables to which the specified resource attachment propagates routes.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetTransitGatewayAttachmentPropagationsResponse> |
GetTransitGatewayAttachmentPropagationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetTransitGatewayAttachmentPropagationsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetTransitGatewayAttachmentPropagationsResponse> subscriber) |
Copyright © 2023. All rights reserved.