Uses of Class
software.amazon.awssdk.services.ssmsap.model.GetDatabaseRequest
-
Packages that use GetDatabaseRequest 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.software.amazon.awssdk.services.ssmsap.transform -
-
Uses of GetDatabaseRequest in software.amazon.awssdk.services.ssmsap
Methods in software.amazon.awssdk.services.ssmsap with parameters of type GetDatabaseRequest Modifier and Type Method Description default CompletableFuture<GetDatabaseResponse>SsmSapAsyncClient. getDatabase(GetDatabaseRequest 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. -
Uses of GetDatabaseRequest in software.amazon.awssdk.services.ssmsap.transform
Methods in software.amazon.awssdk.services.ssmsap.transform with parameters of type GetDatabaseRequest Modifier and Type Method Description SdkHttpFullRequestGetDatabaseRequestMarshaller. marshall(GetDatabaseRequest getDatabaseRequest)
-