| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.paginators | |
| software.amazon.awssdk.services.glue.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetBlueprintRunsResponse |
GlueClient.getBlueprintRuns(GetBlueprintRunsRequest getBlueprintRunsRequest)
Retrieves the details of blueprint runs for a specified blueprint.
|
default CompletableFuture<GetBlueprintRunsResponse> |
GlueAsyncClient.getBlueprintRuns(GetBlueprintRunsRequest getBlueprintRunsRequest)
Retrieves the details of blueprint runs for a specified blueprint.
|
default GetBlueprintRunsIterable |
GlueClient.getBlueprintRunsPaginator(GetBlueprintRunsRequest getBlueprintRunsRequest)
Retrieves the details of blueprint runs for a specified blueprint.
|
default GetBlueprintRunsPublisher |
GlueAsyncClient.getBlueprintRunsPaginator(GetBlueprintRunsRequest getBlueprintRunsRequest)
Retrieves the details of blueprint runs for a specified blueprint.
|
| Constructor and Description |
|---|
GetBlueprintRunsIterable(GlueClient client,
GetBlueprintRunsRequest firstRequest) |
GetBlueprintRunsPublisher(GlueAsyncClient client,
GetBlueprintRunsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetBlueprintRunsRequestMarshaller.marshall(GetBlueprintRunsRequest getBlueprintRunsRequest) |
Copyright © 2023. All rights reserved.