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