Uses of Class
software.amazon.awssdk.services.ssmsap.model.GetDatabaseResponse
-
Packages that use GetDatabaseResponse Package Description software.amazon.awssdk.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. -
-
Uses of GetDatabaseResponse in software.amazon.awssdk.services.ssmsap
Methods in software.amazon.awssdk.services.ssmsap that return GetDatabaseResponse Modifier and Type Method Description default GetDatabaseResponseSsmSapClient. getDatabase(Consumer<GetDatabaseRequest.Builder> getDatabaseRequest)Gets the SAP HANA database of an application registered with AWS Systems Manager for SAP.default GetDatabaseResponseSsmSapClient. getDatabase(GetDatabaseRequest getDatabaseRequest)Gets the SAP HANA database of an application registered with AWS Systems Manager for SAP.Methods in software.amazon.awssdk.services.ssmsap that return types with arguments of type GetDatabaseResponse Modifier and Type Method Description default CompletableFuture<GetDatabaseResponse>SsmSapAsyncClient. getDatabase(Consumer<GetDatabaseRequest.Builder> getDatabaseRequest)Gets the SAP HANA database of an application registered with AWS Systems Manager for SAP.default CompletableFuture<GetDatabaseResponse>SsmSapAsyncClient. getDatabase(GetDatabaseRequest getDatabaseRequest)Gets the SAP HANA database of an application registered with AWS Systems Manager for SAP.
-