Uses of Class
software.amazon.awssdk.services.finspace.model.KxClusterType
-
Packages that use KxClusterType Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of KxClusterType in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return KxClusterType Modifier and Type Method Description KxClusterTypeCreateKxClusterRequest. clusterType()Specifies the type of KDB database that is being created.KxClusterTypeCreateKxClusterResponse. clusterType()Specifies the type of KDB database that is being created.KxClusterTypeGetKxClusterResponse. clusterType()Specifies the type of KDB database that is being created.KxClusterTypeKxAttachedCluster. clusterType()Specifies the type of cluster.KxClusterTypeKxCluster. clusterType()Specifies the type of KDB database that is being created.KxClusterTypeListKxClustersRequest. clusterType()Specifies the type of KDB database that is being created.static KxClusterTypeKxClusterType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static KxClusterTypeKxClusterType. 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.Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type KxClusterType Modifier and Type Method Description static Set<KxClusterType>KxClusterType. knownValues()Methods in software.amazon.awssdk.services.finspace.model with parameters of type KxClusterType Modifier and Type Method Description CreateKxClusterRequest.BuilderCreateKxClusterRequest.Builder. clusterType(KxClusterType clusterType)Specifies the type of KDB database that is being created.CreateKxClusterResponse.BuilderCreateKxClusterResponse.Builder. clusterType(KxClusterType clusterType)Specifies the type of KDB database that is being created.GetKxClusterResponse.BuilderGetKxClusterResponse.Builder. clusterType(KxClusterType clusterType)Specifies the type of KDB database that is being created.KxAttachedCluster.BuilderKxAttachedCluster.Builder. clusterType(KxClusterType clusterType)Specifies the type of cluster.KxCluster.BuilderKxCluster.Builder. clusterType(KxClusterType clusterType)Specifies the type of KDB database that is being created.ListKxClustersRequest.BuilderListKxClustersRequest.Builder. clusterType(KxClusterType clusterType)Specifies the type of KDB database that is being created.
-