Uses of Interface
software.amazon.awssdk.services.config.model.StopConfigurationRecorderRequest.Builder
-
Packages that use StopConfigurationRecorderRequest.Builder Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.model -
-
Uses of StopConfigurationRecorderRequest.Builder in software.amazon.awssdk.services.config
Method parameters in software.amazon.awssdk.services.config with type arguments of type StopConfigurationRecorderRequest.Builder Modifier and Type Method Description 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.default StopConfigurationRecorderResponseConfigClient. 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. -
Uses of StopConfigurationRecorderRequest.Builder in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return StopConfigurationRecorderRequest.Builder Modifier and Type Method Description static StopConfigurationRecorderRequest.BuilderStopConfigurationRecorderRequest. builder()StopConfigurationRecorderRequest.BuilderStopConfigurationRecorderRequest.Builder. configurationRecorderName(String configurationRecorderName)The name of the recorder object that records each configuration change made to the resources.StopConfigurationRecorderRequest.BuilderStopConfigurationRecorderRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopConfigurationRecorderRequest.BuilderStopConfigurationRecorderRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopConfigurationRecorderRequest.BuilderStopConfigurationRecorderRequest. toBuilder()Methods in software.amazon.awssdk.services.config.model that return types with arguments of type StopConfigurationRecorderRequest.Builder Modifier and Type Method Description static Class<? extends StopConfigurationRecorderRequest.Builder>StopConfigurationRecorderRequest. serializableBuilderClass()
-