Uses of Class
software.amazon.awssdk.services.glue.model.Blueprint
-
Packages that use Blueprint Package Description software.amazon.awssdk.services.glue.model -
-
Uses of Blueprint in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return Blueprint Modifier and Type Method Description BlueprintGetBlueprintResponse. blueprint()Returns aBlueprintobject.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type Blueprint Modifier and Type Method Description List<Blueprint>BatchGetBlueprintsResponse. blueprints()Returns a list of blueprint as aBlueprintsobject.Methods in software.amazon.awssdk.services.glue.model with parameters of type Blueprint Modifier and Type Method Description GetBlueprintResponse.BuilderGetBlueprintResponse.Builder. blueprint(Blueprint blueprint)Returns aBlueprintobject.BatchGetBlueprintsResponse.BuilderBatchGetBlueprintsResponse.Builder. blueprints(Blueprint... blueprints)Returns a list of blueprint as aBlueprintsobject.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type Blueprint Modifier and Type Method Description BatchGetBlueprintsResponse.BuilderBatchGetBlueprintsResponse.Builder. blueprints(Collection<Blueprint> blueprints)Returns a list of blueprint as aBlueprintsobject.
-