Uses of Class
com.amazonaws.services.config.model.StopConfigurationRecorderRequest
Packages that use StopConfigurationRecorderRequest
-
Uses of StopConfigurationRecorderRequest in com.amazonaws.services.config
Methods in com.amazonaws.services.config with parameters of type StopConfigurationRecorderRequestModifier and TypeMethodDescriptionAbstractAmazonConfig.stopConfigurationRecorder
(StopConfigurationRecorderRequest request) AmazonConfig.stopConfigurationRecorder
(StopConfigurationRecorderRequest stopConfigurationRecorderRequest) Stops recording configurations of the AWS resources you have selected to record in your AWS account.AmazonConfigClient.stopConfigurationRecorder
(StopConfigurationRecorderRequest stopConfigurationRecorderRequest) Stops recording configurations of the AWS resources you have selected to record in your AWS account.AbstractAmazonConfigAsync.stopConfigurationRecorderAsync
(StopConfigurationRecorderRequest request) AbstractAmazonConfigAsync.stopConfigurationRecorderAsync
(StopConfigurationRecorderRequest request, AsyncHandler<StopConfigurationRecorderRequest, StopConfigurationRecorderResult> asyncHandler) AmazonConfigAsync.stopConfigurationRecorderAsync
(StopConfigurationRecorderRequest stopConfigurationRecorderRequest) Stops recording configurations of the AWS resources you have selected to record in your AWS account.AmazonConfigAsync.stopConfigurationRecorderAsync
(StopConfigurationRecorderRequest stopConfigurationRecorderRequest, AsyncHandler<StopConfigurationRecorderRequest, StopConfigurationRecorderResult> asyncHandler) Stops recording configurations of the AWS resources you have selected to record in your AWS account.AmazonConfigAsyncClient.stopConfigurationRecorderAsync
(StopConfigurationRecorderRequest request) AmazonConfigAsyncClient.stopConfigurationRecorderAsync
(StopConfigurationRecorderRequest request, AsyncHandler<StopConfigurationRecorderRequest, StopConfigurationRecorderResult> asyncHandler) Method parameters in com.amazonaws.services.config with type arguments of type StopConfigurationRecorderRequestModifier and TypeMethodDescriptionAbstractAmazonConfigAsync.stopConfigurationRecorderAsync
(StopConfigurationRecorderRequest request, AsyncHandler<StopConfigurationRecorderRequest, StopConfigurationRecorderResult> asyncHandler) AmazonConfigAsync.stopConfigurationRecorderAsync
(StopConfigurationRecorderRequest stopConfigurationRecorderRequest, AsyncHandler<StopConfigurationRecorderRequest, StopConfigurationRecorderResult> asyncHandler) Stops recording configurations of the AWS resources you have selected to record in your AWS account.AmazonConfigAsyncClient.stopConfigurationRecorderAsync
(StopConfigurationRecorderRequest request, AsyncHandler<StopConfigurationRecorderRequest, StopConfigurationRecorderResult> asyncHandler) -
Uses of StopConfigurationRecorderRequest in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return StopConfigurationRecorderRequestModifier and TypeMethodDescriptionStopConfigurationRecorderRequest.clone()
StopConfigurationRecorderRequest.withConfigurationRecorderName
(String configurationRecorderName) The name of the recorder object that records each configuration change made to the resources.