Uses of Class
software.amazon.awssdk.services.servicediscovery.model.ListServicesRequest
-
Packages that use ListServicesRequest Package Description software.amazon.awssdk.services.servicediscovery Cloud Map software.amazon.awssdk.services.servicediscovery.paginators software.amazon.awssdk.services.servicediscovery.transform -
-
Uses of ListServicesRequest in software.amazon.awssdk.services.servicediscovery
Methods in software.amazon.awssdk.services.servicediscovery with parameters of type ListServicesRequest Modifier and Type Method Description default CompletableFuture<ListServicesResponse>ServiceDiscoveryAsyncClient. listServices(ListServicesRequest 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.default ListServicesPublisherServiceDiscoveryAsyncClient. listServicesPaginator(ListServicesRequest listServicesRequest)This is a variant ofServiceDiscoveryAsyncClient.listServices(software.amazon.awssdk.services.servicediscovery.model.ListServicesRequest)operation.default ListServicesIterableServiceDiscoveryClient. listServicesPaginator(ListServicesRequest listServicesRequest)This is a variant ofServiceDiscoveryClient.listServices(software.amazon.awssdk.services.servicediscovery.model.ListServicesRequest)operation. -
Uses of ListServicesRequest in software.amazon.awssdk.services.servicediscovery.paginators
Constructors in software.amazon.awssdk.services.servicediscovery.paginators with parameters of type ListServicesRequest Constructor Description ListServicesIterable(ServiceDiscoveryClient client, ListServicesRequest firstRequest)ListServicesPublisher(ServiceDiscoveryAsyncClient client, ListServicesRequest firstRequest) -
Uses of ListServicesRequest in software.amazon.awssdk.services.servicediscovery.transform
Methods in software.amazon.awssdk.services.servicediscovery.transform with parameters of type ListServicesRequest Modifier and Type Method Description SdkHttpFullRequestListServicesRequestMarshaller. marshall(ListServicesRequest listServicesRequest)
-