Uses of Class
software.amazon.awssdk.services.glue.model.GetBlueprintRunsRequest
-
Packages that use GetBlueprintRunsRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators software.amazon.awssdk.services.glue.transform -
-
Uses of GetBlueprintRunsRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type GetBlueprintRunsRequest Modifier and Type Method Description default CompletableFuture<GetBlueprintRunsResponse>GlueAsyncClient. getBlueprintRuns(GetBlueprintRunsRequest getBlueprintRunsRequest)Retrieves the details of blueprint runs for a specified blueprint.default GetBlueprintRunsResponseGlueClient. getBlueprintRuns(GetBlueprintRunsRequest getBlueprintRunsRequest)Retrieves the details of blueprint runs for a specified blueprint.default GetBlueprintRunsPublisherGlueAsyncClient. getBlueprintRunsPaginator(GetBlueprintRunsRequest getBlueprintRunsRequest)Retrieves the details of blueprint runs for a specified blueprint.default GetBlueprintRunsIterableGlueClient. getBlueprintRunsPaginator(GetBlueprintRunsRequest getBlueprintRunsRequest)Retrieves the details of blueprint runs for a specified blueprint. -
Uses of GetBlueprintRunsRequest in software.amazon.awssdk.services.glue.paginators
Constructors in software.amazon.awssdk.services.glue.paginators with parameters of type GetBlueprintRunsRequest Constructor Description GetBlueprintRunsIterable(GlueClient client, GetBlueprintRunsRequest firstRequest)GetBlueprintRunsPublisher(GlueAsyncClient client, GetBlueprintRunsRequest firstRequest) -
Uses of GetBlueprintRunsRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type GetBlueprintRunsRequest Modifier and Type Method Description SdkHttpFullRequestGetBlueprintRunsRequestMarshaller. marshall(GetBlueprintRunsRequest getBlueprintRunsRequest)
-