Uses of Class
software.amazon.awssdk.services.redshift.model.ScheduledAction
-
Packages that use ScheduledAction Package Description software.amazon.awssdk.services.redshift.model software.amazon.awssdk.services.redshift.paginators -
-
Uses of ScheduledAction in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type ScheduledAction Modifier and Type Method Description List<ScheduledAction>DescribeScheduledActionsResponse. scheduledActions()List of retrieved scheduled actions.Methods in software.amazon.awssdk.services.redshift.model with parameters of type ScheduledAction Modifier and Type Method Description DescribeScheduledActionsResponse.BuilderDescribeScheduledActionsResponse.Builder. scheduledActions(ScheduledAction... scheduledActions)List of retrieved scheduled actions.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type ScheduledAction Modifier and Type Method Description DescribeScheduledActionsResponse.BuilderDescribeScheduledActionsResponse.Builder. scheduledActions(Collection<ScheduledAction> scheduledActions)List of retrieved scheduled actions. -
Uses of ScheduledAction in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type ScheduledAction Modifier and Type Method Description SdkIterable<ScheduledAction>DescribeScheduledActionsIterable. scheduledActions()Returns an iterable to iterate through the paginatedDescribeScheduledActionsResponse.scheduledActions()member.SdkPublisher<ScheduledAction>DescribeScheduledActionsPublisher. scheduledActions()Returns a publisher that can be used to get a stream of data.
-