| Package | Description |
|---|---|
| com.amazonaws.services.glue |
|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListSessionsResult> |
AWSGlueAsyncClient.listSessionsAsync(ListSessionsRequest request,
AsyncHandler<ListSessionsRequest,ListSessionsResult> asyncHandler) |
Future<ListSessionsResult> |
AWSGlueAsync.listSessionsAsync(ListSessionsRequest listSessionsRequest,
AsyncHandler<ListSessionsRequest,ListSessionsResult> asyncHandler)
Retrieve a list of sessions.
|
Future<ListSessionsResult> |
AbstractAWSGlueAsync.listSessionsAsync(ListSessionsRequest request,
AsyncHandler<ListSessionsRequest,ListSessionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListSessionsRequest |
ListSessionsRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ListSessionsRequest |
ListSessionsRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
ListSessionsRequest |
ListSessionsRequest.clone() |
ListSessionsRequest |
ListSessionsRequest.withMaxResults(Integer maxResults)
The maximum number of results.
|
ListSessionsRequest |
ListSessionsRequest.withNextToken(String nextToken)
The token for the next set of results, or null if there are no more result.
|
ListSessionsRequest |
ListSessionsRequest.withRequestOrigin(String requestOrigin)
The origin of the request.
|
ListSessionsRequest |
ListSessionsRequest.withTags(Map<String,String> tags)
Tags belonging to the session.
|
Copyright © 2024. All rights reserved.