Uses of Class
software.amazon.awssdk.services.databrew.model.CreateProfileJobResponse
-
Packages that use CreateProfileJobResponse Package Description software.amazon.awssdk.services.databrew Glue DataBrew is a visual, cloud-scale data-preparation service. -
-
Uses of CreateProfileJobResponse in software.amazon.awssdk.services.databrew
Methods in software.amazon.awssdk.services.databrew that return CreateProfileJobResponse Modifier and Type Method Description default CreateProfileJobResponseDataBrewClient. createProfileJob(Consumer<CreateProfileJobRequest.Builder> createProfileJobRequest)Creates a new job to analyze a dataset and create its data profile.default CreateProfileJobResponseDataBrewClient. createProfileJob(CreateProfileJobRequest createProfileJobRequest)Creates a new job to analyze a dataset and create its data profile.Methods in software.amazon.awssdk.services.databrew that return types with arguments of type CreateProfileJobResponse Modifier and Type Method Description default CompletableFuture<CreateProfileJobResponse>DataBrewAsyncClient. createProfileJob(Consumer<CreateProfileJobRequest.Builder> createProfileJobRequest)Creates a new job to analyze a dataset and create its data profile.default CompletableFuture<CreateProfileJobResponse>DataBrewAsyncClient. createProfileJob(CreateProfileJobRequest createProfileJobRequest)Creates a new job to analyze a dataset and create its data profile.
-