| Package | Description |
|---|---|
| com.amazonaws.services.ssmsap.model |
| Modifier and Type | Method and Description |
|---|---|
DatabaseSummary |
DatabaseSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
DatabaseSummary |
DatabaseSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
DatabaseSummary |
DatabaseSummary.clone() |
DatabaseSummary |
DatabaseSummary.withApplicationId(String applicationId)
The ID of the application.
|
DatabaseSummary |
DatabaseSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the database.
|
DatabaseSummary |
DatabaseSummary.withComponentId(String componentId)
The ID of the component.
|
DatabaseSummary |
DatabaseSummary.withDatabaseId(String databaseId)
The ID of the database.
|
DatabaseSummary |
DatabaseSummary.withDatabaseType(DatabaseType databaseType)
The type of the database.
|
DatabaseSummary |
DatabaseSummary.withDatabaseType(String databaseType)
The type of the database.
|
DatabaseSummary |
DatabaseSummary.withTags(Map<String,String> tags)
The tags of the database.
|
| Modifier and Type | Method and Description |
|---|---|
List<DatabaseSummary> |
ListDatabasesResult.getDatabases()
The SAP HANA databases of an application.
|
| Modifier and Type | Method and Description |
|---|---|
ListDatabasesResult |
ListDatabasesResult.withDatabases(DatabaseSummary... databases)
The SAP HANA databases of an application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDatabasesResult.setDatabases(Collection<DatabaseSummary> databases)
The SAP HANA databases of an application.
|
ListDatabasesResult |
ListDatabasesResult.withDatabases(Collection<DatabaseSummary> databases)
The SAP HANA databases of an application.
|
Copyright © 2025. All rights reserved.