| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Blueprint |
GetBlueprintResponse.blueprint()
Returns a
Blueprint object. |
| Modifier and Type | Method and Description |
|---|---|
List<Blueprint> |
BatchGetBlueprintsResponse.blueprints()
Returns a list of blueprint as a
Blueprints object. |
| Modifier and Type | Method and Description |
|---|---|
GetBlueprintResponse.Builder |
GetBlueprintResponse.Builder.blueprint(Blueprint blueprint)
Returns a
Blueprint object. |
BatchGetBlueprintsResponse.Builder |
BatchGetBlueprintsResponse.Builder.blueprints(Blueprint... blueprints)
Returns a list of blueprint as a
Blueprints object. |
| Modifier and Type | Method and Description |
|---|---|
BatchGetBlueprintsResponse.Builder |
BatchGetBlueprintsResponse.Builder.blueprints(Collection<Blueprint> blueprints)
Returns a list of blueprint as a
Blueprints object. |
Copyright © 2023. All rights reserved.