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