| Package | Description |
|---|---|
| com.amazonaws.services.opsworkscm |
|
| com.amazonaws.services.opsworkscm.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ExportServerEngineAttributeResult> |
AbstractAWSOpsWorksCMAsync.exportServerEngineAttributeAsync(ExportServerEngineAttributeRequest request,
AsyncHandler<ExportServerEngineAttributeRequest,ExportServerEngineAttributeResult> asyncHandler) |
Future<ExportServerEngineAttributeResult> |
AWSOpsWorksCMAsyncClient.exportServerEngineAttributeAsync(ExportServerEngineAttributeRequest request,
AsyncHandler<ExportServerEngineAttributeRequest,ExportServerEngineAttributeResult> asyncHandler) |
Future<ExportServerEngineAttributeResult> |
AWSOpsWorksCMAsync.exportServerEngineAttributeAsync(ExportServerEngineAttributeRequest exportServerEngineAttributeRequest,
AsyncHandler<ExportServerEngineAttributeRequest,ExportServerEngineAttributeResult> asyncHandler)
Exports a specified server engine attribute as a base64-encoded string.
|
| Modifier and Type | Method and Description |
|---|---|
ExportServerEngineAttributeRequest |
ExportServerEngineAttributeRequest.clone() |
ExportServerEngineAttributeRequest |
ExportServerEngineAttributeRequest.withExportAttributeName(String exportAttributeName)
The name of the export attribute.
|
ExportServerEngineAttributeRequest |
ExportServerEngineAttributeRequest.withInputAttributes(Collection<EngineAttribute> inputAttributes)
The list of engine attributes.
|
ExportServerEngineAttributeRequest |
ExportServerEngineAttributeRequest.withInputAttributes(EngineAttribute... inputAttributes)
The list of engine attributes.
|
ExportServerEngineAttributeRequest |
ExportServerEngineAttributeRequest.withServerName(String serverName)
The name of the server from which you are exporting the attribute.
|
Copyright © 2021. All rights reserved.