Uses of Class
software.amazon.awssdk.services.ssmsap.model.ListOperationsRequest
-
Packages that use ListOperationsRequest 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 software.amazon.awssdk.services.ssmsap.transform -
-
Uses of ListOperationsRequest in software.amazon.awssdk.services.ssmsap
Methods in software.amazon.awssdk.services.ssmsap with parameters of type ListOperationsRequest Modifier and Type Method Description default CompletableFuture<ListOperationsResponse>SsmSapAsyncClient. listOperations(ListOperationsRequest 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.default ListOperationsPublisherSsmSapAsyncClient. listOperationsPaginator(ListOperationsRequest listOperationsRequest)This is a variant ofSsmSapAsyncClient.listOperations(software.amazon.awssdk.services.ssmsap.model.ListOperationsRequest)operation.default ListOperationsIterableSsmSapClient. listOperationsPaginator(ListOperationsRequest listOperationsRequest)This is a variant ofSsmSapClient.listOperations(software.amazon.awssdk.services.ssmsap.model.ListOperationsRequest)operation. -
Uses of ListOperationsRequest in software.amazon.awssdk.services.ssmsap.paginators
Constructors in software.amazon.awssdk.services.ssmsap.paginators with parameters of type ListOperationsRequest Constructor Description ListOperationsIterable(SsmSapClient client, ListOperationsRequest firstRequest)ListOperationsPublisher(SsmSapAsyncClient client, ListOperationsRequest firstRequest) -
Uses of ListOperationsRequest in software.amazon.awssdk.services.ssmsap.transform
Methods in software.amazon.awssdk.services.ssmsap.transform with parameters of type ListOperationsRequest Modifier and Type Method Description SdkHttpFullRequestListOperationsRequestMarshaller. marshall(ListOperationsRequest listOperationsRequest)
-