| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicediscovery |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateInstanceCustomHealthStatusResponse |
ServiceDiscoveryClient.updateInstanceCustomHealthStatus(Consumer<UpdateInstanceCustomHealthStatusRequest.Builder> updateInstanceCustomHealthStatusRequest)
Submits a request to change the health status of a custom health check to healthy or unhealthy.
|
default UpdateInstanceCustomHealthStatusResponse |
ServiceDiscoveryClient.updateInstanceCustomHealthStatus(UpdateInstanceCustomHealthStatusRequest updateInstanceCustomHealthStatusRequest)
Submits a request to change the health status of a custom health check to healthy or unhealthy.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateInstanceCustomHealthStatusResponse> |
ServiceDiscoveryAsyncClient.updateInstanceCustomHealthStatus(Consumer<UpdateInstanceCustomHealthStatusRequest.Builder> updateInstanceCustomHealthStatusRequest)
Submits a request to change the health status of a custom health check to healthy or unhealthy.
|
default CompletableFuture<UpdateInstanceCustomHealthStatusResponse> |
ServiceDiscoveryAsyncClient.updateInstanceCustomHealthStatus(UpdateInstanceCustomHealthStatusRequest updateInstanceCustomHealthStatusRequest)
Submits a request to change the health status of a custom health check to healthy or unhealthy.
|
Copyright © 2023. All rights reserved.