| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentSummary |
ComponentSummary.clone() |
ComponentSummary |
ComponentSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the component.
|
ComponentSummary |
ComponentSummary.withCreatedAt(Date createdAt)
The time when the component was created.
|
ComponentSummary |
ComponentSummary.withDeploymentStatus(DeploymentStatus deploymentStatus)
The component deployment status.
|
ComponentSummary |
ComponentSummary.withDeploymentStatus(String deploymentStatus)
The component deployment status.
|
ComponentSummary |
ComponentSummary.withDeploymentStatusMessage(String deploymentStatusMessage)
The message associated with the component deployment status.
|
ComponentSummary |
ComponentSummary.withEnvironmentName(String environmentName)
The name of the Proton environment that this component is associated with.
|
ComponentSummary |
ComponentSummary.withLastAttemptedDeploymentId(String lastAttemptedDeploymentId)
The ID of the last attempted deployment of this component.
|
ComponentSummary |
ComponentSummary.withLastDeploymentAttemptedAt(Date lastDeploymentAttemptedAt)
The time when a deployment of the component was last attempted.
|
ComponentSummary |
ComponentSummary.withLastDeploymentSucceededAt(Date lastDeploymentSucceededAt)
The time when the component was last deployed successfully.
|
ComponentSummary |
ComponentSummary.withLastModifiedAt(Date lastModifiedAt)
The time when the component was last modified.
|
ComponentSummary |
ComponentSummary.withLastSucceededDeploymentId(String lastSucceededDeploymentId)
The ID of the last successful deployment of this component.
|
ComponentSummary |
ComponentSummary.withName(String name)
The name of the component.
|
ComponentSummary |
ComponentSummary.withServiceInstanceName(String serviceInstanceName)
The name of the service instance that this component is attached to.
|
ComponentSummary |
ComponentSummary.withServiceName(String serviceName)
The name of the service that
serviceInstanceName is associated with. |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentSummary> |
ListComponentsResult.getComponents()
An array of components with summary data.
|
| Modifier and Type | Method and Description |
|---|---|
ListComponentsResult |
ListComponentsResult.withComponents(ComponentSummary... components)
An array of components with summary data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListComponentsResult.setComponents(Collection<ComponentSummary> components)
An array of components with summary data.
|
ListComponentsResult |
ListComponentsResult.withComponents(Collection<ComponentSummary> components)
An array of components with summary data.
|
Copyright © 2025. All rights reserved.