| Package | Description |
|---|---|
| com.amazonaws.services.opsworkscm |
|
| com.amazonaws.services.opsworkscm.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateServerEngineAttributesResult> |
AbstractAWSOpsWorksCMAsync.updateServerEngineAttributesAsync(UpdateServerEngineAttributesRequest request,
AsyncHandler<UpdateServerEngineAttributesRequest,UpdateServerEngineAttributesResult> asyncHandler) |
Future<UpdateServerEngineAttributesResult> |
AWSOpsWorksCMAsync.updateServerEngineAttributesAsync(UpdateServerEngineAttributesRequest updateServerEngineAttributesRequest,
AsyncHandler<UpdateServerEngineAttributesRequest,UpdateServerEngineAttributesResult> asyncHandler)
Updates engine-specific attributes on a specified server.
|
Future<UpdateServerEngineAttributesResult> |
AWSOpsWorksCMAsyncClient.updateServerEngineAttributesAsync(UpdateServerEngineAttributesRequest request,
AsyncHandler<UpdateServerEngineAttributesRequest,UpdateServerEngineAttributesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateServerEngineAttributesRequest |
UpdateServerEngineAttributesRequest.clone() |
UpdateServerEngineAttributesRequest |
UpdateServerEngineAttributesRequest.withAttributeName(String attributeName)
The name of the engine attribute to update.
|
UpdateServerEngineAttributesRequest |
UpdateServerEngineAttributesRequest.withAttributeValue(String attributeValue)
The value to set for the attribute.
|
UpdateServerEngineAttributesRequest |
UpdateServerEngineAttributesRequest.withServerName(String serverName)
The name of the server to update.
|
Copyright © 2022. All rights reserved.