Uses of Class
software.amazon.awssdk.services.opsworkscm.model.RestoreServerResponse
-
Packages that use RestoreServerResponse Package Description software.amazon.awssdk.services.opsworkscm AWS OpsWorks CM -
-
Uses of RestoreServerResponse in software.amazon.awssdk.services.opsworkscm
Methods in software.amazon.awssdk.services.opsworkscm that return RestoreServerResponse Modifier and Type Method Description default RestoreServerResponseOpsWorksCmClient. restoreServer(Consumer<RestoreServerRequest.Builder> restoreServerRequest)Restores a backup to a server that is in aCONNECTION_LOST,HEALTHY,RUNNING,UNHEALTHY, orTERMINATEDstate.default RestoreServerResponseOpsWorksCmClient. restoreServer(RestoreServerRequest restoreServerRequest)Restores a backup to a server that is in aCONNECTION_LOST,HEALTHY,RUNNING,UNHEALTHY, orTERMINATEDstate.Methods in software.amazon.awssdk.services.opsworkscm that return types with arguments of type RestoreServerResponse Modifier and Type Method Description default CompletableFuture<RestoreServerResponse>OpsWorksCmAsyncClient. restoreServer(Consumer<RestoreServerRequest.Builder> restoreServerRequest)Restores a backup to a server that is in aCONNECTION_LOST,HEALTHY,RUNNING,UNHEALTHY, orTERMINATEDstate.default CompletableFuture<RestoreServerResponse>OpsWorksCmAsyncClient. restoreServer(RestoreServerRequest restoreServerRequest)Restores a backup to a server that is in aCONNECTION_LOST,HEALTHY,RUNNING,UNHEALTHY, orTERMINATEDstate.
-