Uses of Class
software.amazon.awssdk.services.route53recoverycontrolconfig.model.Rule
-
Packages that use Rule Package Description software.amazon.awssdk.services.route53recoverycontrolconfig.model software.amazon.awssdk.services.route53recoverycontrolconfig.paginators -
-
Uses of Rule in software.amazon.awssdk.services.route53recoverycontrolconfig.model
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model that return types with arguments of type Rule Modifier and Type Method Description List<Rule>ListSafetyRulesResponse. safetyRules()The list of safety rules in a control panel.Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model with parameters of type Rule Modifier and Type Method Description ListSafetyRulesResponse.BuilderListSafetyRulesResponse.Builder. safetyRules(Rule... safetyRules)The list of safety rules in a control panel.Method parameters in software.amazon.awssdk.services.route53recoverycontrolconfig.model with type arguments of type Rule Modifier and Type Method Description ListSafetyRulesResponse.BuilderListSafetyRulesResponse.Builder. safetyRules(Collection<Rule> safetyRules)The list of safety rules in a control panel. -
Uses of Rule in software.amazon.awssdk.services.route53recoverycontrolconfig.paginators
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.paginators that return types with arguments of type Rule Modifier and Type Method Description SdkIterable<Rule>ListSafetyRulesIterable. safetyRules()Returns an iterable to iterate through the paginatedListSafetyRulesResponse.safetyRules()member.SdkPublisher<Rule>ListSafetyRulesPublisher. safetyRules()Returns a publisher that can be used to get a stream of data.
-