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