| Package | Description |
|---|---|
| com.amazonaws.services.ssmsap |
This API reference provides descriptions, syntax, and other details about each of the actions and data types for AWS
Systems Manager for SAP.
|
| com.amazonaws.services.ssmsap.model |
| Modifier and Type | Method and Description |
|---|---|
ListDatabasesResult |
AbstractAWSSsmSap.listDatabases(ListDatabasesRequest request) |
ListDatabasesResult |
AWSSsmSapClient.listDatabases(ListDatabasesRequest request)
Lists the SAP HANA databases of an application registered with AWS Systems Manager for SAP.
|
ListDatabasesResult |
AWSSsmSap.listDatabases(ListDatabasesRequest listDatabasesRequest)
Lists the SAP HANA databases of an application registered with AWS Systems Manager for SAP.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDatabasesResult> |
AbstractAWSSsmSapAsync.listDatabasesAsync(ListDatabasesRequest request,
AsyncHandler<ListDatabasesRequest,ListDatabasesResult> asyncHandler) |
Future<ListDatabasesResult> |
AWSSsmSapAsync.listDatabasesAsync(ListDatabasesRequest listDatabasesRequest,
AsyncHandler<ListDatabasesRequest,ListDatabasesResult> asyncHandler)
Lists the SAP HANA databases of an application registered with AWS Systems Manager for SAP.
|
Future<ListDatabasesResult> |
AWSSsmSapAsyncClient.listDatabasesAsync(ListDatabasesRequest request,
AsyncHandler<ListDatabasesRequest,ListDatabasesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDatabasesResult |
ListDatabasesResult.clone() |
ListDatabasesResult |
ListDatabasesResult.withDatabases(Collection<DatabaseSummary> databases)
The SAP HANA databases of an application.
|
ListDatabasesResult |
ListDatabasesResult.withDatabases(DatabaseSummary... databases)
The SAP HANA databases of an application.
|
ListDatabasesResult |
ListDatabasesResult.withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
Copyright © 2025. All rights reserved.