| Package | Description |
|---|---|
| com.amazonaws.services.glue |
|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
ListDevEndpointsResult |
AbstractAWSGlue.listDevEndpoints(ListDevEndpointsRequest request) |
ListDevEndpointsResult |
AWSGlueClient.listDevEndpoints(ListDevEndpointsRequest request)
Retrieves the names of all
DevEndpoint resources in this AWS account, or the resources with the
specified tag. |
ListDevEndpointsResult |
AWSGlue.listDevEndpoints(ListDevEndpointsRequest listDevEndpointsRequest)
Retrieves the names of all
DevEndpoint resources in this AWS account, or the resources with the
specified tag. |
| Modifier and Type | Method and Description |
|---|---|
Future<ListDevEndpointsResult> |
AWSGlueAsync.listDevEndpointsAsync(ListDevEndpointsRequest listDevEndpointsRequest,
AsyncHandler<ListDevEndpointsRequest,ListDevEndpointsResult> asyncHandler)
Retrieves the names of all
DevEndpoint resources in this AWS account, or the resources with the
specified tag. |
Future<ListDevEndpointsResult> |
AWSGlueAsyncClient.listDevEndpointsAsync(ListDevEndpointsRequest request,
AsyncHandler<ListDevEndpointsRequest,ListDevEndpointsResult> asyncHandler) |
Future<ListDevEndpointsResult> |
AbstractAWSGlueAsync.listDevEndpointsAsync(ListDevEndpointsRequest request,
AsyncHandler<ListDevEndpointsRequest,ListDevEndpointsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDevEndpointsResult |
ListDevEndpointsResult.clone() |
ListDevEndpointsResult |
ListDevEndpointsResult.withDevEndpointNames(Collection<String> devEndpointNames)
The names of all the
DevEndpoints in the account, or the DevEndpoints with the
specified tags. |
ListDevEndpointsResult |
ListDevEndpointsResult.withDevEndpointNames(String... devEndpointNames)
The names of all the
DevEndpoints in the account, or the DevEndpoints with the
specified tags. |
ListDevEndpointsResult |
ListDevEndpointsResult.withNextToken(String nextToken)
A continuation token, if the returned list does not contain the last metric available.
|
Copyright © 2020. All rights reserved.