Uses of Class
software.amazon.awssdk.services.databrew.model.UpdateScheduleRequest
-
Packages that use UpdateScheduleRequest 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 UpdateScheduleRequest in software.amazon.awssdk.services.databrew
Methods in software.amazon.awssdk.services.databrew with parameters of type UpdateScheduleRequest Modifier and Type Method Description default CompletableFuture<UpdateScheduleResponse>DataBrewAsyncClient. updateSchedule(UpdateScheduleRequest updateScheduleRequest)Modifies the definition of an existing DataBrew schedule.default UpdateScheduleResponseDataBrewClient. updateSchedule(UpdateScheduleRequest updateScheduleRequest)Modifies the definition of an existing DataBrew schedule. -
Uses of UpdateScheduleRequest in software.amazon.awssdk.services.databrew.transform
Methods in software.amazon.awssdk.services.databrew.transform with parameters of type UpdateScheduleRequest Modifier and Type Method Description SdkHttpFullRequestUpdateScheduleRequestMarshaller. marshall(UpdateScheduleRequest updateScheduleRequest)
-