Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.IndexSource
Packages that use IndexSource
-
Uses of IndexSource in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return IndexSourceModifier and TypeMethodDescriptionstatic IndexSourceUse this in place of valueOf to convert the raw string returned by the service into the enum value.final 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 IndexSourceReturns 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 IndexSourceMethods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type IndexSourceModifier and TypeMethodDescriptionIndexPolicy.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.