Uses of Class
software.amazon.awssdk.services.databrew.model.UpdateProfileJobResponse
-
Packages that use UpdateProfileJobResponse Package Description software.amazon.awssdk.services.databrew Glue DataBrew is a visual, cloud-scale data-preparation service. -
-
Uses of UpdateProfileJobResponse in software.amazon.awssdk.services.databrew
Methods in software.amazon.awssdk.services.databrew that return UpdateProfileJobResponse Modifier and Type Method Description default UpdateProfileJobResponseDataBrewClient. updateProfileJob(Consumer<UpdateProfileJobRequest.Builder> updateProfileJobRequest)Modifies the definition of an existing profile job.default UpdateProfileJobResponseDataBrewClient. updateProfileJob(UpdateProfileJobRequest updateProfileJobRequest)Modifies the definition of an existing profile job.Methods in software.amazon.awssdk.services.databrew that return types with arguments of type UpdateProfileJobResponse Modifier and Type Method Description default CompletableFuture<UpdateProfileJobResponse>DataBrewAsyncClient. updateProfileJob(Consumer<UpdateProfileJobRequest.Builder> updateProfileJobRequest)Modifies the definition of an existing profile job.default CompletableFuture<UpdateProfileJobResponse>DataBrewAsyncClient. updateProfileJob(UpdateProfileJobRequest updateProfileJobRequest)Modifies the definition of an existing profile job.
-