Uses of Class
software.amazon.awssdk.services.redshiftserverless.model.TargetAction
-
Packages that use TargetAction Package Description software.amazon.awssdk.services.redshiftserverless.model -
-
Uses of TargetAction in software.amazon.awssdk.services.redshiftserverless.model
Methods in software.amazon.awssdk.services.redshiftserverless.model that return TargetAction Modifier and Type Method Description static TargetActionTargetAction. fromCreateSnapshot(Consumer<CreateSnapshotScheduleActionParameters.Builder> createSnapshot)Create an instance of this class withcreateSnapshot()initialized to the given value.static TargetActionTargetAction. fromCreateSnapshot(CreateSnapshotScheduleActionParameters createSnapshot)Create an instance of this class withcreateSnapshot()initialized to the given value.TargetActionCreateScheduledActionRequest. targetAction()Returns the value of the TargetAction property for this object.TargetActionScheduledActionResponse. targetAction()Returns the value of the TargetAction property for this object.TargetActionUpdateScheduledActionRequest. targetAction()Returns the value of the TargetAction property for this object.Methods in software.amazon.awssdk.services.redshiftserverless.model with parameters of type TargetAction Modifier and Type Method Description CreateScheduledActionRequest.BuilderCreateScheduledActionRequest.Builder. targetAction(TargetAction targetAction)Sets the value of the TargetAction property for this object.ScheduledActionResponse.BuilderScheduledActionResponse.Builder. targetAction(TargetAction targetAction)Sets the value of the TargetAction property for this object.UpdateScheduledActionRequest.BuilderUpdateScheduledActionRequest.Builder. targetAction(TargetAction targetAction)Sets the value of the TargetAction property for this object.
-