| Package | Description |
|---|---|
| com.amazonaws.services.opsworkscm |
|
| com.amazonaws.services.opsworkscm.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AssociateNodeResult> |
AbstractAWSOpsWorksCMAsync.associateNodeAsync(AssociateNodeRequest request,
AsyncHandler<AssociateNodeRequest,AssociateNodeResult> asyncHandler) |
Future<AssociateNodeResult> |
AWSOpsWorksCMAsyncClient.associateNodeAsync(AssociateNodeRequest request,
AsyncHandler<AssociateNodeRequest,AssociateNodeResult> asyncHandler) |
Future<AssociateNodeResult> |
AWSOpsWorksCMAsync.associateNodeAsync(AssociateNodeRequest associateNodeRequest,
AsyncHandler<AssociateNodeRequest,AssociateNodeResult> asyncHandler)
Associates a new node with the server.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateNodeRequest |
AssociateNodeRequest.clone() |
AssociateNodeRequest |
AssociateNodeRequest.withEngineAttributes(Collection<EngineAttribute> engineAttributes)
Engine attributes used for associating the node.
|
AssociateNodeRequest |
AssociateNodeRequest.withEngineAttributes(EngineAttribute... engineAttributes)
Engine attributes used for associating the node.
|
AssociateNodeRequest |
AssociateNodeRequest.withNodeName(String nodeName)
The name of the node.
|
AssociateNodeRequest |
AssociateNodeRequest.withServerName(String serverName)
The name of the server with which to associate the node.
|
Copyright © 2019. All rights reserved.