| 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 DeleteNamespaceResponse |
ServiceDiscoveryClient.deleteNamespace(Consumer<DeleteNamespaceRequest.Builder> deleteNamespaceRequest)
Deletes a namespace from the current account.
|
default DeleteNamespaceResponse |
ServiceDiscoveryClient.deleteNamespace(DeleteNamespaceRequest deleteNamespaceRequest)
Deletes a namespace from the current account.
|
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 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.
|
Copyright © 2021. All rights reserved.