Uses of Class
software.amazon.awssdk.services.finspace.model.KxClusterCodeDeploymentStrategy
-
Packages that use KxClusterCodeDeploymentStrategy Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of KxClusterCodeDeploymentStrategy in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return KxClusterCodeDeploymentStrategy Modifier and Type Method Description KxClusterCodeDeploymentStrategyKxClusterCodeDeploymentConfiguration. deploymentStrategy()The type of deployment that you want on a cluster.static KxClusterCodeDeploymentStrategyKxClusterCodeDeploymentStrategy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static KxClusterCodeDeploymentStrategyKxClusterCodeDeploymentStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static KxClusterCodeDeploymentStrategy[]KxClusterCodeDeploymentStrategy. 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 KxClusterCodeDeploymentStrategy Modifier and Type Method Description static Set<KxClusterCodeDeploymentStrategy>KxClusterCodeDeploymentStrategy. knownValues()Methods in software.amazon.awssdk.services.finspace.model with parameters of type KxClusterCodeDeploymentStrategy Modifier and Type Method Description KxClusterCodeDeploymentConfiguration.BuilderKxClusterCodeDeploymentConfiguration.Builder. deploymentStrategy(KxClusterCodeDeploymentStrategy deploymentStrategy)The type of deployment that you want on a cluster.
-