| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetConnectPeerAssociationsResult> |
AWSNetworkManagerAsyncClient.getConnectPeerAssociationsAsync(GetConnectPeerAssociationsRequest request,
AsyncHandler<GetConnectPeerAssociationsRequest,GetConnectPeerAssociationsResult> asyncHandler) |
Future<GetConnectPeerAssociationsResult> |
AbstractAWSNetworkManagerAsync.getConnectPeerAssociationsAsync(GetConnectPeerAssociationsRequest request,
AsyncHandler<GetConnectPeerAssociationsRequest,GetConnectPeerAssociationsResult> asyncHandler) |
Future<GetConnectPeerAssociationsResult> |
AWSNetworkManagerAsync.getConnectPeerAssociationsAsync(GetConnectPeerAssociationsRequest getConnectPeerAssociationsRequest,
AsyncHandler<GetConnectPeerAssociationsRequest,GetConnectPeerAssociationsResult> asyncHandler)
Returns information about a core network Connect peer associations.
|
| Modifier and Type | Method and Description |
|---|---|
GetConnectPeerAssociationsRequest |
GetConnectPeerAssociationsRequest.clone() |
GetConnectPeerAssociationsRequest |
GetConnectPeerAssociationsRequest.withConnectPeerIds(Collection<String> connectPeerIds)
The IDs of the Connect peers.
|
GetConnectPeerAssociationsRequest |
GetConnectPeerAssociationsRequest.withConnectPeerIds(String... connectPeerIds)
The IDs of the Connect peers.
|
GetConnectPeerAssociationsRequest |
GetConnectPeerAssociationsRequest.withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
GetConnectPeerAssociationsRequest |
GetConnectPeerAssociationsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return.
|
GetConnectPeerAssociationsRequest |
GetConnectPeerAssociationsRequest.withNextToken(String nextToken)
The token for the next page of results.
|
Copyright © 2024. All rights reserved.