Uses of Class
software.amazon.awssdk.services.codeartifact.model.ExternalConnectionStatus
-
Packages that use ExternalConnectionStatus Package Description software.amazon.awssdk.services.codeartifact.model -
-
Uses of ExternalConnectionStatus in software.amazon.awssdk.services.codeartifact.model
Methods in software.amazon.awssdk.services.codeartifact.model that return ExternalConnectionStatus Modifier and Type Method Description static ExternalConnectionStatusExternalConnectionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ExternalConnectionStatusRepositoryExternalConnectionInfo. status()The status of the external connection of a repository.static ExternalConnectionStatusExternalConnectionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ExternalConnectionStatus[]ExternalConnectionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codeartifact.model that return types with arguments of type ExternalConnectionStatus Modifier and Type Method Description static Set<ExternalConnectionStatus>ExternalConnectionStatus. knownValues()Methods in software.amazon.awssdk.services.codeartifact.model with parameters of type ExternalConnectionStatus Modifier and Type Method Description RepositoryExternalConnectionInfo.BuilderRepositoryExternalConnectionInfo.Builder. status(ExternalConnectionStatus status)The status of the external connection of a repository.
-