| Package | Description |
|---|---|
| com.amazonaws.services.opsworkscm |
|
| com.amazonaws.services.opsworkscm.model | |
| com.amazonaws.services.opsworkscm.model.transform |
| Modifier and Type | Method and Description |
|---|---|
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 Chef server.
|
Future<AssociateNodeResult> |
AbstractAWSOpsWorksCMAsync.associateNodeAsync(AssociateNodeRequest request,
AsyncHandler<AssociateNodeRequest,AssociateNodeResult> asyncHandler) |
| 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 Chef client node.
|
AssociateNodeRequest |
AssociateNodeRequest.withServerName(String serverName)
The name of the server with which to associate the node.
|
| Modifier and Type | Method and Description |
|---|---|
Request<AssociateNodeRequest> |
AssociateNodeRequestProtocolMarshaller.marshall(AssociateNodeRequest associateNodeRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<AssociateNodeRequest> |
AssociateNodeRequestProtocolMarshaller.marshall(AssociateNodeRequest associateNodeRequest) |
void |
AssociateNodeRequestMarshaller.marshall(AssociateNodeRequest associateNodeRequest,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.