Uses of Class
software.amazon.awssdk.services.route53recoverycluster.model.UpdateRoutingControlStateEntry
-
Packages that use UpdateRoutingControlStateEntry Package Description software.amazon.awssdk.services.route53recoverycluster.model -
-
Uses of UpdateRoutingControlStateEntry in software.amazon.awssdk.services.route53recoverycluster.model
Methods in software.amazon.awssdk.services.route53recoverycluster.model that return types with arguments of type UpdateRoutingControlStateEntry Modifier and Type Method Description List<UpdateRoutingControlStateEntry>UpdateRoutingControlStatesRequest. updateRoutingControlStateEntries()A set of routing control entries that you want to update.Methods in software.amazon.awssdk.services.route53recoverycluster.model with parameters of type UpdateRoutingControlStateEntry Modifier and Type Method Description UpdateRoutingControlStatesRequest.BuilderUpdateRoutingControlStatesRequest.Builder. updateRoutingControlStateEntries(UpdateRoutingControlStateEntry... updateRoutingControlStateEntries)A set of routing control entries that you want to update.Method parameters in software.amazon.awssdk.services.route53recoverycluster.model with type arguments of type UpdateRoutingControlStateEntry Modifier and Type Method Description UpdateRoutingControlStatesRequest.BuilderUpdateRoutingControlStatesRequest.Builder. updateRoutingControlStateEntries(Collection<UpdateRoutingControlStateEntry> updateRoutingControlStateEntries)A set of routing control entries that you want to update.
-