| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ClientVpnConnection> |
DescribeClientVpnConnectionsResponse.connections()
Information about the active and terminated client connections.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeClientVpnConnectionsResponse.Builder |
DescribeClientVpnConnectionsResponse.Builder.connections(ClientVpnConnection... connections)
Information about the active and terminated client connections.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeClientVpnConnectionsResponse.Builder |
DescribeClientVpnConnectionsResponse.Builder.connections(Collection<ClientVpnConnection> connections)
Information about the active and terminated client connections.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<ClientVpnConnection> |
DescribeClientVpnConnectionsIterable.connections()
Returns an iterable to iterate through the paginated
DescribeClientVpnConnectionsResponse.connections()
member. |
SdkPublisher<ClientVpnConnection> |
DescribeClientVpnConnectionsPublisher.connections()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.