| 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.
|
| software.amazon.awssdk.services.servicediscovery.transform |
| Modifier and Type | Method and Description |
|---|---|
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 CompletableFuture<RegisterInstanceResponse> |
ServiceDiscoveryAsyncClient.registerInstance(RegisterInstanceRequest registerInstanceRequest)
Creates or updates one or more records and, optionally, creates a health check based on the settings in a
specified service.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
RegisterInstanceRequestMarshaller.marshall(RegisterInstanceRequest registerInstanceRequest) |
Copyright © 2021. All rights reserved.