Uses of Class
software.amazon.awssdk.services.route53recoverycontrolconfig.paginators.ListSafetyRulesIterable
-
Packages that use ListSafetyRulesIterable Package Description software.amazon.awssdk.services.route53recoverycontrolconfig Recovery Control Configuration API Reference for Amazon Route 53 Application Recovery Controller -
-
Uses of ListSafetyRulesIterable in software.amazon.awssdk.services.route53recoverycontrolconfig
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig that return ListSafetyRulesIterable Modifier and Type Method Description default ListSafetyRulesIterableRoute53RecoveryControlConfigClient. 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 ListSafetyRulesIterableRoute53RecoveryControlConfigClient. listSafetyRulesPaginator(ListSafetyRulesRequest listSafetyRulesRequest)List the safety rules (the assertion rules and gating rules) that you've defined for the routing controls in a control panel.
-