| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
AggregatedSourceStatus |
AggregatedSourceStatus.clone() |
AggregatedSourceStatus |
AggregatedSourceStatus.withAwsRegion(String awsRegion)
The region authorized to collect aggregated data.
|
AggregatedSourceStatus |
AggregatedSourceStatus.withLastErrorCode(String lastErrorCode)
The error code that Config returned when the source account aggregation last failed.
|
AggregatedSourceStatus |
AggregatedSourceStatus.withLastErrorMessage(String lastErrorMessage)
The message indicating that the source account aggregation failed due to an error.
|
AggregatedSourceStatus |
AggregatedSourceStatus.withLastUpdateStatus(AggregatedSourceStatusType lastUpdateStatus)
Filters the last updated status type.
|
AggregatedSourceStatus |
AggregatedSourceStatus.withLastUpdateStatus(String lastUpdateStatus)
Filters the last updated status type.
|
AggregatedSourceStatus |
AggregatedSourceStatus.withLastUpdateTime(Date lastUpdateTime)
The time of the last update.
|
AggregatedSourceStatus |
AggregatedSourceStatus.withSourceId(String sourceId)
The source account ID or an organization.
|
AggregatedSourceStatus |
AggregatedSourceStatus.withSourceType(AggregatedSourceType sourceType)
The source account or an organization.
|
AggregatedSourceStatus |
AggregatedSourceStatus.withSourceType(String sourceType)
The source account or an organization.
|
| Modifier and Type | Method and Description |
|---|---|
List<AggregatedSourceStatus> |
DescribeConfigurationAggregatorSourcesStatusResult.getAggregatedSourceStatusList()
Returns an AggregatedSourceStatus object.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeConfigurationAggregatorSourcesStatusResult |
DescribeConfigurationAggregatorSourcesStatusResult.withAggregatedSourceStatusList(AggregatedSourceStatus... aggregatedSourceStatusList)
Returns an AggregatedSourceStatus object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeConfigurationAggregatorSourcesStatusResult.setAggregatedSourceStatusList(Collection<AggregatedSourceStatus> aggregatedSourceStatusList)
Returns an AggregatedSourceStatus object.
|
DescribeConfigurationAggregatorSourcesStatusResult |
DescribeConfigurationAggregatorSourcesStatusResult.withAggregatedSourceStatusList(Collection<AggregatedSourceStatus> aggregatedSourceStatusList)
Returns an AggregatedSourceStatus object.
|
Copyright © 2024. All rights reserved.