Uses of Class
software.amazon.awssdk.services.memorydb.model.ServiceUpdateStatus
-
Packages that use ServiceUpdateStatus Package Description software.amazon.awssdk.services.memorydb.model -
-
Uses of ServiceUpdateStatus in software.amazon.awssdk.services.memorydb.model
Methods in software.amazon.awssdk.services.memorydb.model that return ServiceUpdateStatus Modifier and Type Method Description static ServiceUpdateStatusServiceUpdateStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ServiceUpdateStatusPendingModifiedServiceUpdate. status()The status of the service updateServiceUpdateStatusServiceUpdate. status()The status of the service updatestatic ServiceUpdateStatusServiceUpdateStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceUpdateStatus[]ServiceUpdateStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.memorydb.model that return types with arguments of type ServiceUpdateStatus Modifier and Type Method Description static Set<ServiceUpdateStatus>ServiceUpdateStatus. knownValues()List<ServiceUpdateStatus>DescribeServiceUpdatesRequest. status()The status(es) of the service updates to filter on.Methods in software.amazon.awssdk.services.memorydb.model with parameters of type ServiceUpdateStatus Modifier and Type Method Description DescribeServiceUpdatesRequest.BuilderDescribeServiceUpdatesRequest.Builder. status(ServiceUpdateStatus... status)The status(es) of the service updates to filter on.PendingModifiedServiceUpdate.BuilderPendingModifiedServiceUpdate.Builder. status(ServiceUpdateStatus status)The status of the service updateServiceUpdate.BuilderServiceUpdate.Builder. status(ServiceUpdateStatus status)The status of the service updateMethod parameters in software.amazon.awssdk.services.memorydb.model with type arguments of type ServiceUpdateStatus Modifier and Type Method Description DescribeServiceUpdatesRequest.BuilderDescribeServiceUpdatesRequest.Builder. status(Collection<ServiceUpdateStatus> status)The status(es) of the service updates to filter on.
-