Uses of Class
software.amazon.awssdk.services.servicediscovery.model.GetServiceResponse
-
Packages that use GetServiceResponse Package Description software.amazon.awssdk.services.servicediscovery Cloud Map -
-
Uses of GetServiceResponse in software.amazon.awssdk.services.servicediscovery
Methods in software.amazon.awssdk.services.servicediscovery that return GetServiceResponse Modifier and Type Method Description default GetServiceResponseServiceDiscoveryClient. getService(Consumer<GetServiceRequest.Builder> getServiceRequest)Gets the settings for a specified service.default GetServiceResponseServiceDiscoveryClient. getService(GetServiceRequest getServiceRequest)Gets the settings for a specified service.Methods in software.amazon.awssdk.services.servicediscovery that return types with arguments of type GetServiceResponse Modifier and Type Method Description default CompletableFuture<GetServiceResponse>ServiceDiscoveryAsyncClient. getService(Consumer<GetServiceRequest.Builder> getServiceRequest)Gets the settings for a specified service.default CompletableFuture<GetServiceResponse>ServiceDiscoveryAsyncClient. getService(GetServiceRequest getServiceRequest)Gets the settings for a specified service.
-