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