Uses of Class
software.amazon.awssdk.services.databrew.model.CreateProfileJobRequest
-
Packages that use CreateProfileJobRequest 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 CreateProfileJobRequest in software.amazon.awssdk.services.databrew
Methods in software.amazon.awssdk.services.databrew with parameters of type CreateProfileJobRequest Modifier and Type Method Description default CompletableFuture<CreateProfileJobResponse>DataBrewAsyncClient. createProfileJob(CreateProfileJobRequest 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. -
Uses of CreateProfileJobRequest in software.amazon.awssdk.services.databrew.transform
Methods in software.amazon.awssdk.services.databrew.transform with parameters of type CreateProfileJobRequest Modifier and Type Method Description SdkHttpFullRequestCreateProfileJobRequestMarshaller. marshall(CreateProfileJobRequest createProfileJobRequest)
-