Uses of Class
software.amazon.awssdk.services.glue.model.BatchGetBlueprintsResponse
-
Packages that use BatchGetBlueprintsResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of BatchGetBlueprintsResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return BatchGetBlueprintsResponse Modifier and Type Method Description default BatchGetBlueprintsResponseGlueClient. batchGetBlueprints(Consumer<BatchGetBlueprintsRequest.Builder> batchGetBlueprintsRequest)Retrieves information about a list of blueprints.default BatchGetBlueprintsResponseGlueClient. batchGetBlueprints(BatchGetBlueprintsRequest batchGetBlueprintsRequest)Retrieves information about a list of blueprints.Methods in software.amazon.awssdk.services.glue that return types with arguments of type BatchGetBlueprintsResponse Modifier and Type Method Description default CompletableFuture<BatchGetBlueprintsResponse>GlueAsyncClient. batchGetBlueprints(Consumer<BatchGetBlueprintsRequest.Builder> batchGetBlueprintsRequest)Retrieves information about a list of blueprints.default CompletableFuture<BatchGetBlueprintsResponse>GlueAsyncClient. batchGetBlueprints(BatchGetBlueprintsRequest batchGetBlueprintsRequest)Retrieves information about a list of blueprints.
-