| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkmanager |
Amazon Web Services enables you to centrally manage your Amazon Web Services Cloud WAN core network and your Transit
Gateway network across Amazon Web Services accounts, Regions, and on-premises locations.
|
| software.amazon.awssdk.services.networkmanager.model |
| 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 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 GetCustomerGatewayAssociationsPublisher |
NetworkManagerAsyncClient.getCustomerGatewayAssociationsPaginator(Consumer<GetCustomerGatewayAssociationsRequest.Builder> getCustomerGatewayAssociationsRequest)
Gets the association information for customer gateways that are associated with devices and links in your global
network.
|
default GetCustomerGatewayAssociationsIterable |
NetworkManagerClient.getCustomerGatewayAssociationsPaginator(Consumer<GetCustomerGatewayAssociationsRequest.Builder> 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 |
|---|---|
static GetCustomerGatewayAssociationsRequest.Builder |
GetCustomerGatewayAssociationsRequest.builder() |
GetCustomerGatewayAssociationsRequest.Builder |
GetCustomerGatewayAssociationsRequest.Builder.customerGatewayArns(Collection<String> customerGatewayArns)
One or more customer gateway Amazon Resource Names (ARNs).
|
GetCustomerGatewayAssociationsRequest.Builder |
GetCustomerGatewayAssociationsRequest.Builder.customerGatewayArns(String... customerGatewayArns)
One or more customer gateway Amazon Resource Names (ARNs).
|
GetCustomerGatewayAssociationsRequest.Builder |
GetCustomerGatewayAssociationsRequest.Builder.globalNetworkId(String globalNetworkId)
The ID of the global network.
|
GetCustomerGatewayAssociationsRequest.Builder |
GetCustomerGatewayAssociationsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return.
|
GetCustomerGatewayAssociationsRequest.Builder |
GetCustomerGatewayAssociationsRequest.Builder.nextToken(String nextToken)
The token for the next page of results.
|
GetCustomerGatewayAssociationsRequest.Builder |
GetCustomerGatewayAssociationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetCustomerGatewayAssociationsRequest.Builder |
GetCustomerGatewayAssociationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetCustomerGatewayAssociationsRequest.Builder |
GetCustomerGatewayAssociationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetCustomerGatewayAssociationsRequest.Builder> |
GetCustomerGatewayAssociationsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.