Uses of Class
software.amazon.awssdk.services.proton.model.DeploymentUpdateType
-
Packages that use DeploymentUpdateType Package Description software.amazon.awssdk.services.proton.model -
-
Uses of DeploymentUpdateType in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return DeploymentUpdateType Modifier and Type Method Description DeploymentUpdateTypeUpdateEnvironmentRequest. deploymentType()There are four modes for updating an environment.DeploymentUpdateTypeUpdateServiceInstanceRequest. deploymentType()The deployment type.DeploymentUpdateTypeUpdateServicePipelineRequest. deploymentType()The deployment type.static DeploymentUpdateTypeDeploymentUpdateType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeploymentUpdateTypeDeploymentUpdateType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeploymentUpdateType[]DeploymentUpdateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.proton.model that return types with arguments of type DeploymentUpdateType Modifier and Type Method Description static Set<DeploymentUpdateType>DeploymentUpdateType. knownValues()Methods in software.amazon.awssdk.services.proton.model with parameters of type DeploymentUpdateType Modifier and Type Method Description UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest.Builder. deploymentType(DeploymentUpdateType deploymentType)There are four modes for updating an environment.UpdateServiceInstanceRequest.BuilderUpdateServiceInstanceRequest.Builder. deploymentType(DeploymentUpdateType deploymentType)The deployment type.UpdateServicePipelineRequest.BuilderUpdateServicePipelineRequest.Builder. deploymentType(DeploymentUpdateType deploymentType)The deployment type.
-