Uses of Class
software.amazon.awssdk.services.servicediscovery.model.UpdateServiceResponse
-
Packages that use UpdateServiceResponse Package Description software.amazon.awssdk.services.servicediscovery Cloud Map -
-
Uses of UpdateServiceResponse in software.amazon.awssdk.services.servicediscovery
Methods in software.amazon.awssdk.services.servicediscovery that return UpdateServiceResponse Modifier and Type Method Description default UpdateServiceResponseServiceDiscoveryClient. updateService(Consumer<UpdateServiceRequest.Builder> updateServiceRequest)Submits a request to perform the following operations:default UpdateServiceResponseServiceDiscoveryClient. updateService(UpdateServiceRequest updateServiceRequest)Submits a request to perform the following operations:Methods in software.amazon.awssdk.services.servicediscovery that return types with arguments of type UpdateServiceResponse Modifier and Type Method Description default CompletableFuture<UpdateServiceResponse>ServiceDiscoveryAsyncClient. updateService(Consumer<UpdateServiceRequest.Builder> updateServiceRequest)Submits a request to perform the following operations:default CompletableFuture<UpdateServiceResponse>ServiceDiscoveryAsyncClient. updateService(UpdateServiceRequest updateServiceRequest)Submits a request to perform the following operations:
-