| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static ListJobsResponse.Builder |
ListJobsResponse.builder() |
ListJobsResponse.Builder |
ListJobsResponse.Builder.jobNames(Collection<String> jobNames)
The names of all jobs in the account, or the jobs with the specified tags.
|
ListJobsResponse.Builder |
ListJobsResponse.Builder.jobNames(String... jobNames)
The names of all jobs in the account, or the jobs with the specified tags.
|
ListJobsResponse.Builder |
ListJobsResponse.Builder.nextToken(String nextToken)
A continuation token, if the returned list does not contain the last metric available.
|
ListJobsResponse.Builder |
ListJobsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListJobsResponse.Builder> |
ListJobsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.