Uses of Class
software.amazon.awssdk.services.appconfig.model.GrowthType
-
Packages that use GrowthType Package Description software.amazon.awssdk.services.appconfig.model -
-
Uses of GrowthType in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return GrowthType Modifier and Type Method Description static GrowthTypeGrowthType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GrowthTypeCreateDeploymentStrategyRequest. growthType()The algorithm used to define how percentage grows over time.GrowthTypeCreateDeploymentStrategyResponse. growthType()The algorithm used to define how percentage grew over time.GrowthTypeDeploymentStrategy. growthType()The algorithm used to define how percentage grew over time.GrowthTypeDeploymentSummary. growthType()The algorithm used to define how percentage grows over time.GrowthTypeGetDeploymentResponse. growthType()The algorithm used to define how percentage grew over time.GrowthTypeGetDeploymentStrategyResponse. growthType()The algorithm used to define how percentage grew over time.GrowthTypeStartDeploymentResponse. growthType()The algorithm used to define how percentage grew over time.GrowthTypeStopDeploymentResponse. growthType()The algorithm used to define how percentage grew over time.GrowthTypeUpdateDeploymentStrategyRequest. growthType()The algorithm used to define how percentage grows over time.GrowthTypeUpdateDeploymentStrategyResponse. growthType()The algorithm used to define how percentage grew over time.static GrowthTypeGrowthType. valueOf(String name)Returns the enum constant of this type with the specified name.static GrowthType[]GrowthType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type GrowthType Modifier and Type Method Description static Set<GrowthType>GrowthType. knownValues()Methods in software.amazon.awssdk.services.appconfig.model with parameters of type GrowthType Modifier and Type Method Description CreateDeploymentStrategyRequest.BuilderCreateDeploymentStrategyRequest.Builder. growthType(GrowthType growthType)The algorithm used to define how percentage grows over time.CreateDeploymentStrategyResponse.BuilderCreateDeploymentStrategyResponse.Builder. growthType(GrowthType growthType)The algorithm used to define how percentage grew over time.DeploymentStrategy.BuilderDeploymentStrategy.Builder. growthType(GrowthType growthType)The algorithm used to define how percentage grew over time.DeploymentSummary.BuilderDeploymentSummary.Builder. growthType(GrowthType growthType)The algorithm used to define how percentage grows over time.GetDeploymentResponse.BuilderGetDeploymentResponse.Builder. growthType(GrowthType growthType)The algorithm used to define how percentage grew over time.GetDeploymentStrategyResponse.BuilderGetDeploymentStrategyResponse.Builder. growthType(GrowthType growthType)The algorithm used to define how percentage grew over time.StartDeploymentResponse.BuilderStartDeploymentResponse.Builder. growthType(GrowthType growthType)The algorithm used to define how percentage grew over time.StopDeploymentResponse.BuilderStopDeploymentResponse.Builder. growthType(GrowthType growthType)The algorithm used to define how percentage grew over time.UpdateDeploymentStrategyRequest.BuilderUpdateDeploymentStrategyRequest.Builder. growthType(GrowthType growthType)The algorithm used to define how percentage grows over time.UpdateDeploymentStrategyResponse.BuilderUpdateDeploymentStrategyResponse.Builder. growthType(GrowthType growthType)The algorithm used to define how percentage grew over time.
-