Uses of Enum
co.yellowdog.platform.interaction.compute.CredentialAvailability
Packages that use CredentialAvailability
Package
Description
Defines types used in the request/response interactions with the YellowDog Compute Service.
-
Uses of CredentialAvailability in co.yellowdog.platform.interaction.compute
Subclasses with type arguments of type CredentialAvailability in co.yellowdog.platform.interaction.computeModifier and TypeClassDescriptionenum
Summarizes how many credentials are available for a Compute RequirementMethods in co.yellowdog.platform.interaction.compute that return CredentialAvailabilityModifier and TypeMethodDescriptionCheckCredentialsResult.getAvailability()
A value summarizing the availability of credentials.static CredentialAvailability
Returns the enum constant of this type with the specified name.static CredentialAvailability[]
CredentialAvailability.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in co.yellowdog.platform.interaction.compute with parameters of type CredentialAvailabilityModifier and TypeMethodDescriptionCheckCredentialsResult.Builder.availability
(CredentialAvailability availability) A value summarizing the availability of credentials.