Uses of Class
software.amazon.awssdk.services.servicediscovery.model.ListOperationsRequest
-
Packages that use ListOperationsRequest Package Description software.amazon.awssdk.services.servicediscovery Cloud Map software.amazon.awssdk.services.servicediscovery.paginators software.amazon.awssdk.services.servicediscovery.transform -
-
Uses of ListOperationsRequest in software.amazon.awssdk.services.servicediscovery
Methods in software.amazon.awssdk.services.servicediscovery with parameters of type ListOperationsRequest Modifier and Type Method Description default CompletableFuture<ListOperationsResponse>ServiceDiscoveryAsyncClient. listOperations(ListOperationsRequest listOperationsRequest)Lists operations that match the criteria that you specify.default ListOperationsResponseServiceDiscoveryClient. listOperations(ListOperationsRequest listOperationsRequest)Lists operations that match the criteria that you specify.default ListOperationsPublisherServiceDiscoveryAsyncClient. listOperationsPaginator(ListOperationsRequest listOperationsRequest)Lists operations that match the criteria that you specify.default ListOperationsIterableServiceDiscoveryClient. listOperationsPaginator(ListOperationsRequest listOperationsRequest)Lists operations that match the criteria that you specify. -
Uses of ListOperationsRequest in software.amazon.awssdk.services.servicediscovery.paginators
Constructors in software.amazon.awssdk.services.servicediscovery.paginators with parameters of type ListOperationsRequest Constructor Description ListOperationsIterable(ServiceDiscoveryClient client, ListOperationsRequest firstRequest)ListOperationsPublisher(ServiceDiscoveryAsyncClient client, ListOperationsRequest firstRequest) -
Uses of ListOperationsRequest in software.amazon.awssdk.services.servicediscovery.transform
Methods in software.amazon.awssdk.services.servicediscovery.transform with parameters of type ListOperationsRequest Modifier and Type Method Description SdkHttpFullRequestListOperationsRequestMarshaller. marshall(ListOperationsRequest listOperationsRequest)
-