Uses of Class
software.amazon.awssdk.services.glue.model.PutDataQualityProfileAnnotationRequest
-
Packages that use PutDataQualityProfileAnnotationRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of PutDataQualityProfileAnnotationRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type PutDataQualityProfileAnnotationRequest Modifier and Type Method Description default CompletableFuture<PutDataQualityProfileAnnotationResponse>GlueAsyncClient. putDataQualityProfileAnnotation(PutDataQualityProfileAnnotationRequest putDataQualityProfileAnnotationRequest)Annotate all datapoints for a Profile.default PutDataQualityProfileAnnotationResponseGlueClient. putDataQualityProfileAnnotation(PutDataQualityProfileAnnotationRequest putDataQualityProfileAnnotationRequest)Annotate all datapoints for a Profile. -
Uses of PutDataQualityProfileAnnotationRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type PutDataQualityProfileAnnotationRequest Modifier and Type Method Description SdkHttpFullRequestPutDataQualityProfileAnnotationRequestMarshaller. marshall(PutDataQualityProfileAnnotationRequest putDataQualityProfileAnnotationRequest)
-