| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicediscovery |
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RegisterInstanceResponse> |
ServiceDiscoveryAsyncClient.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 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.
|
Copyright © 2023. All rights reserved.