Uses of Class
software.amazon.awssdk.services.glue.model.BatchGetCustomEntityTypesResponse
-
Packages that use BatchGetCustomEntityTypesResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of BatchGetCustomEntityTypesResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return BatchGetCustomEntityTypesResponse Modifier and Type Method Description default BatchGetCustomEntityTypesResponseGlueClient. batchGetCustomEntityTypes(Consumer<BatchGetCustomEntityTypesRequest.Builder> 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.Methods in software.amazon.awssdk.services.glue that return types with arguments of type BatchGetCustomEntityTypesResponse Modifier and Type Method Description default CompletableFuture<BatchGetCustomEntityTypesResponse>GlueAsyncClient. batchGetCustomEntityTypes(Consumer<BatchGetCustomEntityTypesRequest.Builder> batchGetCustomEntityTypesRequest)Retrieves the details for the custom patterns specified by a list of names.default CompletableFuture<BatchGetCustomEntityTypesResponse>GlueAsyncClient. batchGetCustomEntityTypes(BatchGetCustomEntityTypesRequest batchGetCustomEntityTypesRequest)Retrieves the details for the custom patterns specified by a list of names.
-