| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory.model | |
| software.amazon.awssdk.services.directory.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<IpRouteInfo> |
ListIpRoutesResponse.ipRoutesInfo()
A list of IpRoutes.
|
| Modifier and Type | Method and Description |
|---|---|
ListIpRoutesResponse.Builder |
ListIpRoutesResponse.Builder.ipRoutesInfo(IpRouteInfo... ipRoutesInfo)
A list of IpRoutes.
|
| Modifier and Type | Method and Description |
|---|---|
ListIpRoutesResponse.Builder |
ListIpRoutesResponse.Builder.ipRoutesInfo(Collection<IpRouteInfo> ipRoutesInfo)
A list of IpRoutes.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<IpRouteInfo> |
ListIpRoutesIterable.ipRoutesInfo()
Returns an iterable to iterate through the paginated
ListIpRoutesResponse.ipRoutesInfo() member. |
SdkPublisher<IpRouteInfo> |
ListIpRoutesPublisher.ipRoutesInfo()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.