Uses of Class
software.amazon.awssdk.services.glue.model.BatchGetDevEndpointsRequest
-
Packages that use BatchGetDevEndpointsRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of BatchGetDevEndpointsRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type BatchGetDevEndpointsRequest Modifier and Type Method Description default CompletableFuture<BatchGetDevEndpointsResponse>GlueAsyncClient. batchGetDevEndpoints(BatchGetDevEndpointsRequest batchGetDevEndpointsRequest)Returns a list of resource metadata for a given list of development endpoint names.default BatchGetDevEndpointsResponseGlueClient. batchGetDevEndpoints(BatchGetDevEndpointsRequest batchGetDevEndpointsRequest)Returns a list of resource metadata for a given list of development endpoint names. -
Uses of BatchGetDevEndpointsRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type BatchGetDevEndpointsRequest Modifier and Type Method Description SdkHttpFullRequestBatchGetDevEndpointsRequestMarshaller. marshall(BatchGetDevEndpointsRequest batchGetDevEndpointsRequest)
-