| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentUpdateType |
UpdateServiceInstanceRequest.deploymentType()
The deployment type.
|
DeploymentUpdateType |
UpdateEnvironmentRequest.deploymentType()
There are four modes for updating an environment.
|
DeploymentUpdateType |
UpdateServicePipelineRequest.deploymentType()
The deployment type.
|
static DeploymentUpdateType |
DeploymentUpdateType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DeploymentUpdateType |
DeploymentUpdateType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DeploymentUpdateType> |
DeploymentUpdateType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateServiceInstanceRequest.Builder |
UpdateServiceInstanceRequest.Builder.deploymentType(DeploymentUpdateType deploymentType)
The deployment type.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.deploymentType(DeploymentUpdateType deploymentType)
There are four modes for updating an environment.
|
UpdateServicePipelineRequest.Builder |
UpdateServicePipelineRequest.Builder.deploymentType(DeploymentUpdateType deploymentType)
The deployment type.
|
Copyright © 2023. All rights reserved.