| Package | Description |
|---|---|
| com.amazonaws.services.glue |
|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetDevEndpointsResult |
AbstractAWSGlue.batchGetDevEndpoints(BatchGetDevEndpointsRequest request) |
BatchGetDevEndpointsResult |
AWSGlue.batchGetDevEndpoints(BatchGetDevEndpointsRequest batchGetDevEndpointsRequest)
Returns a list of resource metadata for a given list of development endpoint names.
|
BatchGetDevEndpointsResult |
AWSGlueClient.batchGetDevEndpoints(BatchGetDevEndpointsRequest request)
Returns a list of resource metadata for a given list of development endpoint names.
|
| 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 |
|---|---|
BatchGetDevEndpointsResult |
BatchGetDevEndpointsResult.clone() |
BatchGetDevEndpointsResult |
BatchGetDevEndpointsResult.withDevEndpoints(Collection<DevEndpoint> devEndpoints)
A list of
DevEndpoint definitions. |
BatchGetDevEndpointsResult |
BatchGetDevEndpointsResult.withDevEndpoints(DevEndpoint... devEndpoints)
A list of
DevEndpoint definitions. |
BatchGetDevEndpointsResult |
BatchGetDevEndpointsResult.withDevEndpointsNotFound(Collection<String> devEndpointsNotFound)
A list of
DevEndpoints not found. |
BatchGetDevEndpointsResult |
BatchGetDevEndpointsResult.withDevEndpointsNotFound(String... devEndpointsNotFound)
A list of
DevEndpoints not found. |
Copyright © 2019. All rights reserved.