| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicediscovery |
|
| software.amazon.awssdk.services.servicediscovery.paginators | |
| software.amazon.awssdk.services.servicediscovery.transform |
| Modifier and Type | Method and Description |
|---|---|
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. |
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. |
default GetInstancesHealthStatusIterable |
ServiceDiscoveryClient.getInstancesHealthStatusPaginator(GetInstancesHealthStatusRequest getInstancesHealthStatusRequest)
Gets the current health status (
Healthy, Unhealthy, or Unknown) of one or
more instances that are associated with a specified service. |
default GetInstancesHealthStatusPublisher |
ServiceDiscoveryAsyncClient.getInstancesHealthStatusPaginator(GetInstancesHealthStatusRequest getInstancesHealthStatusRequest)
Gets the current health status (
Healthy, Unhealthy, or Unknown) of one or
more instances that are associated with a specified service. |
| Constructor and Description |
|---|
GetInstancesHealthStatusIterable(ServiceDiscoveryClient client,
GetInstancesHealthStatusRequest firstRequest) |
GetInstancesHealthStatusPublisher(ServiceDiscoveryAsyncClient client,
GetInstancesHealthStatusRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetInstancesHealthStatusRequestMarshaller.marshall(GetInstancesHealthStatusRequest getInstancesHealthStatusRequest) |
Copyright © 2023. All rights reserved.