| Package | Description |
|---|---|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
static RecordingStrategyType |
RecordingStrategyType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RecordingStrategyType |
RecordingStrategy.useOnly()
The recording strategy for the configuration recorder.
|
static RecordingStrategyType |
RecordingStrategyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordingStrategyType[] |
RecordingStrategyType.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<RecordingStrategyType> |
RecordingStrategyType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RecordingStrategy.Builder |
RecordingStrategy.Builder.useOnly(RecordingStrategyType useOnly)
The recording strategy for the configuration recorder.
|
Copyright © 2023. All rights reserved.