| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloud9.model |
| Modifier and Type | Method and Description |
|---|---|
static ManagedCredentialsAction |
ManagedCredentialsAction.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ManagedCredentialsAction |
UpdateEnvironmentRequest.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 ManagedCredentialsAction |
ManagedCredentialsAction.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ManagedCredentialsAction> |
ManagedCredentialsAction.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.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:
|
Copyright © 2022. All rights reserved.