Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.CloudWatchLogsFilterOperator
Packages that use CloudWatchLogsFilterOperator
-
Uses of CloudWatchLogsFilterOperator in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return CloudWatchLogsFilterOperatorModifier and TypeMethodDescriptionstatic CloudWatchLogsFilterOperatorUse this in place of valueOf to convert the raw string returned by the service into the enum value.CloudWatchLogsFilter.operator()The comparison operator to use for filtering.static CloudWatchLogsFilterOperatorReturns the enum constant of this type with the specified name.static CloudWatchLogsFilterOperator[]CloudWatchLogsFilterOperator.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type CloudWatchLogsFilterOperatorModifier and TypeMethodDescriptionstatic Set<CloudWatchLogsFilterOperator>CloudWatchLogsFilterOperator.knownValues()Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type CloudWatchLogsFilterOperatorModifier and TypeMethodDescriptionCloudWatchLogsFilter.Builder.operator(CloudWatchLogsFilterOperator operator) The comparison operator to use for filtering.