| Package | Description |
|---|---|
| com.amazonaws.services.ssmsap.model |
| Modifier and Type | Method and Description |
|---|---|
Database |
Database.clone() |
Database |
GetDatabaseResult.getDatabase()
The SAP HANA database of an application registered with AWS Systems Manager for SAP.
|
Database |
Database.withApplicationId(String applicationId)
The ID of the application.
|
Database |
Database.withArn(String arn)
The Amazon Resource Name (ARN) of the database.
|
Database |
Database.withComponentId(String componentId)
The ID of the component.
|
Database |
Database.withCredentials(ApplicationCredential... credentials)
The credentials of the database.
|
Database |
Database.withCredentials(Collection<ApplicationCredential> credentials)
The credentials of the database.
|
Database |
Database.withDatabaseId(String databaseId)
The ID of the SAP HANA database.
|
Database |
Database.withDatabaseName(String databaseName)
The name of the database.
|
Database |
Database.withDatabaseType(DatabaseType databaseType)
The type of the database.
|
Database |
Database.withDatabaseType(String databaseType)
The type of the database.
|
Database |
Database.withLastUpdated(Date lastUpdated)
The time at which the database was last updated.
|
Database |
Database.withPrimaryHost(String primaryHost)
The primary host of the database.
|
Database |
Database.withSQLPort(Integer sQLPort)
The SQL port of the database.
|
Database |
Database.withStatus(DatabaseStatus status)
The status of the database.
|
Database |
Database.withStatus(String status)
The status of the database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDatabaseResult.setDatabase(Database database)
The SAP HANA database of an application registered with AWS Systems Manager for SAP.
|
GetDatabaseResult |
GetDatabaseResult.withDatabase(Database database)
The SAP HANA database of an application registered with AWS Systems Manager for SAP.
|
Copyright © 2025. All rights reserved.