| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetTransitGatewayPrefixListReferencesResponse |
Ec2Client.getTransitGatewayPrefixListReferences(Consumer<GetTransitGatewayPrefixListReferencesRequest.Builder> getTransitGatewayPrefixListReferencesRequest)
Gets information about the prefix list references in a specified transit gateway route table.
|
default GetTransitGatewayPrefixListReferencesResponse |
Ec2Client.getTransitGatewayPrefixListReferences(GetTransitGatewayPrefixListReferencesRequest getTransitGatewayPrefixListReferencesRequest)
Gets information about the prefix list references in a specified transit gateway route table.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetTransitGatewayPrefixListReferencesResponse> |
Ec2AsyncClient.getTransitGatewayPrefixListReferences(Consumer<GetTransitGatewayPrefixListReferencesRequest.Builder> getTransitGatewayPrefixListReferencesRequest)
Gets information about the prefix list references in a specified transit gateway route table.
|
default CompletableFuture<GetTransitGatewayPrefixListReferencesResponse> |
Ec2AsyncClient.getTransitGatewayPrefixListReferences(GetTransitGatewayPrefixListReferencesRequest getTransitGatewayPrefixListReferencesRequest)
Gets information about the prefix list references in a specified transit gateway route table.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetTransitGatewayPrefixListReferencesResponse> |
GetTransitGatewayPrefixListReferencesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetTransitGatewayPrefixListReferencesPublisher.subscribe(org.reactivestreams.Subscriber<? super GetTransitGatewayPrefixListReferencesResponse> subscriber) |
Copyright © 2022. All rights reserved.