| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentSummary |
DeploymentSummary.clone() |
DeploymentSummary |
DeploymentSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the deployment.
|
DeploymentSummary |
DeploymentSummary.withCompletedAt(Date completedAt)
The date and time the deployment was completed.
|
DeploymentSummary |
DeploymentSummary.withComponentName(String componentName)
The name of the component associated with the deployment.
|
DeploymentSummary |
DeploymentSummary.withCreatedAt(Date createdAt)
The date and time the deployment was created.
|
DeploymentSummary |
DeploymentSummary.withDeploymentStatus(DeploymentStatus deploymentStatus)
The current status of the deployment.
|
DeploymentSummary |
DeploymentSummary.withDeploymentStatus(String deploymentStatus)
The current status of the deployment.
|
DeploymentSummary |
DeploymentSummary.withEnvironmentName(String environmentName)
The name of the environment associated with the deployment.
|
DeploymentSummary |
DeploymentSummary.withId(String id)
The ID of the deployment.
|
DeploymentSummary |
DeploymentSummary.withLastAttemptedDeploymentId(String lastAttemptedDeploymentId)
The ID of the last attempted deployment.
|
DeploymentSummary |
DeploymentSummary.withLastModifiedAt(Date lastModifiedAt)
The date and time the deployment was last modified.
|
DeploymentSummary |
DeploymentSummary.withLastSucceededDeploymentId(String lastSucceededDeploymentId)
The ID of the last successful deployment.
|
DeploymentSummary |
DeploymentSummary.withServiceInstanceName(String serviceInstanceName)
The name of the service instance associated with the deployment.
|
DeploymentSummary |
DeploymentSummary.withServiceName(String serviceName)
The name of the service associated with the deployment.
|
DeploymentSummary |
DeploymentSummary.withTargetArn(String targetArn)
The Amazon Resource Name (ARN) of the target of the deployment.
|
DeploymentSummary |
DeploymentSummary.withTargetResourceCreatedAt(Date targetResourceCreatedAt)
The date and time the target resource was created.
|
DeploymentSummary |
DeploymentSummary.withTargetResourceType(DeploymentTargetResourceType targetResourceType)
The resource type of the deployment target.
|
DeploymentSummary |
DeploymentSummary.withTargetResourceType(String targetResourceType)
The resource type of the deployment target.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentSummary> |
ListDeploymentsResult.getDeployments()
An array of deployment with summary data.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsResult |
ListDeploymentsResult.withDeployments(DeploymentSummary... deployments)
An array of deployment with summary data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDeploymentsResult.setDeployments(Collection<DeploymentSummary> deployments)
An array of deployment with summary data.
|
ListDeploymentsResult |
ListDeploymentsResult.withDeployments(Collection<DeploymentSummary> deployments)
An array of deployment with summary data.
|
Copyright © 2025. All rights reserved.