| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| Modifier and Type | Method and Description |
|---|---|
default GetJobResponse |
GlueClient.getJob(Consumer<GetJobRequest.Builder> getJobRequest)
Retrieves an existing job definition.
|
default GetJobResponse |
GlueClient.getJob(GetJobRequest getJobRequest)
Retrieves an existing job definition.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetJobResponse> |
GlueAsyncClient.getJob(Consumer<GetJobRequest.Builder> getJobRequest)
Retrieves an existing job definition.
|
default CompletableFuture<GetJobResponse> |
GlueAsyncClient.getJob(GetJobRequest getJobRequest)
Retrieves an existing job definition.
|
Copyright © 2023. All rights reserved.