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