Uses of Class
software.amazon.awssdk.services.databrew.model.Schedule
-
Packages that use Schedule Package Description software.amazon.awssdk.services.databrew.model software.amazon.awssdk.services.databrew.paginators -
-
Uses of Schedule in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type Schedule Modifier and Type Method Description List<Schedule>ListSchedulesResponse. schedules()A list of schedules that are defined.Methods in software.amazon.awssdk.services.databrew.model with parameters of type Schedule Modifier and Type Method Description ListSchedulesResponse.BuilderListSchedulesResponse.Builder. schedules(Schedule... schedules)A list of schedules that are defined.Method parameters in software.amazon.awssdk.services.databrew.model with type arguments of type Schedule Modifier and Type Method Description ListSchedulesResponse.BuilderListSchedulesResponse.Builder. schedules(Collection<Schedule> schedules)A list of schedules that are defined. -
Uses of Schedule in software.amazon.awssdk.services.databrew.paginators
Methods in software.amazon.awssdk.services.databrew.paginators that return types with arguments of type Schedule Modifier and Type Method Description SdkIterable<Schedule>ListSchedulesIterable. schedules()Returns an iterable to iterate through the paginatedListSchedulesResponse.schedules()member.SdkPublisher<Schedule>ListSchedulesPublisher. schedules()Returns a publisher that can be used to get a stream of data.
-