default DeleteConfigurationRecorderResponse |
ConfigClient.deleteConfigurationRecorder(Consumer<DeleteConfigurationRecorderRequest.Builder> deleteConfigurationRecorderRequest) |
Deletes the configuration recorder.
|
default DeleteConfigurationRecorderResponse |
ConfigClient.deleteConfigurationRecorder(DeleteConfigurationRecorderRequest deleteConfigurationRecorderRequest) |
Deletes the configuration recorder.
|
default DescribeConfigurationRecordersResponse |
ConfigClient.describeConfigurationRecorders() |
Returns the details for the specified configuration recorders.
|
default DescribeConfigurationRecordersResponse |
ConfigClient.describeConfigurationRecorders(Consumer<DescribeConfigurationRecordersRequest.Builder> describeConfigurationRecordersRequest) |
Returns the details for the specified configuration recorders.
|
default DescribeConfigurationRecordersResponse |
ConfigClient.describeConfigurationRecorders(DescribeConfigurationRecordersRequest describeConfigurationRecordersRequest) |
Returns the details for the specified configuration recorders.
|
default DescribeConfigurationRecorderStatusResponse |
ConfigClient.describeConfigurationRecorderStatus() |
Returns the current status of the specified configuration recorder as well as the status of the last recording
event for the recorder.
|
default DescribeConfigurationRecorderStatusResponse |
ConfigClient.describeConfigurationRecorderStatus(Consumer<DescribeConfigurationRecorderStatusRequest.Builder> describeConfigurationRecorderStatusRequest) |
Returns the current status of the specified configuration recorder as well as the status of the last recording
event for the recorder.
|
default DescribeConfigurationRecorderStatusResponse |
ConfigClient.describeConfigurationRecorderStatus(DescribeConfigurationRecorderStatusRequest describeConfigurationRecorderStatusRequest) |
Returns the current status of the specified configuration recorder as well as the status of the last recording
event for the recorder.
|
default StartConfigurationRecorderResponse |
ConfigClient.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 StartConfigurationRecorderResponse |
ConfigClient.startConfigurationRecorder(StartConfigurationRecorderRequest startConfigurationRecorderRequest) |
Starts recording configurations of the Amazon Web Services resources you have selected to record in your Amazon
Web Services account.
|
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 StopConfigurationRecorderResponse |
ConfigClient.stopConfigurationRecorder(StopConfigurationRecorderRequest stopConfigurationRecorderRequest) |
Stops recording configurations of the Amazon Web Services resources you have selected to record in your Amazon
Web Services account.
|