| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache.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 |
UpdateAction.serviceUpdateStatus()
The status of the service update
|
ServiceUpdateStatus |
ServiceUpdate.serviceUpdateStatus()
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> |
DescribeUpdateActionsRequest.serviceUpdateStatus()
The status of the service update
|
List<ServiceUpdateStatus> |
DescribeServiceUpdatesRequest.serviceUpdateStatus()
The status of the service update
|
| Modifier and Type | Method and Description |
|---|---|
DescribeUpdateActionsRequest.Builder |
DescribeUpdateActionsRequest.Builder.serviceUpdateStatus(ServiceUpdateStatus... serviceUpdateStatus)
The status of the service update
|
DescribeServiceUpdatesRequest.Builder |
DescribeServiceUpdatesRequest.Builder.serviceUpdateStatus(ServiceUpdateStatus... serviceUpdateStatus)
The status of the service update
|
UpdateAction.Builder |
UpdateAction.Builder.serviceUpdateStatus(ServiceUpdateStatus serviceUpdateStatus)
The status of the service update
|
ServiceUpdate.Builder |
ServiceUpdate.Builder.serviceUpdateStatus(ServiceUpdateStatus serviceUpdateStatus)
The status of the service update
|
| Modifier and Type | Method and Description |
|---|---|
DescribeUpdateActionsRequest.Builder |
DescribeUpdateActionsRequest.Builder.serviceUpdateStatus(Collection<ServiceUpdateStatus> serviceUpdateStatus)
The status of the service update
|
DescribeServiceUpdatesRequest.Builder |
DescribeServiceUpdatesRequest.Builder.serviceUpdateStatus(Collection<ServiceUpdateStatus> serviceUpdateStatus)
The status of the service update
|
Copyright © 2023. All rights reserved.