Uses of Class
software.amazon.awssdk.services.servicediscovery.model.ListServicesResponse
-
Packages that use ListServicesResponse Package Description software.amazon.awssdk.services.servicediscovery Cloud Map software.amazon.awssdk.services.servicediscovery.paginators -
-
Uses of ListServicesResponse in software.amazon.awssdk.services.servicediscovery
Methods in software.amazon.awssdk.services.servicediscovery that return ListServicesResponse Modifier and Type Method Description default ListServicesResponseServiceDiscoveryClient. listServices()Lists summary information for all the services that are associated with one or more namespaces.default ListServicesResponseServiceDiscoveryClient. listServices(Consumer<ListServicesRequest.Builder> listServicesRequest)Lists summary information for all the services that are associated with one or more namespaces.default ListServicesResponseServiceDiscoveryClient. listServices(ListServicesRequest listServicesRequest)Lists summary information for all the services that are associated with one or more namespaces.Methods in software.amazon.awssdk.services.servicediscovery that return types with arguments of type ListServicesResponse Modifier and Type Method Description default CompletableFuture<ListServicesResponse>ServiceDiscoveryAsyncClient. listServices()Lists summary information for all the services that are associated with one or more namespaces.default CompletableFuture<ListServicesResponse>ServiceDiscoveryAsyncClient. listServices(Consumer<ListServicesRequest.Builder> listServicesRequest)Lists summary information for all the services that are associated with one or more namespaces.default CompletableFuture<ListServicesResponse>ServiceDiscoveryAsyncClient. listServices(ListServicesRequest listServicesRequest)Lists summary information for all the services that are associated with one or more namespaces. -
Uses of ListServicesResponse in software.amazon.awssdk.services.servicediscovery.paginators
Methods in software.amazon.awssdk.services.servicediscovery.paginators that return types with arguments of type ListServicesResponse Modifier and Type Method Description Iterator<ListServicesResponse>ListServicesIterable. iterator()Method parameters in software.amazon.awssdk.services.servicediscovery.paginators with type arguments of type ListServicesResponse Modifier and Type Method Description voidListServicesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListServicesResponse> subscriber)
-