Uses of Class
software.amazon.awssdk.services.redshiftserverless.model.ScheduledActionAssociation
-
Packages that use ScheduledActionAssociation Package Description software.amazon.awssdk.services.redshiftserverless.model software.amazon.awssdk.services.redshiftserverless.paginators -
-
Uses of ScheduledActionAssociation in software.amazon.awssdk.services.redshiftserverless.model
Methods in software.amazon.awssdk.services.redshiftserverless.model that return types with arguments of type ScheduledActionAssociation Modifier and Type Method Description List<ScheduledActionAssociation>ListScheduledActionsResponse. scheduledActions()All of the returned scheduled action association objects.Methods in software.amazon.awssdk.services.redshiftserverless.model with parameters of type ScheduledActionAssociation Modifier and Type Method Description ListScheduledActionsResponse.BuilderListScheduledActionsResponse.Builder. scheduledActions(ScheduledActionAssociation... scheduledActions)All of the returned scheduled action association objects.Method parameters in software.amazon.awssdk.services.redshiftserverless.model with type arguments of type ScheduledActionAssociation Modifier and Type Method Description ListScheduledActionsResponse.BuilderListScheduledActionsResponse.Builder. scheduledActions(Collection<ScheduledActionAssociation> scheduledActions)All of the returned scheduled action association objects. -
Uses of ScheduledActionAssociation in software.amazon.awssdk.services.redshiftserverless.paginators
Methods in software.amazon.awssdk.services.redshiftserverless.paginators that return types with arguments of type ScheduledActionAssociation Modifier and Type Method Description SdkIterable<ScheduledActionAssociation>ListScheduledActionsIterable. scheduledActions()Returns an iterable to iterate through the paginatedListScheduledActionsResponse.scheduledActions()member.SdkPublisher<ScheduledActionAssociation>ListScheduledActionsPublisher. scheduledActions()Returns a publisher that can be used to get a stream of data.
-