Uses of Class
software.amazon.awssdk.services.servicediscovery.paginators.GetInstancesHealthStatusPublisher
-
Packages that use GetInstancesHealthStatusPublisher Package Description software.amazon.awssdk.services.servicediscovery Cloud Map -
-
Uses of GetInstancesHealthStatusPublisher in software.amazon.awssdk.services.servicediscovery
Methods in software.amazon.awssdk.services.servicediscovery that return GetInstancesHealthStatusPublisher Modifier and Type Method Description default GetInstancesHealthStatusPublisherServiceDiscoveryAsyncClient. getInstancesHealthStatusPaginator(Consumer<GetInstancesHealthStatusRequest.Builder> getInstancesHealthStatusRequest)Gets the current health status (Healthy,Unhealthy, orUnknown) of one or more instances that are associated with a specified service.default GetInstancesHealthStatusPublisherServiceDiscoveryAsyncClient. getInstancesHealthStatusPaginator(GetInstancesHealthStatusRequest getInstancesHealthStatusRequest)Gets the current health status (Healthy,Unhealthy, orUnknown) of one or more instances that are associated with a specified service.
-