Uses of Class
software.amazon.awssdk.services.apprunner.model.ListOperationsRequest
-
Packages that use ListOperationsRequest Package Description software.amazon.awssdk.services.apprunner App Runner software.amazon.awssdk.services.apprunner.paginators software.amazon.awssdk.services.apprunner.transform -
-
Uses of ListOperationsRequest in software.amazon.awssdk.services.apprunner
Methods in software.amazon.awssdk.services.apprunner with parameters of type ListOperationsRequest Modifier and Type Method Description default CompletableFuture<ListOperationsResponse>AppRunnerAsyncClient. listOperations(ListOperationsRequest listOperationsRequest)Return a list of operations that occurred on an App Runner service.default ListOperationsResponseAppRunnerClient. listOperations(ListOperationsRequest listOperationsRequest)Return a list of operations that occurred on an App Runner service.default ListOperationsPublisherAppRunnerAsyncClient. listOperationsPaginator(ListOperationsRequest listOperationsRequest)Return a list of operations that occurred on an App Runner service.default ListOperationsIterableAppRunnerClient. listOperationsPaginator(ListOperationsRequest listOperationsRequest)Return a list of operations that occurred on an App Runner service. -
Uses of ListOperationsRequest in software.amazon.awssdk.services.apprunner.paginators
Constructors in software.amazon.awssdk.services.apprunner.paginators with parameters of type ListOperationsRequest Constructor Description ListOperationsIterable(AppRunnerClient client, ListOperationsRequest firstRequest)ListOperationsPublisher(AppRunnerAsyncClient client, ListOperationsRequest firstRequest) -
Uses of ListOperationsRequest in software.amazon.awssdk.services.apprunner.transform
Methods in software.amazon.awssdk.services.apprunner.transform with parameters of type ListOperationsRequest Modifier and Type Method Description SdkHttpFullRequestListOperationsRequestMarshaller. marshall(ListOperationsRequest listOperationsRequest)
-