| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
KxClusterType |
ListKxClustersRequest.clusterType()
Specifies the type of KDB database that is being created.
|
KxClusterType |
GetKxClusterResponse.clusterType()
Specifies the type of KDB database that is being created.
|
KxClusterType |
KxCluster.clusterType()
Specifies the type of KDB database that is being created.
|
KxClusterType |
CreateKxClusterRequest.clusterType()
Specifies the type of KDB database that is being created.
|
KxClusterType |
CreateKxClusterResponse.clusterType()
Specifies the type of KDB database that is being created.
|
static KxClusterType |
KxClusterType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static KxClusterType |
KxClusterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KxClusterType[] |
KxClusterType.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<KxClusterType> |
KxClusterType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListKxClustersRequest.Builder |
ListKxClustersRequest.Builder.clusterType(KxClusterType clusterType)
Specifies the type of KDB database that is being created.
|
GetKxClusterResponse.Builder |
GetKxClusterResponse.Builder.clusterType(KxClusterType clusterType)
Specifies the type of KDB database that is being created.
|
KxCluster.Builder |
KxCluster.Builder.clusterType(KxClusterType clusterType)
Specifies the type of KDB database that is being created.
|
CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.clusterType(KxClusterType clusterType)
Specifies the type of KDB database that is being created.
|
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.clusterType(KxClusterType clusterType)
Specifies the type of KDB database that is being created.
|
Copyright © 2023. All rights reserved.