| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
Deployment |
Deployment.clone() |
Deployment |
GetDeploymentResult.getDeployment()
The detailed data of the requested deployment.
|
Deployment |
DeleteDeploymentResult.getDeployment()
The detailed data of the deployment being deleted.
|
Deployment |
Deployment.withArn(String arn)
The Amazon Resource Name (ARN) of the deployment.
|
Deployment |
Deployment.withCompletedAt(Date completedAt)
The date and time the deployment was completed.
|
Deployment |
Deployment.withComponentName(String componentName)
The name of the component associated with this deployment.
|
Deployment |
Deployment.withCreatedAt(Date createdAt)
The date and time the deployment was created.
|
Deployment |
Deployment.withDeploymentStatus(DeploymentStatus deploymentStatus)
The status of the deployment.
|
Deployment |
Deployment.withDeploymentStatus(String deploymentStatus)
The status of the deployment.
|
Deployment |
Deployment.withDeploymentStatusMessage(String deploymentStatusMessage)
The deployment status message.
|
Deployment |
Deployment.withEnvironmentName(String environmentName)
The name of the environment associated with this deployment.
|
Deployment |
Deployment.withId(String id)
The ID of the deployment.
|
Deployment |
Deployment.withInitialState(DeploymentState initialState)
The initial state of the target resource at the time of the deployment.
|
Deployment |
Deployment.withLastAttemptedDeploymentId(String lastAttemptedDeploymentId)
The ID of the last attempted deployment.
|
Deployment |
Deployment.withLastModifiedAt(Date lastModifiedAt)
The date and time the deployment was last modified.
|
Deployment |
Deployment.withLastSucceededDeploymentId(String lastSucceededDeploymentId)
The ID of the last successful deployment.
|
Deployment |
Deployment.withServiceInstanceName(String serviceInstanceName)
The name of the deployment's service instance.
|
Deployment |
Deployment.withServiceName(String serviceName)
The name of the service in this deployment.
|
Deployment |
Deployment.withTargetArn(String targetArn)
The Amazon Resource Name (ARN) of the target of the deployment.
|
Deployment |
Deployment.withTargetResourceCreatedAt(Date targetResourceCreatedAt)
The date and time the depoyment target was created.
|
Deployment |
Deployment.withTargetResourceType(DeploymentTargetResourceType targetResourceType)
The resource type of the deployment target.
|
Deployment |
Deployment.withTargetResourceType(String targetResourceType)
The resource type of the deployment target.
|
Deployment |
Deployment.withTargetState(DeploymentState targetState)
The target state of the target resource at the time of the deployment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDeploymentResult.setDeployment(Deployment deployment)
The detailed data of the requested deployment.
|
void |
DeleteDeploymentResult.setDeployment(Deployment deployment)
The detailed data of the deployment being deleted.
|
GetDeploymentResult |
GetDeploymentResult.withDeployment(Deployment deployment)
The detailed data of the requested deployment.
|
DeleteDeploymentResult |
DeleteDeploymentResult.withDeployment(Deployment deployment)
The detailed data of the deployment being deleted.
|
Copyright © 2025. All rights reserved.