| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
RelationalDatabaseBlueprint |
RelationalDatabaseBlueprint.clone() |
RelationalDatabaseBlueprint |
RelationalDatabaseBlueprint.withBlueprintId(String blueprintId)
The ID for the database blueprint.
|
RelationalDatabaseBlueprint |
RelationalDatabaseBlueprint.withEngine(RelationalDatabaseEngine engine)
The database software of the database blueprint (for example,
MySQL). |
RelationalDatabaseBlueprint |
RelationalDatabaseBlueprint.withEngine(String engine)
The database software of the database blueprint (for example,
MySQL). |
RelationalDatabaseBlueprint |
RelationalDatabaseBlueprint.withEngineDescription(String engineDescription)
The description of the database engine for the database blueprint.
|
RelationalDatabaseBlueprint |
RelationalDatabaseBlueprint.withEngineVersion(String engineVersion)
The database engine version for the database blueprint (for example,
5.7.23). |
RelationalDatabaseBlueprint |
RelationalDatabaseBlueprint.withEngineVersionDescription(String engineVersionDescription)
The description of the database engine version for the database blueprint.
|
RelationalDatabaseBlueprint |
RelationalDatabaseBlueprint.withIsEngineDefault(Boolean isEngineDefault)
A Boolean value indicating whether the engine version is the default for the database blueprint.
|
| Modifier and Type | Method and Description |
|---|---|
List<RelationalDatabaseBlueprint> |
GetRelationalDatabaseBlueprintsResult.getBlueprints()
An object describing the result of your get relational database blueprints request.
|
| Modifier and Type | Method and Description |
|---|---|
GetRelationalDatabaseBlueprintsResult |
GetRelationalDatabaseBlueprintsResult.withBlueprints(RelationalDatabaseBlueprint... blueprints)
An object describing the result of your get relational database blueprints request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetRelationalDatabaseBlueprintsResult.setBlueprints(Collection<RelationalDatabaseBlueprint> blueprints)
An object describing the result of your get relational database blueprints request.
|
GetRelationalDatabaseBlueprintsResult |
GetRelationalDatabaseBlueprintsResult.withBlueprints(Collection<RelationalDatabaseBlueprint> blueprints)
An object describing the result of your get relational database blueprints request.
|
Copyright © 2021. All rights reserved.