Uses of Class
software.amazon.awssdk.services.glue.model.BatchGetDevEndpointsResponse
-
Packages that use BatchGetDevEndpointsResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of BatchGetDevEndpointsResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return BatchGetDevEndpointsResponse Modifier and Type Method Description default BatchGetDevEndpointsResponseGlueClient. batchGetDevEndpoints(Consumer<BatchGetDevEndpointsRequest.Builder> 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.Methods in software.amazon.awssdk.services.glue that return types with arguments of type BatchGetDevEndpointsResponse Modifier and Type Method Description default CompletableFuture<BatchGetDevEndpointsResponse>GlueAsyncClient. batchGetDevEndpoints(Consumer<BatchGetDevEndpointsRequest.Builder> batchGetDevEndpointsRequest)Returns a list of resource metadata for a given list of development endpoint names.default CompletableFuture<BatchGetDevEndpointsResponse>GlueAsyncClient. batchGetDevEndpoints(BatchGetDevEndpointsRequest batchGetDevEndpointsRequest)Returns a list of resource metadata for a given list of development endpoint names.
-