Uses of Class
software.amazon.awssdk.services.servicediscovery.model.GetInstancesHealthStatusResponse
-
Packages that use GetInstancesHealthStatusResponse Package Description software.amazon.awssdk.services.servicediscovery Cloud Map software.amazon.awssdk.services.servicediscovery.paginators -
-
Uses of GetInstancesHealthStatusResponse in software.amazon.awssdk.services.servicediscovery
Methods in software.amazon.awssdk.services.servicediscovery that return GetInstancesHealthStatusResponse Modifier and Type Method Description default GetInstancesHealthStatusResponseServiceDiscoveryClient. getInstancesHealthStatus(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 GetInstancesHealthStatusResponseServiceDiscoveryClient. getInstancesHealthStatus(GetInstancesHealthStatusRequest getInstancesHealthStatusRequest)Gets the current health status (Healthy,Unhealthy, orUnknown) of one or more instances that are associated with a specified service.Methods in software.amazon.awssdk.services.servicediscovery that return types with arguments of type GetInstancesHealthStatusResponse Modifier and Type Method Description default CompletableFuture<GetInstancesHealthStatusResponse>ServiceDiscoveryAsyncClient. getInstancesHealthStatus(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 CompletableFuture<GetInstancesHealthStatusResponse>ServiceDiscoveryAsyncClient. getInstancesHealthStatus(GetInstancesHealthStatusRequest getInstancesHealthStatusRequest)Gets the current health status (Healthy,Unhealthy, orUnknown) of one or more instances that are associated with a specified service. -
Uses of GetInstancesHealthStatusResponse in software.amazon.awssdk.services.servicediscovery.paginators
Methods in software.amazon.awssdk.services.servicediscovery.paginators that return types with arguments of type GetInstancesHealthStatusResponse Modifier and Type Method Description Iterator<GetInstancesHealthStatusResponse>GetInstancesHealthStatusIterable. iterator()Method parameters in software.amazon.awssdk.services.servicediscovery.paginators with type arguments of type GetInstancesHealthStatusResponse Modifier and Type Method Description voidGetInstancesHealthStatusPublisher. subscribe(org.reactivestreams.Subscriber<? super GetInstancesHealthStatusResponse> subscriber)
-