| Package | Description |
|---|---|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
static AggregatedSourceType |
AggregatedSourceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AggregatedSourceType |
AggregatedSourceStatus.sourceType()
The source account or an organization.
|
static AggregatedSourceType |
AggregatedSourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregatedSourceType[] |
AggregatedSourceType.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<AggregatedSourceType> |
AggregatedSourceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AggregatedSourceStatus.Builder |
AggregatedSourceStatus.Builder.sourceType(AggregatedSourceType sourceType)
The source account or an organization.
|
Copyright © 2023. All rights reserved.