Uses of Class
software.amazon.awssdk.services.ssmsap.model.ListDatabasesResponse
-
Packages that use ListDatabasesResponse 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.paginators -
-
Uses of ListDatabasesResponse in software.amazon.awssdk.services.ssmsap
Methods in software.amazon.awssdk.services.ssmsap that return ListDatabasesResponse Modifier and Type Method Description default ListDatabasesResponseSsmSapClient. listDatabases(Consumer<ListDatabasesRequest.Builder> listDatabasesRequest)Lists the SAP HANA databases of an application registered with AWS Systems Manager for SAP.default ListDatabasesResponseSsmSapClient. listDatabases(ListDatabasesRequest listDatabasesRequest)Lists the SAP HANA databases of an application registered with AWS Systems Manager for SAP.Methods in software.amazon.awssdk.services.ssmsap that return types with arguments of type ListDatabasesResponse Modifier and Type Method Description default CompletableFuture<ListDatabasesResponse>SsmSapAsyncClient. listDatabases(Consumer<ListDatabasesRequest.Builder> listDatabasesRequest)Lists the SAP HANA databases of an application registered with AWS Systems Manager for SAP.default CompletableFuture<ListDatabasesResponse>SsmSapAsyncClient. listDatabases(ListDatabasesRequest listDatabasesRequest)Lists the SAP HANA databases of an application registered with AWS Systems Manager for SAP. -
Uses of ListDatabasesResponse in software.amazon.awssdk.services.ssmsap.paginators
Methods in software.amazon.awssdk.services.ssmsap.paginators that return types with arguments of type ListDatabasesResponse Modifier and Type Method Description Iterator<ListDatabasesResponse>ListDatabasesIterable. iterator()Method parameters in software.amazon.awssdk.services.ssmsap.paginators with type arguments of type ListDatabasesResponse Modifier and Type Method Description voidListDatabasesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDatabasesResponse> subscriber)
-