Uses of Class
software.amazon.awssdk.services.config.model.AggregatedSourceType
-
Packages that use AggregatedSourceType Package Description software.amazon.awssdk.services.config.model -
-
Uses of AggregatedSourceType in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return AggregatedSourceType Modifier and Type Method Description static AggregatedSourceTypeAggregatedSourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AggregatedSourceTypeAggregatedSourceStatus. sourceType()The source account or an organization.static AggregatedSourceTypeAggregatedSourceType. 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.Methods in software.amazon.awssdk.services.config.model that return types with arguments of type AggregatedSourceType Modifier and Type Method Description static Set<AggregatedSourceType>AggregatedSourceType. knownValues()Methods in software.amazon.awssdk.services.config.model with parameters of type AggregatedSourceType Modifier and Type Method Description AggregatedSourceStatus.BuilderAggregatedSourceStatus.Builder. sourceType(AggregatedSourceType sourceType)The source account or an organization.
-