Uses of Class
software.amazon.awssdk.services.redshift.model.ScheduledActionType
-
Packages that use ScheduledActionType Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of ScheduledActionType in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return ScheduledActionType Modifier and Type Method Description ScheduledActionTypeCreateScheduledActionRequest. targetAction()A JSON format string of the Amazon Redshift API operation with input parameters.ScheduledActionTypeCreateScheduledActionResponse. targetAction()A JSON format string of the Amazon Redshift API operation with input parameters.ScheduledActionTypeModifyScheduledActionRequest. targetAction()A modified JSON format of the scheduled action.ScheduledActionTypeModifyScheduledActionResponse. targetAction()A JSON format string of the Amazon Redshift API operation with input parameters.ScheduledActionTypeScheduledAction. targetAction()A JSON format string of the Amazon Redshift API operation with input parameters.Methods in software.amazon.awssdk.services.redshift.model with parameters of type ScheduledActionType Modifier and Type Method Description CreateScheduledActionRequest.BuilderCreateScheduledActionRequest.Builder. targetAction(ScheduledActionType targetAction)A JSON format string of the Amazon Redshift API operation with input parameters.CreateScheduledActionResponse.BuilderCreateScheduledActionResponse.Builder. targetAction(ScheduledActionType targetAction)A JSON format string of the Amazon Redshift API operation with input parameters.ModifyScheduledActionRequest.BuilderModifyScheduledActionRequest.Builder. targetAction(ScheduledActionType targetAction)A modified JSON format of the scheduled action.ModifyScheduledActionResponse.BuilderModifyScheduledActionResponse.Builder. targetAction(ScheduledActionType targetAction)A JSON format string of the Amazon Redshift API operation with input parameters.ScheduledAction.BuilderScheduledAction.Builder. targetAction(ScheduledActionType targetAction)A JSON format string of the Amazon Redshift API operation with input parameters.
-