Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<BatchGetDevEndpointsResult> |
AWSGlueAsyncClient.batchGetDevEndpointsAsync(BatchGetDevEndpointsRequest request,
AsyncHandler<BatchGetDevEndpointsRequest,BatchGetDevEndpointsResult> asyncHandler) |
Future<BatchGetDevEndpointsResult> |
AWSGlueAsync.batchGetDevEndpointsAsync(BatchGetDevEndpointsRequest batchGetDevEndpointsRequest,
AsyncHandler<BatchGetDevEndpointsRequest,BatchGetDevEndpointsResult> asyncHandler)
Returns a list of resource metadata for a given list of development endpoint names.
|
Future<BatchGetDevEndpointsResult> |
AbstractAWSGlueAsync.batchGetDevEndpointsAsync(BatchGetDevEndpointsRequest request,
AsyncHandler<BatchGetDevEndpointsRequest,BatchGetDevEndpointsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
BatchGetDevEndpointsRequest |
BatchGetDevEndpointsRequest.clone() |
BatchGetDevEndpointsRequest |
BatchGetDevEndpointsRequest.withDevEndpointNames(Collection<String> devEndpointNames)
The list of
DevEndpoint names, which might be the names returned from the
ListDevEndpoint operation. |
BatchGetDevEndpointsRequest |
BatchGetDevEndpointsRequest.withDevEndpointNames(String... devEndpointNames)
The list of
DevEndpoint names, which might be the names returned from the
ListDevEndpoint operation. |
Copyright © 2020. All rights reserved.