Uses of Class
software.amazon.awssdk.services.elasticache.model.UpdateActionStatus
-
Packages that use UpdateActionStatus Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of UpdateActionStatus in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return UpdateActionStatus Modifier and Type Method Description static UpdateActionStatusUpdateActionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UpdateActionStatusProcessedUpdateAction. updateActionStatus()The status of the update action on the Valkey or Redis OSS clusterUpdateActionStatusUpdateAction. updateActionStatus()The status of the update actionstatic UpdateActionStatusUpdateActionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateActionStatus[]UpdateActionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type UpdateActionStatus Modifier and Type Method Description static Set<UpdateActionStatus>UpdateActionStatus. knownValues()List<UpdateActionStatus>DescribeUpdateActionsRequest. updateActionStatus()The status of the update action.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type UpdateActionStatus Modifier and Type Method Description DescribeUpdateActionsRequest.BuilderDescribeUpdateActionsRequest.Builder. updateActionStatus(UpdateActionStatus... updateActionStatus)The status of the update action.ProcessedUpdateAction.BuilderProcessedUpdateAction.Builder. updateActionStatus(UpdateActionStatus updateActionStatus)The status of the update action on the Valkey or Redis OSS clusterUpdateAction.BuilderUpdateAction.Builder. updateActionStatus(UpdateActionStatus updateActionStatus)The status of the update actionMethod parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type UpdateActionStatus Modifier and Type Method Description DescribeUpdateActionsRequest.BuilderDescribeUpdateActionsRequest.Builder. updateActionStatus(Collection<UpdateActionStatus> updateActionStatus)The status of the update action.
-