Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
ListDevEndpointsResult |
AbstractAWSGlue.listDevEndpoints(ListDevEndpointsRequest request) |
ListDevEndpointsResult |
AWSGlue.listDevEndpoints(ListDevEndpointsRequest listDevEndpointsRequest)
Retrieves the names of all
DevEndpoint resources in this AWS account, or the resources with the
specified tag. |
ListDevEndpointsResult |
AWSGlueClient.listDevEndpoints(ListDevEndpointsRequest request)
Retrieves the names of all
DevEndpoint resources in this AWS account, or the resources with the
specified tag. |
Future<ListDevEndpointsResult> |
AWSGlueAsyncClient.listDevEndpointsAsync(ListDevEndpointsRequest request) |
Future<ListDevEndpointsResult> |
AWSGlueAsync.listDevEndpointsAsync(ListDevEndpointsRequest listDevEndpointsRequest)
Retrieves the names of all
DevEndpoint resources in this AWS account, or the resources with the
specified tag. |
Future<ListDevEndpointsResult> |
AbstractAWSGlueAsync.listDevEndpointsAsync(ListDevEndpointsRequest request) |
Future<ListDevEndpointsResult> |
AWSGlueAsyncClient.listDevEndpointsAsync(ListDevEndpointsRequest request,
AsyncHandler<ListDevEndpointsRequest,ListDevEndpointsResult> asyncHandler) |
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> |
AbstractAWSGlueAsync.listDevEndpointsAsync(ListDevEndpointsRequest request,
AsyncHandler<ListDevEndpointsRequest,ListDevEndpointsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<ListDevEndpointsResult> |
AWSGlueAsyncClient.listDevEndpointsAsync(ListDevEndpointsRequest request,
AsyncHandler<ListDevEndpointsRequest,ListDevEndpointsResult> asyncHandler) |
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> |
AbstractAWSGlueAsync.listDevEndpointsAsync(ListDevEndpointsRequest request,
AsyncHandler<ListDevEndpointsRequest,ListDevEndpointsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListDevEndpointsRequest |
ListDevEndpointsRequest.addTagsEntry(String key,
String value) |
ListDevEndpointsRequest |
ListDevEndpointsRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
ListDevEndpointsRequest |
ListDevEndpointsRequest.clone() |
ListDevEndpointsRequest |
ListDevEndpointsRequest.withMaxResults(Integer maxResults)
The maximum size of a list to return.
|
ListDevEndpointsRequest |
ListDevEndpointsRequest.withNextToken(String nextToken)
A continuation token, if this is a continuation request.
|
ListDevEndpointsRequest |
ListDevEndpointsRequest.withTags(Map<String,String> tags)
Specifies to return only these tagged resources.
|
Copyright © 2020. All rights reserved.