| Package | Description |
|---|---|
| software.amazon.awssdk.services.config |
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeConfigurationRecorderStatusResponse> |
ConfigAsyncClient.describeConfigurationRecorderStatus()
Returns the current status of the specified configuration recorder as well as the status of the last recording
event for the recorder.
|
default CompletableFuture<DescribeConfigurationRecorderStatusResponse> |
ConfigAsyncClient.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 CompletableFuture<DescribeConfigurationRecorderStatusResponse> |
ConfigAsyncClient.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.
|
Copyright © 2023. All rights reserved.