Package | Description |
---|---|
com.amazonaws.services.config.model |
Modifier and Type | Method and Description |
---|---|
ConfigurationRecorderStatus |
ConfigurationRecorderStatus.clone() |
ConfigurationRecorderStatus |
ConfigurationRecorderStatus.withLastErrorCode(String lastErrorCode)
The error code indicating that the recording failed.
|
ConfigurationRecorderStatus |
ConfigurationRecorderStatus.withLastErrorMessage(String lastErrorMessage)
The message indicating that the recording failed due to an error.
|
ConfigurationRecorderStatus |
ConfigurationRecorderStatus.withLastStartTime(Date lastStartTime)
The time the recorder was last started.
|
ConfigurationRecorderStatus |
ConfigurationRecorderStatus.withLastStatus(RecorderStatus lastStatus)
The last (previous) status of the recorder.
|
ConfigurationRecorderStatus |
ConfigurationRecorderStatus.withLastStatus(String lastStatus)
The last (previous) status of the recorder.
|
ConfigurationRecorderStatus |
ConfigurationRecorderStatus.withLastStatusChangeTime(Date lastStatusChangeTime)
The time when the status was last changed.
|
ConfigurationRecorderStatus |
ConfigurationRecorderStatus.withLastStopTime(Date lastStopTime)
The time the recorder was last stopped.
|
ConfigurationRecorderStatus |
ConfigurationRecorderStatus.withName(String name)
The name of the configuration recorder.
|
ConfigurationRecorderStatus |
ConfigurationRecorderStatus.withRecording(Boolean recording)
Specifies whether the recorder is currently recording or not.
|
Modifier and Type | Method and Description |
---|---|
List<ConfigurationRecorderStatus> |
DescribeConfigurationRecorderStatusResult.getConfigurationRecordersStatus()
A list that contains status of the specified recorders.
|
Modifier and Type | Method and Description |
---|---|
DescribeConfigurationRecorderStatusResult |
DescribeConfigurationRecorderStatusResult.withConfigurationRecordersStatus(ConfigurationRecorderStatus... configurationRecordersStatus)
A list that contains status of the specified recorders.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeConfigurationRecorderStatusResult.setConfigurationRecordersStatus(Collection<ConfigurationRecorderStatus> configurationRecordersStatus)
A list that contains status of the specified recorders.
|
DescribeConfigurationRecorderStatusResult |
DescribeConfigurationRecorderStatusResult.withConfigurationRecordersStatus(Collection<ConfigurationRecorderStatus> configurationRecordersStatus)
A list that contains status of the specified recorders.
|
Copyright © 2018. All rights reserved.