| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53recoverycontrolconfig |
Recovery Control Configuration API Reference for Amazon Route 53 Application Recovery Controller
|
| software.amazon.awssdk.services.route53recoverycontrolconfig.model |
| 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 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 ListSafetyRulesPublisher |
Route53RecoveryControlConfigAsyncClient.listSafetyRulesPaginator(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 ListSafetyRulesIterable |
Route53RecoveryControlConfigClient.listSafetyRulesPaginator(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.
|
| Modifier and Type | Method and Description |
|---|---|
static ListSafetyRulesRequest.Builder |
ListSafetyRulesRequest.builder() |
ListSafetyRulesRequest.Builder |
ListSafetyRulesRequest.Builder.controlPanelArn(String controlPanelArn)
The Amazon Resource Name (ARN) of the control panel.
|
ListSafetyRulesRequest.Builder |
ListSafetyRulesRequest.Builder.maxResults(Integer maxResults)
The number of objects that you want to return with this call.
|
ListSafetyRulesRequest.Builder |
ListSafetyRulesRequest.Builder.nextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
ListSafetyRulesRequest.Builder |
ListSafetyRulesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSafetyRulesRequest.Builder |
ListSafetyRulesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSafetyRulesRequest.Builder |
ListSafetyRulesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListSafetyRulesRequest.Builder> |
ListSafetyRulesRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.