| Package | Description |
|---|---|
| com.amazonaws.services.opsworkscm |
|
| com.amazonaws.services.opsworkscm.model |
| Modifier and Type | Method and Description |
|---|---|
DisassociateNodeResult |
AWSOpsWorksCMClient.disassociateNode(DisassociateNodeRequest request)
Disassociates a node from an AWS OpsWorks CM server, and removes the node from the server's managed nodes.
|
DisassociateNodeResult |
AbstractAWSOpsWorksCM.disassociateNode(DisassociateNodeRequest request) |
DisassociateNodeResult |
AWSOpsWorksCM.disassociateNode(DisassociateNodeRequest disassociateNodeRequest)
Disassociates a node from an AWS OpsWorks CM server, and removes the node from the server's managed nodes.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DisassociateNodeResult> |
AWSOpsWorksCMAsyncClient.disassociateNodeAsync(DisassociateNodeRequest request,
AsyncHandler<DisassociateNodeRequest,DisassociateNodeResult> asyncHandler) |
Future<DisassociateNodeResult> |
AbstractAWSOpsWorksCMAsync.disassociateNodeAsync(DisassociateNodeRequest request,
AsyncHandler<DisassociateNodeRequest,DisassociateNodeResult> asyncHandler) |
Future<DisassociateNodeResult> |
AWSOpsWorksCMAsync.disassociateNodeAsync(DisassociateNodeRequest disassociateNodeRequest,
AsyncHandler<DisassociateNodeRequest,DisassociateNodeResult> asyncHandler)
Disassociates a node from an AWS OpsWorks CM server, and removes the node from the server's managed nodes.
|
| Modifier and Type | Method and Description |
|---|---|
DisassociateNodeResult |
DisassociateNodeResult.clone() |
DisassociateNodeResult |
DisassociateNodeResult.withNodeAssociationStatusToken(String nodeAssociationStatusToken)
Contains a token which can be passed to the
DescribeNodeAssociationStatus API call to get the status
of the disassociation request. |
Copyright © 2024. All rights reserved.