| 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 CreateHttpNamespaceResponse |
ServiceDiscoveryClient.createHttpNamespace(Consumer<CreateHttpNamespaceRequest.Builder> createHttpNamespaceRequest)
Creates an HTTP namespace.
|
default CreateHttpNamespaceResponse |
ServiceDiscoveryClient.createHttpNamespace(CreateHttpNamespaceRequest createHttpNamespaceRequest)
Creates an HTTP namespace.
|
default CreatePrivateDnsNamespaceResponse |
ServiceDiscoveryClient.createPrivateDnsNamespace(Consumer<CreatePrivateDnsNamespaceRequest.Builder> createPrivateDnsNamespaceRequest)
Creates a private namespace based on DNS, which is visible only inside a specified Amazon VPC.
|
default CreatePrivateDnsNamespaceResponse |
ServiceDiscoveryClient.createPrivateDnsNamespace(CreatePrivateDnsNamespaceRequest createPrivateDnsNamespaceRequest)
Creates a private namespace based on DNS, which is visible only inside a specified Amazon VPC.
|
default CreatePublicDnsNamespaceResponse |
ServiceDiscoveryClient.createPublicDnsNamespace(Consumer<CreatePublicDnsNamespaceRequest.Builder> createPublicDnsNamespaceRequest)
Creates a public namespace based on DNS, which is visible on the internet.
|
default CreatePublicDnsNamespaceResponse |
ServiceDiscoveryClient.createPublicDnsNamespace(CreatePublicDnsNamespaceRequest createPublicDnsNamespaceRequest)
Creates a public namespace based on DNS, which is visible on the internet.
|
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 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.
|
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.