| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicediscovery |
With AWS Cloud Map, you can configure public DNS, private DNS, or HTTP namespaces that your microservice applications
run in.
|
| Modifier and Type | Method and Description |
|---|---|
default DeregisterInstanceResponse |
ServiceDiscoveryClient.deregisterInstance(Consumer<DeregisterInstanceRequest.Builder> deregisterInstanceRequest)
Deletes the Amazon RouteĀ 53 DNS records and health check, if any, that AWS Cloud Map created for the specified
instance.
|
default DeregisterInstanceResponse |
ServiceDiscoveryClient.deregisterInstance(DeregisterInstanceRequest deregisterInstanceRequest)
Deletes the Amazon RouteĀ 53 DNS records and health check, if any, that AWS Cloud Map created for the specified
instance.
|
default GetInstanceResponse |
ServiceDiscoveryClient.getInstance(Consumer<GetInstanceRequest.Builder> getInstanceRequest)
Gets information about a specified instance.
|
default GetInstanceResponse |
ServiceDiscoveryClient.getInstance(GetInstanceRequest getInstanceRequest)
Gets information about a specified instance.
|
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. |
default GetInstancesHealthStatusIterable |
ServiceDiscoveryClient.getInstancesHealthStatusPaginator(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 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 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.
|
Copyright © 2021. All rights reserved.