| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkmanager.model | |
| software.amazon.awssdk.services.networkmanager.paginators |
| Modifier and Type | Method and Description |
|---|---|
Connection |
UpdateConnectionResponse.connection()
Information about the connection.
|
Connection |
DeleteConnectionResponse.connection()
Information about the connection.
|
Connection |
CreateConnectionResponse.connection()
Information about the connection.
|
| Modifier and Type | Method and Description |
|---|---|
List<Connection> |
GetConnectionsResponse.connections()
Information about the connections.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateConnectionResponse.Builder |
UpdateConnectionResponse.Builder.connection(Connection connection)
Information about the connection.
|
DeleteConnectionResponse.Builder |
DeleteConnectionResponse.Builder.connection(Connection connection)
Information about the connection.
|
CreateConnectionResponse.Builder |
CreateConnectionResponse.Builder.connection(Connection connection)
Information about the connection.
|
GetConnectionsResponse.Builder |
GetConnectionsResponse.Builder.connections(Connection... connections)
Information about the connections.
|
| Modifier and Type | Method and Description |
|---|---|
GetConnectionsResponse.Builder |
GetConnectionsResponse.Builder.connections(Collection<Connection> connections)
Information about the connections.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Connection> |
GetConnectionsPublisher.connections()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Connection> |
GetConnectionsIterable.connections()
Returns an iterable to iterate through the paginated
GetConnectionsResponse.connections() member. |
Copyright © 2022. All rights reserved.