| Package | Description |
|---|---|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
static AggregatedSourceStatusType |
AggregatedSourceStatusType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AggregatedSourceStatusType |
AggregatedSourceStatus.lastUpdateStatus()
Filters the last updated status type.
|
static AggregatedSourceStatusType |
AggregatedSourceStatusType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregatedSourceStatusType[] |
AggregatedSourceStatusType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AggregatedSourceStatusType> |
AggregatedSourceStatusType.knownValues()
|
List<AggregatedSourceStatusType> |
DescribeConfigurationAggregatorSourcesStatusRequest.updateStatus()
Filters the status type.
|
| Modifier and Type | Method and Description |
|---|---|
AggregatedSourceStatus.Builder |
AggregatedSourceStatus.Builder.lastUpdateStatus(AggregatedSourceStatusType lastUpdateStatus)
Filters the last updated status type.
|
DescribeConfigurationAggregatorSourcesStatusRequest.Builder |
DescribeConfigurationAggregatorSourcesStatusRequest.Builder.updateStatus(AggregatedSourceStatusType... updateStatus)
Filters the status type.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeConfigurationAggregatorSourcesStatusRequest.Builder |
DescribeConfigurationAggregatorSourcesStatusRequest.Builder.updateStatus(Collection<AggregatedSourceStatusType> updateStatus)
Filters the status type.
|
Copyright © 2023. All rights reserved.