| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateJobResponse |
GlueClient.createJob(Consumer<CreateJobRequest.Builder> createJobRequest)
Creates a new job definition.
|
default CreateJobResponse |
GlueClient.createJob(CreateJobRequest createJobRequest)
Creates a new job definition.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateJobResponse> |
GlueAsyncClient.createJob(Consumer<CreateJobRequest.Builder> createJobRequest)
Creates a new job definition.
|
default CompletableFuture<CreateJobResponse> |
GlueAsyncClient.createJob(CreateJobRequest createJobRequest)
Creates a new job definition.
|
Copyright © 2023. All rights reserved.