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