Uses of Class
software.amazon.awssdk.services.proton.model.UpdateServiceResponse
-
Packages that use UpdateServiceResponse Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference. -
-
Uses of UpdateServiceResponse in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton that return UpdateServiceResponse Modifier and Type Method Description default UpdateServiceResponseProtonClient. updateService(Consumer<UpdateServiceRequest.Builder> updateServiceRequest)Edit a service description or use a spec to add and delete service instances.default UpdateServiceResponseProtonClient. updateService(UpdateServiceRequest updateServiceRequest)Edit a service description or use a spec to add and delete service instances.Methods in software.amazon.awssdk.services.proton that return types with arguments of type UpdateServiceResponse Modifier and Type Method Description default CompletableFuture<UpdateServiceResponse>ProtonAsyncClient. updateService(Consumer<UpdateServiceRequest.Builder> updateServiceRequest)Edit a service description or use a spec to add and delete service instances.default CompletableFuture<UpdateServiceResponse>ProtonAsyncClient. updateService(UpdateServiceRequest updateServiceRequest)Edit a service description or use a spec to add and delete service instances.
-