| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
default GetBlueprintRunsResponse |
GlueClient.getBlueprintRuns(Consumer<GetBlueprintRunsRequest.Builder> getBlueprintRunsRequest)
Retrieves the details of blueprint runs for a specified blueprint.
|
default CompletableFuture<GetBlueprintRunsResponse> |
GlueAsyncClient.getBlueprintRuns(Consumer<GetBlueprintRunsRequest.Builder> getBlueprintRunsRequest)
Retrieves the details of blueprint runs for a specified blueprint.
|
default GetBlueprintRunsIterable |
GlueClient.getBlueprintRunsPaginator(Consumer<GetBlueprintRunsRequest.Builder> getBlueprintRunsRequest)
Retrieves the details of blueprint runs for a specified blueprint.
|
default GetBlueprintRunsPublisher |
GlueAsyncClient.getBlueprintRunsPaginator(Consumer<GetBlueprintRunsRequest.Builder> getBlueprintRunsRequest)
Retrieves the details of blueprint runs for a specified blueprint.
|
| Modifier and Type | Method and Description |
|---|---|
GetBlueprintRunsRequest.Builder |
GetBlueprintRunsRequest.Builder.blueprintName(String blueprintName)
The name of the blueprint.
|
static GetBlueprintRunsRequest.Builder |
GetBlueprintRunsRequest.builder() |
GetBlueprintRunsRequest.Builder |
GetBlueprintRunsRequest.Builder.maxResults(Integer maxResults)
The maximum size of a list to return.
|
GetBlueprintRunsRequest.Builder |
GetBlueprintRunsRequest.Builder.nextToken(String nextToken)
A continuation token, if this is a continuation request.
|
GetBlueprintRunsRequest.Builder |
GetBlueprintRunsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBlueprintRunsRequest.Builder |
GetBlueprintRunsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetBlueprintRunsRequest.Builder |
GetBlueprintRunsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetBlueprintRunsRequest.Builder> |
GetBlueprintRunsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.