Uses of Class
software.amazon.awssdk.services.proton.model.UpdateServiceInstanceResponse
-
Packages that use UpdateServiceInstanceResponse Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference. -
-
Uses of UpdateServiceInstanceResponse in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton that return UpdateServiceInstanceResponse Modifier and Type Method Description default UpdateServiceInstanceResponseProtonClient. updateServiceInstance(Consumer<UpdateServiceInstanceRequest.Builder> updateServiceInstanceRequest)Update a service instance.default UpdateServiceInstanceResponseProtonClient. updateServiceInstance(UpdateServiceInstanceRequest updateServiceInstanceRequest)Update a service instance.Methods in software.amazon.awssdk.services.proton that return types with arguments of type UpdateServiceInstanceResponse Modifier and Type Method Description default CompletableFuture<UpdateServiceInstanceResponse>ProtonAsyncClient. updateServiceInstance(Consumer<UpdateServiceInstanceRequest.Builder> updateServiceInstanceRequest)Update a service instance.default CompletableFuture<UpdateServiceInstanceResponse>ProtonAsyncClient. updateServiceInstance(UpdateServiceInstanceRequest updateServiceInstanceRequest)Update a service instance.
-