| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentAccountConnectionSummary |
EnvironmentAccountConnectionSummary.clone() |
EnvironmentAccountConnectionSummary |
EnvironmentAccountConnectionSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the environment account connection.
|
EnvironmentAccountConnectionSummary |
EnvironmentAccountConnectionSummary.withComponentRoleArn(String componentRoleArn)
The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined
components in the associated environment account.
|
EnvironmentAccountConnectionSummary |
EnvironmentAccountConnectionSummary.withEnvironmentAccountId(String environmentAccountId)
The ID of the environment account that's connected to the environment account connection.
|
EnvironmentAccountConnectionSummary |
EnvironmentAccountConnectionSummary.withEnvironmentName(String environmentName)
The name of the environment that's associated with the environment account connection.
|
EnvironmentAccountConnectionSummary |
EnvironmentAccountConnectionSummary.withId(String id)
The ID of the environment account connection.
|
EnvironmentAccountConnectionSummary |
EnvironmentAccountConnectionSummary.withLastModifiedAt(Date lastModifiedAt)
The time when the environment account connection was last modified.
|
EnvironmentAccountConnectionSummary |
EnvironmentAccountConnectionSummary.withManagementAccountId(String managementAccountId)
The ID of the management account that's connected to the environment account connection.
|
EnvironmentAccountConnectionSummary |
EnvironmentAccountConnectionSummary.withRequestedAt(Date requestedAt)
The time when the environment account connection request was made.
|
EnvironmentAccountConnectionSummary |
EnvironmentAccountConnectionSummary.withRoleArn(String roleArn)
The IAM service role that's associated with the environment account connection.
|
EnvironmentAccountConnectionSummary |
EnvironmentAccountConnectionSummary.withStatus(EnvironmentAccountConnectionStatus status)
The status of the environment account connection.
|
EnvironmentAccountConnectionSummary |
EnvironmentAccountConnectionSummary.withStatus(String status)
The status of the environment account connection.
|
| Modifier and Type | Method and Description |
|---|---|
List<EnvironmentAccountConnectionSummary> |
ListEnvironmentAccountConnectionsResult.getEnvironmentAccountConnections()
An array of environment account connections with details that's returned by Proton.
|
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentAccountConnectionsResult |
ListEnvironmentAccountConnectionsResult.withEnvironmentAccountConnections(EnvironmentAccountConnectionSummary... environmentAccountConnections)
An array of environment account connections with details that's returned by Proton.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEnvironmentAccountConnectionsResult.setEnvironmentAccountConnections(Collection<EnvironmentAccountConnectionSummary> environmentAccountConnections)
An array of environment account connections with details that's returned by Proton.
|
ListEnvironmentAccountConnectionsResult |
ListEnvironmentAccountConnectionsResult.withEnvironmentAccountConnections(Collection<EnvironmentAccountConnectionSummary> environmentAccountConnections)
An array of environment account connections with details that's returned by Proton.
|
Copyright © 2024. All rights reserved.