Package | Description |
---|---|
com.amazonaws.services.config.model | |
com.amazonaws.services.config.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ConfigurationRecorderStatus> |
DescribeConfigurationRecorderStatusResult.configurationRecordersStatus
A list that contains status of the specified recorders.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationRecorderStatus |
ConfigurationRecorderStatus.clone() |
ConfigurationRecorderStatus |
ConfigurationRecorderStatus.withLastErrorCode(java.lang.String lastErrorCode)
The error code indicating that the recording failed.
|
ConfigurationRecorderStatus |
ConfigurationRecorderStatus.withLastErrorMessage(java.lang.String lastErrorMessage)
The message indicating that the recording failed due to an error.
|
ConfigurationRecorderStatus |
ConfigurationRecorderStatus.withLastStartTime(java.util.Date lastStartTime)
The time the recorder was last started.
|
ConfigurationRecorderStatus |
ConfigurationRecorderStatus.withLastStatus(RecorderStatus lastStatus)
The last (previous) status of the recorder.
|
ConfigurationRecorderStatus |
ConfigurationRecorderStatus.withLastStatus(java.lang.String lastStatus)
The last (previous) status of the recorder.
|
ConfigurationRecorderStatus |
ConfigurationRecorderStatus.withLastStatusChangeTime(java.util.Date lastStatusChangeTime)
The time when the status was last changed.
|
ConfigurationRecorderStatus |
ConfigurationRecorderStatus.withLastStopTime(java.util.Date lastStopTime)
The time the recorder was last stopped.
|
ConfigurationRecorderStatus |
ConfigurationRecorderStatus.withName(java.lang.String name)
The name of the configuration recorder.
|
ConfigurationRecorderStatus |
ConfigurationRecorderStatus.withRecording(java.lang.Boolean recording)
Specifies whether the recorder is currently recording or not.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<ConfigurationRecorderStatus> configurationRecordersStatus)
A list that contains status of the specified recorders.
|
DescribeConfigurationRecorderStatusResult |
DescribeConfigurationRecorderStatusResult.withConfigurationRecordersStatus(java.util.Collection<ConfigurationRecorderStatus> configurationRecordersStatus)
A list that contains status of the specified recorders.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationRecorderStatus |
ConfigurationRecorderStatusJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationRecorderStatusJsonMarshaller.marshall(ConfigurationRecorderStatus configurationRecorderStatus,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|