Uses of Class
software.amazon.awssdk.services.config.model.AggregatorFilterType
-
Packages that use AggregatorFilterType Package Description software.amazon.awssdk.services.config.model -
-
Uses of AggregatorFilterType in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return AggregatorFilterType Modifier and Type Method Description static AggregatorFilterTypeAggregatorFilterType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AggregatorFilterTypeAggregatorFilterResourceType. type()The type of resource type filter to apply.AggregatorFilterTypeAggregatorFilterServicePrincipal. type()The type of service principal filter to apply.static AggregatorFilterTypeAggregatorFilterType. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregatorFilterType[]AggregatorFilterType. 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 AggregatorFilterType Modifier and Type Method Description static Set<AggregatorFilterType>AggregatorFilterType. knownValues()Methods in software.amazon.awssdk.services.config.model with parameters of type AggregatorFilterType Modifier and Type Method Description AggregatorFilterResourceType.BuilderAggregatorFilterResourceType.Builder. type(AggregatorFilterType type)The type of resource type filter to apply.AggregatorFilterServicePrincipal.BuilderAggregatorFilterServicePrincipal.Builder. type(AggregatorFilterType type)The type of service principal filter to apply.
-