Uses of Class
software.amazon.awssdk.services.ssmsap.model.ListOperationsResponse
-
Packages that use ListOperationsResponse 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 ListOperationsResponse in software.amazon.awssdk.services.ssmsap
Methods in software.amazon.awssdk.services.ssmsap that return ListOperationsResponse Modifier and Type Method Description default ListOperationsResponseSsmSapClient. listOperations(Consumer<ListOperationsRequest.Builder> listOperationsRequest)Lists the operations performed by AWS Systems Manager for SAP.default ListOperationsResponseSsmSapClient. listOperations(ListOperationsRequest listOperationsRequest)Lists the operations performed by AWS Systems Manager for SAP.Methods in software.amazon.awssdk.services.ssmsap that return types with arguments of type ListOperationsResponse Modifier and Type Method Description default CompletableFuture<ListOperationsResponse>SsmSapAsyncClient. listOperations(Consumer<ListOperationsRequest.Builder> listOperationsRequest)Lists the operations performed by AWS Systems Manager for SAP.default CompletableFuture<ListOperationsResponse>SsmSapAsyncClient. listOperations(ListOperationsRequest listOperationsRequest)Lists the operations performed by AWS Systems Manager for SAP. -
Uses of ListOperationsResponse in software.amazon.awssdk.services.ssmsap.paginators
Methods in software.amazon.awssdk.services.ssmsap.paginators that return types with arguments of type ListOperationsResponse Modifier and Type Method Description Iterator<ListOperationsResponse>ListOperationsIterable. iterator()Method parameters in software.amazon.awssdk.services.ssmsap.paginators with type arguments of type ListOperationsResponse Modifier and Type Method Description voidListOperationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListOperationsResponse> subscriber)
-