| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkmanager |
Transit Gateway Network Manager (Network Manager) enables you to create a global network, in which you can monitor
your AWS and on-premises networks that are built around transit gateways.
|
| software.amazon.awssdk.services.networkmanager.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetCustomerGatewayAssociationsResponse |
NetworkManagerClient.getCustomerGatewayAssociations(Consumer<GetCustomerGatewayAssociationsRequest.Builder> getCustomerGatewayAssociationsRequest)
Gets the association information for customer gateways that are associated with devices and links in your global
network.
|
default GetCustomerGatewayAssociationsResponse |
NetworkManagerClient.getCustomerGatewayAssociations(GetCustomerGatewayAssociationsRequest getCustomerGatewayAssociationsRequest)
Gets the association information for customer gateways that are associated with devices and links in your global
network.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetCustomerGatewayAssociationsResponse> |
NetworkManagerAsyncClient.getCustomerGatewayAssociations(Consumer<GetCustomerGatewayAssociationsRequest.Builder> getCustomerGatewayAssociationsRequest)
Gets the association information for customer gateways that are associated with devices and links in your global
network.
|
default CompletableFuture<GetCustomerGatewayAssociationsResponse> |
NetworkManagerAsyncClient.getCustomerGatewayAssociations(GetCustomerGatewayAssociationsRequest getCustomerGatewayAssociationsRequest)
Gets the association information for customer gateways that are associated with devices and links in your global
network.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetCustomerGatewayAssociationsResponse> |
GetCustomerGatewayAssociationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetCustomerGatewayAssociationsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetCustomerGatewayAssociationsResponse> subscriber) |
Copyright © 2021. All rights reserved.