| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicediscovery |
|
| software.amazon.awssdk.services.servicediscovery.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetInstancesHealthStatusResponse |
ServiceDiscoveryClient.getInstancesHealthStatus(Consumer<GetInstancesHealthStatusRequest.Builder> getInstancesHealthStatusRequest)
Gets the current health status (
Healthy, Unhealthy, or Unknown) of one or
more instances that are associated with a specified service. |
default GetInstancesHealthStatusResponse |
ServiceDiscoveryClient.getInstancesHealthStatus(GetInstancesHealthStatusRequest getInstancesHealthStatusRequest)
Gets the current health status (
Healthy, Unhealthy, or Unknown) of one or
more instances that are associated with a specified service. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetInstancesHealthStatusResponse> |
ServiceDiscoveryAsyncClient.getInstancesHealthStatus(Consumer<GetInstancesHealthStatusRequest.Builder> getInstancesHealthStatusRequest)
Gets the current health status (
Healthy, Unhealthy, or Unknown) 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, or Unknown) of one or
more instances that are associated with a specified service. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetInstancesHealthStatusResponse> |
GetInstancesHealthStatusIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetInstancesHealthStatusPublisher.subscribe(org.reactivestreams.Subscriber<? super GetInstancesHealthStatusResponse> subscriber) |
Copyright © 2023. All rights reserved.