Uses of Class
software.amazon.awssdk.services.databrew.model.CreateScheduleRequest
-
Packages that use CreateScheduleRequest Package Description software.amazon.awssdk.services.databrew Glue DataBrew is a visual, cloud-scale data-preparation service.software.amazon.awssdk.services.databrew.transform -
-
Uses of CreateScheduleRequest in software.amazon.awssdk.services.databrew
Methods in software.amazon.awssdk.services.databrew with parameters of type CreateScheduleRequest Modifier and Type Method Description default CompletableFuture<CreateScheduleResponse>DataBrewAsyncClient. createSchedule(CreateScheduleRequest createScheduleRequest)Creates a new schedule for one or more DataBrew jobs.default CreateScheduleResponseDataBrewClient. createSchedule(CreateScheduleRequest createScheduleRequest)Creates a new schedule for one or more DataBrew jobs. -
Uses of CreateScheduleRequest in software.amazon.awssdk.services.databrew.transform
Methods in software.amazon.awssdk.services.databrew.transform with parameters of type CreateScheduleRequest Modifier and Type Method Description SdkHttpFullRequestCreateScheduleRequestMarshaller. marshall(CreateScheduleRequest createScheduleRequest)
-