Uses of Class
software.amazon.awssdk.services.servicediscovery.model.RegisterInstanceResponse
-
Packages that use RegisterInstanceResponse Package Description software.amazon.awssdk.services.servicediscovery Cloud Map -
-
Uses of RegisterInstanceResponse in software.amazon.awssdk.services.servicediscovery
Methods in software.amazon.awssdk.services.servicediscovery that return RegisterInstanceResponse Modifier and Type Method Description default RegisterInstanceResponseServiceDiscoveryClient. 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 RegisterInstanceResponseServiceDiscoveryClient. registerInstance(RegisterInstanceRequest registerInstanceRequest)Creates or updates one or more records and, optionally, creates a health check based on the settings in a specified service.Methods in software.amazon.awssdk.services.servicediscovery that return types with arguments of type RegisterInstanceResponse Modifier and Type Method 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.
-