Uses of Interface
software.amazon.awssdk.services.glue.model.BatchGetCustomEntityTypesRequest.Builder
-
Packages that use BatchGetCustomEntityTypesRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of BatchGetCustomEntityTypesRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type BatchGetCustomEntityTypesRequest.Builder 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 BatchGetCustomEntityTypesResponseGlueClient. batchGetCustomEntityTypes(Consumer<BatchGetCustomEntityTypesRequest.Builder> batchGetCustomEntityTypesRequest)Retrieves the details for the custom patterns specified by a list of names. -
Uses of BatchGetCustomEntityTypesRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return BatchGetCustomEntityTypesRequest.Builder Modifier and Type Method Description static BatchGetCustomEntityTypesRequest.BuilderBatchGetCustomEntityTypesRequest. builder()BatchGetCustomEntityTypesRequest.BuilderBatchGetCustomEntityTypesRequest.Builder. names(String... names)A list of names of the custom patterns that you want to retrieve.BatchGetCustomEntityTypesRequest.BuilderBatchGetCustomEntityTypesRequest.Builder. names(Collection<String> names)A list of names of the custom patterns that you want to retrieve.BatchGetCustomEntityTypesRequest.BuilderBatchGetCustomEntityTypesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetCustomEntityTypesRequest.BuilderBatchGetCustomEntityTypesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchGetCustomEntityTypesRequest.BuilderBatchGetCustomEntityTypesRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type BatchGetCustomEntityTypesRequest.Builder Modifier and Type Method Description static Class<? extends BatchGetCustomEntityTypesRequest.Builder>BatchGetCustomEntityTypesRequest. serializableBuilderClass()
-