Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ScheduledQueryDestinationType
-
Packages that use ScheduledQueryDestinationType Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of ScheduledQueryDestinationType in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ScheduledQueryDestinationType Modifier and Type Method Description ScheduledQueryDestinationTypeScheduledQueryDestination. destinationType()The type of destination for query results.static ScheduledQueryDestinationTypeScheduledQueryDestinationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ScheduledQueryDestinationTypeScheduledQueryDestinationType. valueOf(String name)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 ScheduledQueryDestinationType Modifier and Type Method Description static Set<ScheduledQueryDestinationType>ScheduledQueryDestinationType. knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type ScheduledQueryDestinationType Modifier and Type Method Description ScheduledQueryDestination.BuilderScheduledQueryDestination.Builder. destinationType(ScheduledQueryDestinationType destinationType)The type of destination for query results.
-