Uses of Class
software.amazon.awssdk.services.redshift.model.UpdateTarget
-
Packages that use UpdateTarget Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of UpdateTarget in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type UpdateTarget Modifier and Type Method Description List<UpdateTarget>MaintenanceTrack. updateTargets()An array of UpdateTarget objects to update with the maintenance track.Methods in software.amazon.awssdk.services.redshift.model with parameters of type UpdateTarget Modifier and Type Method Description MaintenanceTrack.BuilderMaintenanceTrack.Builder. updateTargets(UpdateTarget... updateTargets)An array of UpdateTarget objects to update with the maintenance track.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type UpdateTarget Modifier and Type Method Description MaintenanceTrack.BuilderMaintenanceTrack.Builder. updateTargets(Collection<UpdateTarget> updateTargets)An array of UpdateTarget objects to update with the maintenance track.
-