Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<GetJobsResult> |
AWSGlueAsyncClient.getJobsAsync(GetJobsRequest request,
AsyncHandler<GetJobsRequest,GetJobsResult> asyncHandler) |
Future<GetJobsResult> |
AWSGlueAsync.getJobsAsync(GetJobsRequest getJobsRequest,
AsyncHandler<GetJobsRequest,GetJobsResult> asyncHandler)
Retrieves all current jobs.
|
Future<GetJobsResult> |
AbstractAWSGlueAsync.getJobsAsync(GetJobsRequest request,
AsyncHandler<GetJobsRequest,GetJobsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetJobsRequest |
GetJobsRequest.clone() |
GetJobsRequest |
GetJobsRequest.withMaxResults(Integer maxResults)
The maximum size of the response.
|
GetJobsRequest |
GetJobsRequest.withNextToken(String nextToken)
A continuation token, if this is a continuation call.
|
Copyright © 2018. All rights reserved.