Uses of Class
software.amazon.awssdk.services.proton.model.EnvironmentAccountConnectionStatus
-
Packages that use EnvironmentAccountConnectionStatus Package Description software.amazon.awssdk.services.proton.model -
-
Uses of EnvironmentAccountConnectionStatus in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return EnvironmentAccountConnectionStatus Modifier and Type Method Description static EnvironmentAccountConnectionStatusEnvironmentAccountConnectionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EnvironmentAccountConnectionStatusEnvironmentAccountConnection. status()The status of the environment account connection.EnvironmentAccountConnectionStatusEnvironmentAccountConnectionSummary. status()The status of the environment account connection.static EnvironmentAccountConnectionStatusEnvironmentAccountConnectionStatus. 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.Methods in software.amazon.awssdk.services.proton.model that return types with arguments of type EnvironmentAccountConnectionStatus Modifier and Type Method Description static Set<EnvironmentAccountConnectionStatus>EnvironmentAccountConnectionStatus. knownValues()List<EnvironmentAccountConnectionStatus>ListEnvironmentAccountConnectionsRequest. statuses()The status details for each listed environment account connection.Methods in software.amazon.awssdk.services.proton.model with parameters of type EnvironmentAccountConnectionStatus Modifier and Type Method Description EnvironmentAccountConnection.BuilderEnvironmentAccountConnection.Builder. status(EnvironmentAccountConnectionStatus status)The status of the environment account connection.EnvironmentAccountConnectionSummary.BuilderEnvironmentAccountConnectionSummary.Builder. status(EnvironmentAccountConnectionStatus status)The status of the environment account connection.ListEnvironmentAccountConnectionsRequest.BuilderListEnvironmentAccountConnectionsRequest.Builder. statuses(EnvironmentAccountConnectionStatus... statuses)The status details for each listed environment account connection.Method parameters in software.amazon.awssdk.services.proton.model with type arguments of type EnvironmentAccountConnectionStatus Modifier and Type Method Description ListEnvironmentAccountConnectionsRequest.BuilderListEnvironmentAccountConnectionsRequest.Builder. statuses(Collection<EnvironmentAccountConnectionStatus> statuses)The status details for each listed environment account connection.
-