Uses of Class
software.amazon.awssdk.services.glue.model.StartExportLabelsTaskRunRequest
-
Packages that use StartExportLabelsTaskRunRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of StartExportLabelsTaskRunRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type StartExportLabelsTaskRunRequest Modifier and Type Method Description default CompletableFuture<StartExportLabelsTaskRunResponse>GlueAsyncClient. startExportLabelsTaskRun(StartExportLabelsTaskRunRequest startExportLabelsTaskRunRequest)Begins an asynchronous task to export all labeled data for a particular transform.default StartExportLabelsTaskRunResponseGlueClient. startExportLabelsTaskRun(StartExportLabelsTaskRunRequest startExportLabelsTaskRunRequest)Begins an asynchronous task to export all labeled data for a particular transform. -
Uses of StartExportLabelsTaskRunRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type StartExportLabelsTaskRunRequest Modifier and Type Method Description SdkHttpFullRequestStartExportLabelsTaskRunRequestMarshaller. marshall(StartExportLabelsTaskRunRequest startExportLabelsTaskRunRequest)
-