| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53recoverycontrolconfig |
Recovery Control Configuration API Reference for Amazon Route 53 Application Recovery Controller
|
| software.amazon.awssdk.services.route53recoverycontrolconfig.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListSafetyRulesResponse |
Route53RecoveryControlConfigClient.listSafetyRules(Consumer<ListSafetyRulesRequest.Builder> listSafetyRulesRequest)
List the safety rules (the assertion rules and gating rules) that you've defined for the routing controls in a
control panel.
|
default ListSafetyRulesResponse |
Route53RecoveryControlConfigClient.listSafetyRules(ListSafetyRulesRequest listSafetyRulesRequest)
List the safety rules (the assertion rules and gating rules) that you've defined for the routing controls in a
control panel.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListSafetyRulesResponse> |
Route53RecoveryControlConfigAsyncClient.listSafetyRules(Consumer<ListSafetyRulesRequest.Builder> listSafetyRulesRequest)
List the safety rules (the assertion rules and gating rules) that you've defined for the routing controls in a
control panel.
|
default CompletableFuture<ListSafetyRulesResponse> |
Route53RecoveryControlConfigAsyncClient.listSafetyRules(ListSafetyRulesRequest listSafetyRulesRequest)
List the safety rules (the assertion rules and gating rules) that you've defined for the routing controls in a
control panel.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListSafetyRulesResponse> |
ListSafetyRulesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSafetyRulesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSafetyRulesResponse> subscriber) |
Copyright © 2023. All rights reserved.