Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.ScheduledQueryDestinationType
Packages that use ScheduledQueryDestinationType
-
Uses of ScheduledQueryDestinationType in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ScheduledQueryDestinationTypeModifier and TypeMethodDescriptionScheduledQueryDestination.destinationType()The type of destination for query results.Use this in place of valueOf to convert the raw string returned by the service into the enum value.Returns the enum constant of this type with the specified name.static ScheduledQueryDestinationType[]ScheduledQueryDestinationType.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 ScheduledQueryDestinationTypeModifier and TypeMethodDescriptionstatic Set<ScheduledQueryDestinationType>ScheduledQueryDestinationType.knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type ScheduledQueryDestinationTypeModifier and TypeMethodDescriptionScheduledQueryDestination.Builder.destinationType(ScheduledQueryDestinationType destinationType) The type of destination for query results.