| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentState |
DeploymentState.clone() |
DeploymentState |
Deployment.getInitialState()
The initial state of the target resource at the time of the deployment.
|
DeploymentState |
Deployment.getTargetState()
The target state of the target resource at the time of the deployment.
|
DeploymentState |
DeploymentState.withComponent(ComponentState component)
The state of the component associated with the deployment.
|
DeploymentState |
DeploymentState.withEnvironment(EnvironmentState environment)
The state of the environment associated with the deployment.
|
DeploymentState |
DeploymentState.withServiceInstance(ServiceInstanceState serviceInstance)
The state of the service instance associated with the deployment.
|
DeploymentState |
DeploymentState.withServicePipeline(ServicePipelineState servicePipeline)
The state of the service pipeline associated with the deployment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Deployment.setInitialState(DeploymentState initialState)
The initial state of the target resource at the time of the deployment.
|
void |
Deployment.setTargetState(DeploymentState targetState)
The target state of the target resource at the time of the deployment.
|
Deployment |
Deployment.withInitialState(DeploymentState initialState)
The initial state of the target resource at the time of the deployment.
|
Deployment |
Deployment.withTargetState(DeploymentState targetState)
The target state of the target resource at the time of the deployment.
|
Copyright © 2023. All rights reserved.