Uses of Class
software.amazon.awssdk.services.ssmsap.model.ListApplicationsResponse
-
Packages that use ListApplicationsResponse 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 ListApplicationsResponse in software.amazon.awssdk.services.ssmsap
Methods in software.amazon.awssdk.services.ssmsap that return ListApplicationsResponse Modifier and Type Method Description default ListApplicationsResponseSsmSapClient. listApplications(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)Lists all the applications registered with AWS Systems Manager for SAP.default ListApplicationsResponseSsmSapClient. listApplications(ListApplicationsRequest listApplicationsRequest)Lists all the applications registered with AWS Systems Manager for SAP.Methods in software.amazon.awssdk.services.ssmsap that return types with arguments of type ListApplicationsResponse Modifier and Type Method Description default CompletableFuture<ListApplicationsResponse>SsmSapAsyncClient. listApplications(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)Lists all the applications registered with AWS Systems Manager for SAP.default CompletableFuture<ListApplicationsResponse>SsmSapAsyncClient. listApplications(ListApplicationsRequest listApplicationsRequest)Lists all the applications registered with AWS Systems Manager for SAP. -
Uses of ListApplicationsResponse in software.amazon.awssdk.services.ssmsap.paginators
Methods in software.amazon.awssdk.services.ssmsap.paginators that return types with arguments of type ListApplicationsResponse Modifier and Type Method Description Iterator<ListApplicationsResponse>ListApplicationsIterable. iterator()Method parameters in software.amazon.awssdk.services.ssmsap.paginators with type arguments of type ListApplicationsResponse Modifier and Type Method Description voidListApplicationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListApplicationsResponse> subscriber)
-