Uses of Class
software.amazon.awssdk.services.opsworkscm.model.UpdateServerResponse
-
Packages that use UpdateServerResponse Package Description software.amazon.awssdk.services.opsworkscm AWS OpsWorks CM -
-
Uses of UpdateServerResponse in software.amazon.awssdk.services.opsworkscm
Methods in software.amazon.awssdk.services.opsworkscm that return UpdateServerResponse Modifier and Type Method Description default UpdateServerResponseOpsWorksCmClient. updateServer(Consumer<UpdateServerRequest.Builder> updateServerRequest)Updates settings for a server.default UpdateServerResponseOpsWorksCmClient. updateServer(UpdateServerRequest updateServerRequest)Updates settings for a server.Methods in software.amazon.awssdk.services.opsworkscm that return types with arguments of type UpdateServerResponse Modifier and Type Method Description default CompletableFuture<UpdateServerResponse>OpsWorksCmAsyncClient. updateServer(Consumer<UpdateServerRequest.Builder> updateServerRequest)Updates settings for a server.default CompletableFuture<UpdateServerResponse>OpsWorksCmAsyncClient. updateServer(UpdateServerRequest updateServerRequest)Updates settings for a server.
-