| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53recoverycontrolconfig.model | |
| software.amazon.awssdk.services.route53recoverycontrolconfig.paginators |
| Modifier and Type | Method and Description |
|---|---|
RoutingControl |
CreateRoutingControlResponse.routingControl()
The routing control that is created.
|
RoutingControl |
UpdateRoutingControlResponse.routingControl()
The routing control that was updated.
|
RoutingControl |
DescribeRoutingControlResponse.routingControl()
Information about the routing control.
|
| Modifier and Type | Method and Description |
|---|---|
List<RoutingControl> |
ListRoutingControlsResponse.routingControls()
An array of routing controls.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRoutingControlResponse.Builder |
CreateRoutingControlResponse.Builder.routingControl(RoutingControl routingControl)
The routing control that is created.
|
UpdateRoutingControlResponse.Builder |
UpdateRoutingControlResponse.Builder.routingControl(RoutingControl routingControl)
The routing control that was updated.
|
DescribeRoutingControlResponse.Builder |
DescribeRoutingControlResponse.Builder.routingControl(RoutingControl routingControl)
Information about the routing control.
|
ListRoutingControlsResponse.Builder |
ListRoutingControlsResponse.Builder.routingControls(RoutingControl... routingControls)
An array of routing controls.
|
| Modifier and Type | Method and Description |
|---|---|
ListRoutingControlsResponse.Builder |
ListRoutingControlsResponse.Builder.routingControls(Collection<RoutingControl> routingControls)
An array of routing controls.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<RoutingControl> |
ListRoutingControlsIterable.routingControls()
Returns an iterable to iterate through the paginated
ListRoutingControlsResponse.routingControls()
member. |
SdkPublisher<RoutingControl> |
ListRoutingControlsPublisher.routingControls()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.