Uses of Class
software.amazon.awssdk.services.servicediscovery.model.ListOperationsResponse
-
Packages that use ListOperationsResponse Package Description software.amazon.awssdk.services.servicediscovery Cloud Map software.amazon.awssdk.services.servicediscovery.paginators -
-
Uses of ListOperationsResponse in software.amazon.awssdk.services.servicediscovery
Methods in software.amazon.awssdk.services.servicediscovery that return ListOperationsResponse Modifier and Type Method Description default ListOperationsResponseServiceDiscoveryClient. listOperations()Lists operations that match the criteria that you specify.default ListOperationsResponseServiceDiscoveryClient. listOperations(Consumer<ListOperationsRequest.Builder> listOperationsRequest)Lists operations that match the criteria that you specify.default ListOperationsResponseServiceDiscoveryClient. listOperations(ListOperationsRequest listOperationsRequest)Lists operations that match the criteria that you specify.Methods in software.amazon.awssdk.services.servicediscovery that return types with arguments of type ListOperationsResponse Modifier and Type Method Description default CompletableFuture<ListOperationsResponse>ServiceDiscoveryAsyncClient. listOperations()Lists operations that match the criteria that you specify.default CompletableFuture<ListOperationsResponse>ServiceDiscoveryAsyncClient. listOperations(Consumer<ListOperationsRequest.Builder> listOperationsRequest)Lists operations that match the criteria that you specify.default CompletableFuture<ListOperationsResponse>ServiceDiscoveryAsyncClient. listOperations(ListOperationsRequest listOperationsRequest)Lists operations that match the criteria that you specify. -
Uses of ListOperationsResponse in software.amazon.awssdk.services.servicediscovery.paginators
Methods in software.amazon.awssdk.services.servicediscovery.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.servicediscovery.paginators with type arguments of type ListOperationsResponse Modifier and Type Method Description voidListOperationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListOperationsResponse> subscriber)
-