Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.IndexSource
-
Packages that use IndexSource Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of IndexSource in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return IndexSource Modifier and Type Method Description static IndexSourceIndexSource. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IndexSourceIndexPolicy. source()This field indicates whether this is an account-level index policy or an index policy that applies only to a single log group.static IndexSourceIndexSource. valueOf(String name)Returns the enum constant of this type with the specified name.static IndexSource[]IndexSource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type IndexSource Modifier and Type Method Description static Set<IndexSource>IndexSource. knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type IndexSource Modifier and Type Method Description IndexPolicy.BuilderIndexPolicy.Builder. source(IndexSource source)This field indicates whether this is an account-level index policy or an index policy that applies only to a single log group.
-