| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ClientVpnRoute> |
DescribeClientVpnRoutesResponse.routes()
Information about the Client VPN endpoint routes.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeClientVpnRoutesResponse.Builder |
DescribeClientVpnRoutesResponse.Builder.routes(ClientVpnRoute... routes)
Information about the Client VPN endpoint routes.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeClientVpnRoutesResponse.Builder |
DescribeClientVpnRoutesResponse.Builder.routes(Collection<ClientVpnRoute> routes)
Information about the Client VPN endpoint routes.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ClientVpnRoute> |
DescribeClientVpnRoutesPublisher.routes()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ClientVpnRoute> |
DescribeClientVpnRoutesIterable.routes()
Returns an iterable to iterate through the paginated
DescribeClientVpnRoutesResponse.routes() member. |
Copyright © 2019. All rights reserved.