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