Uses of Class
software.amazon.awssdk.services.cloud9.model.ManagedCredentialsAction
-
Packages that use ManagedCredentialsAction Package Description software.amazon.awssdk.services.cloud9.model -
-
Uses of ManagedCredentialsAction in software.amazon.awssdk.services.cloud9.model
Methods in software.amazon.awssdk.services.cloud9.model that return ManagedCredentialsAction Modifier and Type Method Description static ManagedCredentialsActionManagedCredentialsAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ManagedCredentialsActionUpdateEnvironmentRequest. managedCredentialsAction()Allows the environment owner to turn on or turn off the Amazon Web Services managed temporary credentials for an Cloud9 environment by using one of the following values:static ManagedCredentialsActionManagedCredentialsAction. valueOf(String name)Returns the enum constant of this type with the specified name.static ManagedCredentialsAction[]ManagedCredentialsAction. 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 ManagedCredentialsAction Modifier and Type Method Description static Set<ManagedCredentialsAction>ManagedCredentialsAction. knownValues()Methods in software.amazon.awssdk.services.cloud9.model with parameters of type ManagedCredentialsAction Modifier and Type Method Description UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest.Builder. managedCredentialsAction(ManagedCredentialsAction managedCredentialsAction)Allows the environment owner to turn on or turn off the Amazon Web Services managed temporary credentials for an Cloud9 environment by using one of the following values:
-