| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentSummary |
EnvironmentSummary.clone() |
EnvironmentSummary |
EnvironmentSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the environment.
|
EnvironmentSummary |
EnvironmentSummary.withComponentRoleArn(String componentRoleArn)
The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined
components in this environment.
|
EnvironmentSummary |
EnvironmentSummary.withCreatedAt(Date createdAt)
The time when the environment was created.
|
EnvironmentSummary |
EnvironmentSummary.withDeploymentStatus(DeploymentStatus deploymentStatus)
The environment deployment status.
|
EnvironmentSummary |
EnvironmentSummary.withDeploymentStatus(String deploymentStatus)
The environment deployment status.
|
EnvironmentSummary |
EnvironmentSummary.withDeploymentStatusMessage(String deploymentStatusMessage)
An environment deployment status message.
|
EnvironmentSummary |
EnvironmentSummary.withDescription(String description)
The description of the environment.
|
EnvironmentSummary |
EnvironmentSummary.withEnvironmentAccountConnectionId(String environmentAccountConnectionId)
The ID of the environment account connection that the environment is associated with.
|
EnvironmentSummary |
EnvironmentSummary.withEnvironmentAccountId(String environmentAccountId)
The ID of the environment account that the environment infrastructure resources are provisioned in.
|
EnvironmentSummary |
EnvironmentSummary.withLastAttemptedDeploymentId(String lastAttemptedDeploymentId)
The ID of the last attempted deployment of this environment.
|
EnvironmentSummary |
EnvironmentSummary.withLastDeploymentAttemptedAt(Date lastDeploymentAttemptedAt)
The time when a deployment of the environment was last attempted.
|
EnvironmentSummary |
EnvironmentSummary.withLastDeploymentSucceededAt(Date lastDeploymentSucceededAt)
The time when the environment was last deployed successfully.
|
EnvironmentSummary |
EnvironmentSummary.withLastSucceededDeploymentId(String lastSucceededDeploymentId)
The ID of the last successful deployment of this environment.
|
EnvironmentSummary |
EnvironmentSummary.withName(String name)
The name of the environment.
|
EnvironmentSummary |
EnvironmentSummary.withProtonServiceRoleArn(String protonServiceRoleArn)
The Amazon Resource Name (ARN) of the Proton service role that allows Proton to make calls to other services on
your behalf.
|
EnvironmentSummary |
EnvironmentSummary.withProvisioning(Provisioning provisioning)
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
|
EnvironmentSummary |
EnvironmentSummary.withProvisioning(String provisioning)
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
|
EnvironmentSummary |
EnvironmentSummary.withTemplateMajorVersion(String templateMajorVersion)
The major version of the environment template.
|
EnvironmentSummary |
EnvironmentSummary.withTemplateMinorVersion(String templateMinorVersion)
The minor version of the environment template.
|
EnvironmentSummary |
EnvironmentSummary.withTemplateName(String templateName)
The name of the environment template.
|
| Modifier and Type | Method and Description |
|---|---|
List<EnvironmentSummary> |
ListEnvironmentsResult.getEnvironments()
An array of environment detail data summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentsResult |
ListEnvironmentsResult.withEnvironments(EnvironmentSummary... environments)
An array of environment detail data summaries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEnvironmentsResult.setEnvironments(Collection<EnvironmentSummary> environments)
An array of environment detail data summaries.
|
ListEnvironmentsResult |
ListEnvironmentsResult.withEnvironments(Collection<EnvironmentSummary> environments)
An array of environment detail data summaries.
|
Copyright © 2024. All rights reserved.