default AssociateResourceTypesResponse |
ConfigClient.associateResourceTypes(Consumer<AssociateResourceTypesRequest.Builder> associateResourceTypesRequest) |
Adds all resource types specified in the ResourceTypes list to the RecordingGroup of
specified configuration recorder and includes those resource types when recording.
|
default AssociateResourceTypesResponse |
ConfigClient.associateResourceTypes(AssociateResourceTypesRequest associateResourceTypesRequest) |
Adds all resource types specified in the ResourceTypes list to the RecordingGroup of
specified configuration recorder and includes those resource types when recording.
|
default DeleteConfigurationRecorderResponse |
ConfigClient.deleteConfigurationRecorder(Consumer<DeleteConfigurationRecorderRequest.Builder> deleteConfigurationRecorderRequest) |
Deletes the customer managed configuration recorder.
|
default DeleteConfigurationRecorderResponse |
ConfigClient.deleteConfigurationRecorder(DeleteConfigurationRecorderRequest deleteConfigurationRecorderRequest) |
Deletes the customer managed configuration recorder.
|
default DeleteServiceLinkedConfigurationRecorderResponse |
ConfigClient.deleteServiceLinkedConfigurationRecorder(Consumer<DeleteServiceLinkedConfigurationRecorderRequest.Builder> deleteServiceLinkedConfigurationRecorderRequest) |
Deletes an existing service-linked configuration recorder.
|
default DeleteServiceLinkedConfigurationRecorderResponse |
ConfigClient.deleteServiceLinkedConfigurationRecorder(DeleteServiceLinkedConfigurationRecorderRequest deleteServiceLinkedConfigurationRecorderRequest) |
Deletes an existing service-linked configuration recorder.
|
default DescribeConfigurationRecordersResponse |
ConfigClient.describeConfigurationRecorders() |
Returns details for the configuration recorder you specify.
|
default DescribeConfigurationRecordersResponse |
ConfigClient.describeConfigurationRecorders(Consumer<DescribeConfigurationRecordersRequest.Builder> describeConfigurationRecordersRequest) |
Returns details for the configuration recorder you specify.
|
default DescribeConfigurationRecordersResponse |
ConfigClient.describeConfigurationRecorders(DescribeConfigurationRecordersRequest describeConfigurationRecordersRequest) |
Returns details for the configuration recorder you specify.
|
default DescribeConfigurationRecorderStatusResponse |
ConfigClient.describeConfigurationRecorderStatus() |
Returns the current status of the configuration recorder you specify as well as the status of the last recording
event for the configuration recorders.
|
default DescribeConfigurationRecorderStatusResponse |
ConfigClient.describeConfigurationRecorderStatus(Consumer<DescribeConfigurationRecorderStatusRequest.Builder> describeConfigurationRecorderStatusRequest) |
Returns the current status of the configuration recorder you specify as well as the status of the last recording
event for the configuration recorders.
|
default DescribeConfigurationRecorderStatusResponse |
ConfigClient.describeConfigurationRecorderStatus(DescribeConfigurationRecorderStatusRequest describeConfigurationRecorderStatusRequest) |
Returns the current status of the configuration recorder you specify as well as the status of the last recording
event for the configuration recorders.
|
default DisassociateResourceTypesResponse |
ConfigClient.disassociateResourceTypes(Consumer<DisassociateResourceTypesRequest.Builder> disassociateResourceTypesRequest) |
Removes all resource types specified in the ResourceTypes list from the RecordingGroup of
configuration recorder and excludes these resource types when recording.
|
default DisassociateResourceTypesResponse |
ConfigClient.disassociateResourceTypes(DisassociateResourceTypesRequest disassociateResourceTypesRequest) |
Removes all resource types specified in the ResourceTypes list from the RecordingGroup of
configuration recorder and excludes these resource types when recording.
|
default StartConfigurationRecorderResponse |
ConfigClient.startConfigurationRecorder(Consumer<StartConfigurationRecorderRequest.Builder> startConfigurationRecorderRequest) |
Starts the customer managed configuration recorder.
|
default StartConfigurationRecorderResponse |
ConfigClient.startConfigurationRecorder(StartConfigurationRecorderRequest startConfigurationRecorderRequest) |
Starts the customer managed configuration recorder.
|
default StopConfigurationRecorderResponse |
ConfigClient.stopConfigurationRecorder(Consumer<StopConfigurationRecorderRequest.Builder> stopConfigurationRecorderRequest) |
Stops the customer managed configuration recorder.
|
default StopConfigurationRecorderResponse |
ConfigClient.stopConfigurationRecorder(StopConfigurationRecorderRequest stopConfigurationRecorderRequest) |
Stops the customer managed configuration recorder.
|