Uses of Class
software.amazon.awssdk.services.glue.model.GetBlueprintRunsResponse
-
Packages that use GetBlueprintRunsResponse Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators -
-
Uses of GetBlueprintRunsResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetBlueprintRunsResponse Modifier and Type Method Description default GetBlueprintRunsResponseGlueClient. getBlueprintRuns(Consumer<GetBlueprintRunsRequest.Builder> 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.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetBlueprintRunsResponse Modifier and Type Method Description default CompletableFuture<GetBlueprintRunsResponse>GlueAsyncClient. getBlueprintRuns(Consumer<GetBlueprintRunsRequest.Builder> 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. -
Uses of GetBlueprintRunsResponse in software.amazon.awssdk.services.glue.paginators
Methods in software.amazon.awssdk.services.glue.paginators that return types with arguments of type GetBlueprintRunsResponse Modifier and Type Method Description Iterator<GetBlueprintRunsResponse>GetBlueprintRunsIterable. iterator()Method parameters in software.amazon.awssdk.services.glue.paginators with type arguments of type GetBlueprintRunsResponse Modifier and Type Method Description voidGetBlueprintRunsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetBlueprintRunsResponse> subscriber)
-