Uses of Class
software.amazon.awssdk.services.opsworkscm.model.UpdateServerEngineAttributesResponse
-
Packages that use UpdateServerEngineAttributesResponse Package Description software.amazon.awssdk.services.opsworkscm AWS OpsWorks CM -
-
Uses of UpdateServerEngineAttributesResponse in software.amazon.awssdk.services.opsworkscm
Methods in software.amazon.awssdk.services.opsworkscm that return UpdateServerEngineAttributesResponse Modifier and Type Method Description default UpdateServerEngineAttributesResponseOpsWorksCmClient. updateServerEngineAttributes(Consumer<UpdateServerEngineAttributesRequest.Builder> updateServerEngineAttributesRequest)Updates engine-specific attributes on a specified server.default UpdateServerEngineAttributesResponseOpsWorksCmClient. updateServerEngineAttributes(UpdateServerEngineAttributesRequest updateServerEngineAttributesRequest)Updates engine-specific attributes on a specified server.Methods in software.amazon.awssdk.services.opsworkscm that return types with arguments of type UpdateServerEngineAttributesResponse Modifier and Type Method Description default CompletableFuture<UpdateServerEngineAttributesResponse>OpsWorksCmAsyncClient. updateServerEngineAttributes(Consumer<UpdateServerEngineAttributesRequest.Builder> updateServerEngineAttributesRequest)Updates engine-specific attributes on a specified server.default CompletableFuture<UpdateServerEngineAttributesResponse>OpsWorksCmAsyncClient. updateServerEngineAttributes(UpdateServerEngineAttributesRequest updateServerEngineAttributesRequest)Updates engine-specific attributes on a specified server.
-