Uses of Class
software.amazon.awssdk.services.servicediscovery.model.UpdateInstanceCustomHealthStatusResponse
-
Packages that use UpdateInstanceCustomHealthStatusResponse Package Description software.amazon.awssdk.services.servicediscovery Cloud Map -
-
Uses of UpdateInstanceCustomHealthStatusResponse in software.amazon.awssdk.services.servicediscovery
Methods in software.amazon.awssdk.services.servicediscovery that return UpdateInstanceCustomHealthStatusResponse Modifier and Type Method Description default UpdateInstanceCustomHealthStatusResponseServiceDiscoveryClient. updateInstanceCustomHealthStatus(Consumer<UpdateInstanceCustomHealthStatusRequest.Builder> updateInstanceCustomHealthStatusRequest)Submits a request to change the health status of a custom health check to healthy or unhealthy.default UpdateInstanceCustomHealthStatusResponseServiceDiscoveryClient. updateInstanceCustomHealthStatus(UpdateInstanceCustomHealthStatusRequest updateInstanceCustomHealthStatusRequest)Submits a request to change the health status of a custom health check to healthy or unhealthy.Methods in software.amazon.awssdk.services.servicediscovery that return types with arguments of type UpdateInstanceCustomHealthStatusResponse Modifier and Type Method 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.
-