| Package | Description |
|---|---|
| software.amazon.awssdk.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
static ServiceUpdateStatus |
ServiceUpdateStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ServiceUpdateStatus |
PendingModifiedServiceUpdate.status()
The status of the service update
|
ServiceUpdateStatus |
ServiceUpdate.status()
The status of the service update
|
static ServiceUpdateStatus |
ServiceUpdateStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ServiceUpdateStatus> |
ServiceUpdateStatus.knownValues()
|
List<ServiceUpdateStatus> |
DescribeServiceUpdatesRequest.status()
The status(es) of the service updates to filter on
|
| Modifier and Type | Method and Description |
|---|---|
DescribeServiceUpdatesRequest.Builder |
DescribeServiceUpdatesRequest.Builder.status(ServiceUpdateStatus... status)
The status(es) of the service updates to filter on
|
PendingModifiedServiceUpdate.Builder |
PendingModifiedServiceUpdate.Builder.status(ServiceUpdateStatus status)
The status of the service update
|
ServiceUpdate.Builder |
ServiceUpdate.Builder.status(ServiceUpdateStatus status)
The status of the service update
|
| Modifier and Type | Method and Description |
|---|---|
DescribeServiceUpdatesRequest.Builder |
DescribeServiceUpdatesRequest.Builder.status(Collection<ServiceUpdateStatus> status)
The status(es) of the service updates to filter on
|
Copyright © 2022. All rights reserved.