| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache.model |
| Modifier and Type | Method and Description |
|---|---|
static UpdateActionStatus |
UpdateActionStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
UpdateActionStatus |
ProcessedUpdateAction.updateActionStatus()
The status of the update action on the Redis cluster
|
UpdateActionStatus |
UpdateAction.updateActionStatus()
The status of the update action
|
static UpdateActionStatus |
UpdateActionStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<UpdateActionStatus> |
UpdateActionStatus.knownValues()
|
List<UpdateActionStatus> |
DescribeUpdateActionsRequest.updateActionStatus()
The status of the update action.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeUpdateActionsRequest.Builder |
DescribeUpdateActionsRequest.Builder.updateActionStatus(UpdateActionStatus... updateActionStatus)
The status of the update action.
|
ProcessedUpdateAction.Builder |
ProcessedUpdateAction.Builder.updateActionStatus(UpdateActionStatus updateActionStatus)
The status of the update action on the Redis cluster
|
UpdateAction.Builder |
UpdateAction.Builder.updateActionStatus(UpdateActionStatus updateActionStatus)
The status of the update action
|
| Modifier and Type | Method and Description |
|---|---|
DescribeUpdateActionsRequest.Builder |
DescribeUpdateActionsRequest.Builder.updateActionStatus(Collection<UpdateActionStatus> updateActionStatus)
The status of the update action.
|
Copyright © 2023. All rights reserved.