| 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 CreateServiceResponse |
ServiceDiscoveryClient.createService(Consumer<CreateServiceRequest.Builder> createServiceRequest)
Creates a service, which defines the configuration for the following entities:
|
default CreateServiceResponse |
ServiceDiscoveryClient.createService(CreateServiceRequest createServiceRequest)
Creates a service, which defines the configuration for the following entities:
|
default TagResourceResponse |
ServiceDiscoveryClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds one or more tags to the specified resource.
|
default TagResourceResponse |
ServiceDiscoveryClient.tagResource(TagResourceRequest tagResourceRequest)
Adds one or more tags to the specified resource.
|
Copyright © 2021. All rights reserved.