| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
static KxClusterStatus |
KxClusterStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
KxClusterStatus |
GetKxClusterResponse.status()
The status of cluster creation.
|
KxClusterStatus |
KxCluster.status()
The status of a cluster.
|
KxClusterStatus |
CreateKxClusterResponse.status()
The status of cluster creation.
|
static KxClusterStatus |
KxClusterStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KxClusterStatus[] |
KxClusterStatus.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<KxClusterStatus> |
KxClusterStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetKxClusterResponse.Builder |
GetKxClusterResponse.Builder.status(KxClusterStatus status)
The status of cluster creation.
|
KxCluster.Builder |
KxCluster.Builder.status(KxClusterStatus status)
The status of a cluster.
|
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.status(KxClusterStatus status)
The status of cluster creation.
|
Copyright © 2023. All rights reserved.