| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
GetConnectionsResult |
AWSNetworkManager.getConnections(GetConnectionsRequest getConnectionsRequest)
Gets information about one or more of your connections in a global network.
|
GetConnectionsResult |
AbstractAWSNetworkManager.getConnections(GetConnectionsRequest request) |
GetConnectionsResult |
AWSNetworkManagerClient.getConnections(GetConnectionsRequest request)
Gets information about one or more of your connections in a global network.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetConnectionsResult> |
AWSNetworkManagerAsync.getConnectionsAsync(GetConnectionsRequest getConnectionsRequest,
AsyncHandler<GetConnectionsRequest,GetConnectionsResult> asyncHandler)
Gets information about one or more of your connections in a global network.
|
Future<GetConnectionsResult> |
AbstractAWSNetworkManagerAsync.getConnectionsAsync(GetConnectionsRequest request,
AsyncHandler<GetConnectionsRequest,GetConnectionsResult> asyncHandler) |
Future<GetConnectionsResult> |
AWSNetworkManagerAsyncClient.getConnectionsAsync(GetConnectionsRequest request,
AsyncHandler<GetConnectionsRequest,GetConnectionsResult> asyncHandler) |
| 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 © 2021. All rights reserved.