| 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 |
|---|---|
GetConnectionsResult |
AWSNetworkManagerClient.getConnections(GetConnectionsRequest request)
Gets information about one or more of your connections in a global network.
|
GetConnectionsResult |
AbstractAWSNetworkManager.getConnections(GetConnectionsRequest request) |
GetConnectionsResult |
AWSNetworkManager.getConnections(GetConnectionsRequest getConnectionsRequest)
Gets information about one or more of your connections in a global network.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetConnectionsResult> |
AWSNetworkManagerAsyncClient.getConnectionsAsync(GetConnectionsRequest request,
AsyncHandler<GetConnectionsRequest,GetConnectionsResult> asyncHandler) |
Future<GetConnectionsResult> |
AbstractAWSNetworkManagerAsync.getConnectionsAsync(GetConnectionsRequest request,
AsyncHandler<GetConnectionsRequest,GetConnectionsResult> asyncHandler) |
Future<GetConnectionsResult> |
AWSNetworkManagerAsync.getConnectionsAsync(GetConnectionsRequest getConnectionsRequest,
AsyncHandler<GetConnectionsRequest,GetConnectionsResult> asyncHandler)
Gets information about one or more of your connections in a global network.
|
| Modifier and Type | Method and Description |
|---|---|
GetConnectionsResult |
GetConnectionsResult.clone() |
GetConnectionsResult |
GetConnectionsResult.withConnections(Collection<Connection> connections)
Information about the connections.
|
GetConnectionsResult |
GetConnectionsResult.withConnections(Connection... connections)
Information about the connections.
|
GetConnectionsResult |
GetConnectionsResult.withNextToken(String nextToken)
The token to use for the next page of results.
|
Copyright © 2023. All rights reserved.