| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53recoverycluster.model | |
| software.amazon.awssdk.services.route53recoverycluster.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<RoutingControl> |
ListRoutingControlsResponse.routingControls()
The list of routing controls.
|
| Modifier and Type | Method and Description |
|---|---|
ListRoutingControlsResponse.Builder |
ListRoutingControlsResponse.Builder.routingControls(RoutingControl... routingControls)
The list of routing controls.
|
| Modifier and Type | Method and Description |
|---|---|
ListRoutingControlsResponse.Builder |
ListRoutingControlsResponse.Builder.routingControls(Collection<RoutingControl> routingControls)
The list of routing controls.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<RoutingControl> |
ListRoutingControlsPublisher.routingControls()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<RoutingControl> |
ListRoutingControlsIterable.routingControls()
Returns an iterable to iterate through the paginated
ListRoutingControlsResponse.routingControls()
member. |
Copyright © 2022. All rights reserved.