| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentState |
DeploymentState.component()
The state of the component associated with the deployment.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentState.Builder |
DeploymentState.Builder.component(ComponentState component)
The state of the component associated with the deployment.
|
static DeploymentState |
DeploymentState.fromComponent(ComponentState component)
Create an instance of this class with
DeploymentState.component() initialized to the given value. |
Copyright © 2023. All rights reserved.