Uses of Class
com.amazonaws.services.config.model.PutConfigurationRecorderRequest
Packages that use PutConfigurationRecorderRequest
-
Uses of PutConfigurationRecorderRequest in com.amazonaws.services.config
Methods in com.amazonaws.services.config with parameters of type PutConfigurationRecorderRequestModifier and TypeMethodDescriptionAbstractAmazonConfig.putConfigurationRecorder(PutConfigurationRecorderRequest request) AmazonConfig.putConfigurationRecorder(PutConfigurationRecorderRequest putConfigurationRecorderRequest) Creates a new configuration recorder to record the selected resource configurations.AmazonConfigClient.putConfigurationRecorder(PutConfigurationRecorderRequest putConfigurationRecorderRequest) Creates a new configuration recorder to record the selected resource configurations.AbstractAmazonConfigAsync.putConfigurationRecorderAsync(PutConfigurationRecorderRequest request) AbstractAmazonConfigAsync.putConfigurationRecorderAsync(PutConfigurationRecorderRequest request, AsyncHandler<PutConfigurationRecorderRequest, PutConfigurationRecorderResult> asyncHandler) AmazonConfigAsync.putConfigurationRecorderAsync(PutConfigurationRecorderRequest putConfigurationRecorderRequest) Creates a new configuration recorder to record the selected resource configurations.AmazonConfigAsync.putConfigurationRecorderAsync(PutConfigurationRecorderRequest putConfigurationRecorderRequest, AsyncHandler<PutConfigurationRecorderRequest, PutConfigurationRecorderResult> asyncHandler) Creates a new configuration recorder to record the selected resource configurations.AmazonConfigAsyncClient.putConfigurationRecorderAsync(PutConfigurationRecorderRequest request) AmazonConfigAsyncClient.putConfigurationRecorderAsync(PutConfigurationRecorderRequest request, AsyncHandler<PutConfigurationRecorderRequest, PutConfigurationRecorderResult> asyncHandler) Method parameters in com.amazonaws.services.config with type arguments of type PutConfigurationRecorderRequestModifier and TypeMethodDescriptionAbstractAmazonConfigAsync.putConfigurationRecorderAsync(PutConfigurationRecorderRequest request, AsyncHandler<PutConfigurationRecorderRequest, PutConfigurationRecorderResult> asyncHandler) AmazonConfigAsync.putConfigurationRecorderAsync(PutConfigurationRecorderRequest putConfigurationRecorderRequest, AsyncHandler<PutConfigurationRecorderRequest, PutConfigurationRecorderResult> asyncHandler) Creates a new configuration recorder to record the selected resource configurations.AmazonConfigAsyncClient.putConfigurationRecorderAsync(PutConfigurationRecorderRequest request, AsyncHandler<PutConfigurationRecorderRequest, PutConfigurationRecorderResult> asyncHandler) -
Uses of PutConfigurationRecorderRequest in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return PutConfigurationRecorderRequestModifier and TypeMethodDescriptionPutConfigurationRecorderRequest.clone()PutConfigurationRecorderRequest.withConfigurationRecorder(ConfigurationRecorder configurationRecorder) The configuration recorder object that records each configuration change made to the resources.