Uses of Class
software.amazon.awssdk.services.cloud9.model.ManagedCredentialsStatus
-
Packages that use ManagedCredentialsStatus Package Description software.amazon.awssdk.services.cloud9.model -
-
Uses of ManagedCredentialsStatus in software.amazon.awssdk.services.cloud9.model
Methods in software.amazon.awssdk.services.cloud9.model that return ManagedCredentialsStatus Modifier and Type Method Description static ManagedCredentialsStatusManagedCredentialsStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ManagedCredentialsStatusEnvironment. managedCredentialsStatus()Describes the status of Amazon Web Services managed temporary credentials for the Cloud9 environment.static ManagedCredentialsStatusManagedCredentialsStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ManagedCredentialsStatus[]ManagedCredentialsStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloud9.model that return types with arguments of type ManagedCredentialsStatus Modifier and Type Method Description static Set<ManagedCredentialsStatus>ManagedCredentialsStatus. knownValues()Methods in software.amazon.awssdk.services.cloud9.model with parameters of type ManagedCredentialsStatus Modifier and Type Method Description Environment.BuilderEnvironment.Builder. managedCredentialsStatus(ManagedCredentialsStatus managedCredentialsStatus)Describes the status of Amazon Web Services managed temporary credentials for the Cloud9 environment.
-