| 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 DeleteServiceResponse |
ServiceDiscoveryClient.deleteService(Consumer<DeleteServiceRequest.Builder> deleteServiceRequest)
Deletes a specified service.
|
default DeleteServiceResponse |
ServiceDiscoveryClient.deleteService(DeleteServiceRequest deleteServiceRequest)
Deletes a specified service.
|
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 DiscoverInstancesResponse |
ServiceDiscoveryClient.discoverInstances(Consumer<DiscoverInstancesRequest.Builder> discoverInstancesRequest)
Discovers registered instances for a specified namespace and service.
|
default DiscoverInstancesResponse |
ServiceDiscoveryClient.discoverInstances(DiscoverInstancesRequest discoverInstancesRequest)
Discovers registered instances for a specified namespace and service.
|
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 GetServiceResponse |
ServiceDiscoveryClient.getService(Consumer<GetServiceRequest.Builder> getServiceRequest)
Gets the settings for a specified service.
|
default GetServiceResponse |
ServiceDiscoveryClient.getService(GetServiceRequest getServiceRequest)
Gets the settings for a specified service.
|
default ListInstancesResponse |
ServiceDiscoveryClient.listInstances(Consumer<ListInstancesRequest.Builder> listInstancesRequest)
Lists summary information about the instances that you registered by using a specified service.
|
default ListInstancesResponse |
ServiceDiscoveryClient.listInstances(ListInstancesRequest listInstancesRequest)
Lists summary information about the instances that you registered by using a specified service.
|
default ListInstancesIterable |
ServiceDiscoveryClient.listInstancesPaginator(Consumer<ListInstancesRequest.Builder> listInstancesRequest)
Lists summary information about the instances that you registered by using a specified service.
|
default ListInstancesIterable |
ServiceDiscoveryClient.listInstancesPaginator(ListInstancesRequest listInstancesRequest)
Lists summary information about the instances that you registered by using a specified service.
|
default RegisterInstanceResponse |
ServiceDiscoveryClient.registerInstance(Consumer<RegisterInstanceRequest.Builder> registerInstanceRequest)
Creates or updates one or more records and, optionally, creates a health check based on the settings in a
specified service.
|
default RegisterInstanceResponse |
ServiceDiscoveryClient.registerInstance(RegisterInstanceRequest registerInstanceRequest)
Creates or updates one or more records and, optionally, creates a health check based on the settings in 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.
|
default UpdateServiceResponse |
ServiceDiscoveryClient.updateService(Consumer<UpdateServiceRequest.Builder> updateServiceRequest)
Submits a request to perform the following operations:
|
default UpdateServiceResponse |
ServiceDiscoveryClient.updateService(UpdateServiceRequest updateServiceRequest)
Submits a request to perform the following operations:
|
Copyright © 2021. All rights reserved.