Uses of Class
software.amazon.awssdk.services.databrew.model.UpdateProfileJobRequest
-
Packages that use UpdateProfileJobRequest 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 UpdateProfileJobRequest in software.amazon.awssdk.services.databrew
Methods in software.amazon.awssdk.services.databrew with parameters of type UpdateProfileJobRequest Modifier and Type Method Description default CompletableFuture<UpdateProfileJobResponse>DataBrewAsyncClient. updateProfileJob(UpdateProfileJobRequest updateProfileJobRequest)Modifies the definition of an existing profile job.default UpdateProfileJobResponseDataBrewClient. updateProfileJob(UpdateProfileJobRequest updateProfileJobRequest)Modifies the definition of an existing profile job. -
Uses of UpdateProfileJobRequest in software.amazon.awssdk.services.databrew.transform
Methods in software.amazon.awssdk.services.databrew.transform with parameters of type UpdateProfileJobRequest Modifier and Type Method Description SdkHttpFullRequestUpdateProfileJobRequestMarshaller. marshall(UpdateProfileJobRequest updateProfileJobRequest)
-