Uses of Class
software.amazon.awssdk.services.glue.model.GetBlueprintResponse
-
Packages that use GetBlueprintResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of GetBlueprintResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetBlueprintResponse Modifier and Type Method Description default GetBlueprintResponseGlueClient. getBlueprint(Consumer<GetBlueprintRequest.Builder> getBlueprintRequest)Retrieves the details of a blueprint.default GetBlueprintResponseGlueClient. getBlueprint(GetBlueprintRequest getBlueprintRequest)Retrieves the details of a blueprint.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetBlueprintResponse Modifier and Type Method Description default CompletableFuture<GetBlueprintResponse>GlueAsyncClient. getBlueprint(Consumer<GetBlueprintRequest.Builder> getBlueprintRequest)Retrieves the details of a blueprint.default CompletableFuture<GetBlueprintResponse>GlueAsyncClient. getBlueprint(GetBlueprintRequest getBlueprintRequest)Retrieves the details of a blueprint.
-