| Package | Description |
|---|---|
| software.amazon.awssdk.services.config |
|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
default StartConfigurationRecorderResponse |
ConfigClient.startConfigurationRecorder(Consumer<StartConfigurationRecorderRequest.Builder> startConfigurationRecorderRequest)
Starts recording configurations of the Amazon Web Services resources you have selected to record in your Amazon
Web Services account.
|
default CompletableFuture<StartConfigurationRecorderResponse> |
ConfigAsyncClient.startConfigurationRecorder(Consumer<StartConfigurationRecorderRequest.Builder> startConfigurationRecorderRequest)
Starts recording configurations of the Amazon Web Services resources you have selected to record in your Amazon
Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
static StartConfigurationRecorderRequest.Builder |
StartConfigurationRecorderRequest.builder() |
StartConfigurationRecorderRequest.Builder |
StartConfigurationRecorderRequest.Builder.configurationRecorderName(String configurationRecorderName)
The name of the recorder object that records each configuration change made to the resources.
|
StartConfigurationRecorderRequest.Builder |
StartConfigurationRecorderRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartConfigurationRecorderRequest.Builder |
StartConfigurationRecorderRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartConfigurationRecorderRequest.Builder |
StartConfigurationRecorderRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartConfigurationRecorderRequest.Builder> |
StartConfigurationRecorderRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.