| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentAccountConnectionStatus |
EnvironmentAccountConnectionStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
EnvironmentAccountConnectionStatus |
EnvironmentAccountConnectionSummary.status()
The status of the environment account connection.
|
EnvironmentAccountConnectionStatus |
EnvironmentAccountConnection.status()
The status of the environment account connection.
|
static EnvironmentAccountConnectionStatus |
EnvironmentAccountConnectionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnvironmentAccountConnectionStatus[] |
EnvironmentAccountConnectionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<EnvironmentAccountConnectionStatus> |
EnvironmentAccountConnectionStatus.knownValues()
|
List<EnvironmentAccountConnectionStatus> |
ListEnvironmentAccountConnectionsRequest.statuses()
The status details for each listed environment account connection.
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentAccountConnectionSummary.Builder |
EnvironmentAccountConnectionSummary.Builder.status(EnvironmentAccountConnectionStatus status)
The status of the environment account connection.
|
EnvironmentAccountConnection.Builder |
EnvironmentAccountConnection.Builder.status(EnvironmentAccountConnectionStatus status)
The status of the environment account connection.
|
ListEnvironmentAccountConnectionsRequest.Builder |
ListEnvironmentAccountConnectionsRequest.Builder.statuses(EnvironmentAccountConnectionStatus... statuses)
The status details for each listed environment account connection.
|
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentAccountConnectionsRequest.Builder |
ListEnvironmentAccountConnectionsRequest.Builder.statuses(Collection<EnvironmentAccountConnectionStatus> statuses)
The status details for each listed environment account connection.
|
Copyright © 2023. All rights reserved.