Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.ScheduleType
Packages that use ScheduleType
-
Uses of ScheduleType in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ScheduleTypeModifier and TypeMethodDescriptionstatic ScheduleTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ScheduleTypeGetScheduledQueryResponse.scheduleType()The schedule type of the scheduled query.final ScheduleTypeListScheduledQueriesRequest.scheduleType()Filter scheduled queries by schedule type.final ScheduleTypeScheduledQuerySummary.scheduleType()The schedule type of the scheduled query.final ScheduleTypeUpdateScheduledQueryResponse.scheduleType()The schedule type of the updated scheduled query.static ScheduleTypeReturns the enum constant of this type with the specified name.static ScheduleType[]ScheduleType.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 ScheduleTypeMethods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type ScheduleTypeModifier and TypeMethodDescriptionGetScheduledQueryResponse.Builder.scheduleType(ScheduleType scheduleType) The schedule type of the scheduled query.ListScheduledQueriesRequest.Builder.scheduleType(ScheduleType scheduleType) Filter scheduled queries by schedule type.ScheduledQuerySummary.Builder.scheduleType(ScheduleType scheduleType) The schedule type of the scheduled query.UpdateScheduledQueryResponse.Builder.scheduleType(ScheduleType scheduleType) The schedule type of the updated scheduled query.