Uses of Class
software.amazon.awssdk.services.glue.model.BatchGetCustomEntityTypesRequest
-
Packages that use BatchGetCustomEntityTypesRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of BatchGetCustomEntityTypesRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type BatchGetCustomEntityTypesRequest Modifier and Type Method Description default CompletableFuture<BatchGetCustomEntityTypesResponse>GlueAsyncClient. batchGetCustomEntityTypes(BatchGetCustomEntityTypesRequest batchGetCustomEntityTypesRequest)Retrieves the details for the custom patterns specified by a list of names.default BatchGetCustomEntityTypesResponseGlueClient. batchGetCustomEntityTypes(BatchGetCustomEntityTypesRequest batchGetCustomEntityTypesRequest)Retrieves the details for the custom patterns specified by a list of names. -
Uses of BatchGetCustomEntityTypesRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type BatchGetCustomEntityTypesRequest Modifier and Type Method Description SdkHttpFullRequestBatchGetCustomEntityTypesRequestMarshaller. marshall(BatchGetCustomEntityTypesRequest batchGetCustomEntityTypesRequest)
-