Uses of Class
software.amazon.awssdk.services.ssmsap.model.ListOperationEventsResponse
-
Packages that use ListOperationEventsResponse 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 ListOperationEventsResponse in software.amazon.awssdk.services.ssmsap
Methods in software.amazon.awssdk.services.ssmsap that return ListOperationEventsResponse Modifier and Type Method Description default ListOperationEventsResponseSsmSapClient. listOperationEvents(Consumer<ListOperationEventsRequest.Builder> listOperationEventsRequest)Returns a list of operations events.default ListOperationEventsResponseSsmSapClient. listOperationEvents(ListOperationEventsRequest listOperationEventsRequest)Returns a list of operations events.Methods in software.amazon.awssdk.services.ssmsap that return types with arguments of type ListOperationEventsResponse Modifier and Type Method Description default CompletableFuture<ListOperationEventsResponse>SsmSapAsyncClient. listOperationEvents(Consumer<ListOperationEventsRequest.Builder> listOperationEventsRequest)Returns a list of operations events.default CompletableFuture<ListOperationEventsResponse>SsmSapAsyncClient. listOperationEvents(ListOperationEventsRequest listOperationEventsRequest)Returns a list of operations events. -
Uses of ListOperationEventsResponse in software.amazon.awssdk.services.ssmsap.paginators
Methods in software.amazon.awssdk.services.ssmsap.paginators that return types with arguments of type ListOperationEventsResponse Modifier and Type Method Description Iterator<ListOperationEventsResponse>ListOperationEventsIterable. iterator()Method parameters in software.amazon.awssdk.services.ssmsap.paginators with type arguments of type ListOperationEventsResponse Modifier and Type Method Description voidListOperationEventsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListOperationEventsResponse> subscriber)
-