Uses of Class
software.amazon.awssdk.services.timestreaminfluxdb.model.ClusterDeploymentType
-
Packages that use ClusterDeploymentType Package Description software.amazon.awssdk.services.timestreaminfluxdb.model -
-
Uses of ClusterDeploymentType in software.amazon.awssdk.services.timestreaminfluxdb.model
Methods in software.amazon.awssdk.services.timestreaminfluxdb.model that return ClusterDeploymentType Modifier and Type Method Description ClusterDeploymentTypeCreateDbClusterRequest. deploymentType()Specifies the type of cluster to create.ClusterDeploymentTypeDbClusterSummary. deploymentType()Deployment type of the DB clusterClusterDeploymentTypeGetDbClusterResponse. deploymentType()Deployment type of the DB cluster.static ClusterDeploymentTypeClusterDeploymentType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ClusterDeploymentTypeClusterDeploymentType. valueOf(String name)Returns the enum constant of this type with the specified name.static ClusterDeploymentType[]ClusterDeploymentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.timestreaminfluxdb.model that return types with arguments of type ClusterDeploymentType Modifier and Type Method Description static Set<ClusterDeploymentType>ClusterDeploymentType. knownValues()Methods in software.amazon.awssdk.services.timestreaminfluxdb.model with parameters of type ClusterDeploymentType Modifier and Type Method Description CreateDbClusterRequest.BuilderCreateDbClusterRequest.Builder. deploymentType(ClusterDeploymentType deploymentType)Specifies the type of cluster to create.DbClusterSummary.BuilderDbClusterSummary.Builder. deploymentType(ClusterDeploymentType deploymentType)Deployment type of the DB clusterGetDbClusterResponse.BuilderGetDbClusterResponse.Builder. deploymentType(ClusterDeploymentType deploymentType)Deployment type of the DB cluster.
-