@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSOpsWorksCMAsync extends AbstractAWSOpsWorksCM implements AWSOpsWorksCMAsync
AWSOpsWorksCMAsync
. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
associateNode, createBackup, createServer, deleteBackup, deleteServer, describeAccountAttributes, describeBackups, describeEvents, describeNodeAssociationStatus, describeServers, disassociateNode, getCachedResponseMetadata, restoreServer, setEndpoint, setRegion, shutdown, startMaintenance, updateServer, updateServerEngineAttributes
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
associateNode, createBackup, createServer, deleteBackup, deleteServer, describeAccountAttributes, describeBackups, describeEvents, describeNodeAssociationStatus, describeServers, disassociateNode, getCachedResponseMetadata, restoreServer, setEndpoint, setRegion, shutdown, startMaintenance, updateServer, updateServerEngineAttributes
public Future<AssociateNodeResult> associateNodeAsync(AssociateNodeRequest request)
AWSOpsWorksCMAsync
Associates a new node with the Chef server. This command is an alternative to knife bootstrap
. For
more information about how to disassociate a node, see DisassociateNode.
A node can can only be associated with servers that are in a HEALTHY
state. Otherwise, an
InvalidStateException
is thrown. A ResourceNotFoundException
is thrown when the server
does not exist. A ValidationException
is raised when parameters of the request are not valid. The
AssociateNode API call can be integrated into Auto Scaling configurations, AWS Cloudformation templates, or the
user data of a server's instance.
Example:
aws opsworks-cm associate-node --server-name MyServer --node-name MyManagedNode --engine-attributes "Name=MyOrganization,Value=default" "Name=Chef_node_public_key,Value=Public_key_contents"
associateNodeAsync
in interface AWSOpsWorksCMAsync
public Future<AssociateNodeResult> associateNodeAsync(AssociateNodeRequest request, AsyncHandler<AssociateNodeRequest,AssociateNodeResult> asyncHandler)
AWSOpsWorksCMAsync
Associates a new node with the Chef server. This command is an alternative to knife bootstrap
. For
more information about how to disassociate a node, see DisassociateNode.
A node can can only be associated with servers that are in a HEALTHY
state. Otherwise, an
InvalidStateException
is thrown. A ResourceNotFoundException
is thrown when the server
does not exist. A ValidationException
is raised when parameters of the request are not valid. The
AssociateNode API call can be integrated into Auto Scaling configurations, AWS Cloudformation templates, or the
user data of a server's instance.
Example:
aws opsworks-cm associate-node --server-name MyServer --node-name MyManagedNode --engine-attributes "Name=MyOrganization,Value=default" "Name=Chef_node_public_key,Value=Public_key_contents"
associateNodeAsync
in interface AWSOpsWorksCMAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateBackupResult> createBackupAsync(CreateBackupRequest request)
AWSOpsWorksCMAsync
Creates an application-level backup of a server. While the server is in the BACKING_UP
state, the
server cannot be changed, and no additional backup can be created.
Backups can be created for servers in RUNNING
, HEALTHY
, and UNHEALTHY
states. By default, you can create a maximum of 50 manual backups.
This operation is asynchronous.
A LimitExceededException
is thrown when the maximum number of manual backups is reached. An
InvalidStateException
is thrown when the server is not in any of the following states: RUNNING,
HEALTHY, or UNHEALTHY. A ResourceNotFoundException
is thrown when the server is not found. A
ValidationException
is thrown when parameters of the request are not valid.
createBackupAsync
in interface AWSOpsWorksCMAsync
public Future<CreateBackupResult> createBackupAsync(CreateBackupRequest request, AsyncHandler<CreateBackupRequest,CreateBackupResult> asyncHandler)
AWSOpsWorksCMAsync
Creates an application-level backup of a server. While the server is in the BACKING_UP
state, the
server cannot be changed, and no additional backup can be created.
Backups can be created for servers in RUNNING
, HEALTHY
, and UNHEALTHY
states. By default, you can create a maximum of 50 manual backups.
This operation is asynchronous.
A LimitExceededException
is thrown when the maximum number of manual backups is reached. An
InvalidStateException
is thrown when the server is not in any of the following states: RUNNING,
HEALTHY, or UNHEALTHY. A ResourceNotFoundException
is thrown when the server is not found. A
ValidationException
is thrown when parameters of the request are not valid.
createBackupAsync
in interface AWSOpsWorksCMAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateServerResult> createServerAsync(CreateServerRequest request)
AWSOpsWorksCMAsync
Creates and immedately starts a new server. The server is ready to use when it is in the HEALTHY
state. By default, you can create a maximum of 10 servers.
This operation is asynchronous.
A LimitExceededException
is thrown when you have created the maximum number of servers (10). A
ResourceAlreadyExistsException
is thrown when a server with the same name already exists in the
account. A ResourceNotFoundException
is thrown when you specify a backup ID that is not valid or is
for a backup that does not exist. A ValidationException
is thrown when parameters of the request are
not valid.
If you do not specify a security group by adding the SecurityGroupIds
parameter, AWS OpsWorks
creates a new security group. The default security group opens the Chef server to the world on TCP port 443. If a
KeyName is present, AWS OpsWorks enables SSH access. SSH is also open to the world on TCP port 22.
By default, the Chef Server is accessible from any IP address. We recommend that you update your security group rules to allow access from known IP addresses and address ranges only. To edit security group rules, open Security Groups in the navigation pane of the EC2 management console.
createServerAsync
in interface AWSOpsWorksCMAsync
public Future<CreateServerResult> createServerAsync(CreateServerRequest request, AsyncHandler<CreateServerRequest,CreateServerResult> asyncHandler)
AWSOpsWorksCMAsync
Creates and immedately starts a new server. The server is ready to use when it is in the HEALTHY
state. By default, you can create a maximum of 10 servers.
This operation is asynchronous.
A LimitExceededException
is thrown when you have created the maximum number of servers (10). A
ResourceAlreadyExistsException
is thrown when a server with the same name already exists in the
account. A ResourceNotFoundException
is thrown when you specify a backup ID that is not valid or is
for a backup that does not exist. A ValidationException
is thrown when parameters of the request are
not valid.
If you do not specify a security group by adding the SecurityGroupIds
parameter, AWS OpsWorks
creates a new security group. The default security group opens the Chef server to the world on TCP port 443. If a
KeyName is present, AWS OpsWorks enables SSH access. SSH is also open to the world on TCP port 22.
By default, the Chef Server is accessible from any IP address. We recommend that you update your security group rules to allow access from known IP addresses and address ranges only. To edit security group rules, open Security Groups in the navigation pane of the EC2 management console.
createServerAsync
in interface AWSOpsWorksCMAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteBackupResult> deleteBackupAsync(DeleteBackupRequest request)
AWSOpsWorksCMAsync
Deletes a backup. You can delete both manual and automated backups. This operation is asynchronous.
An InvalidStateException
is thrown when a backup deletion is already in progress. A
ResourceNotFoundException
is thrown when the backup does not exist. A
ValidationException
is thrown when parameters of the request are not valid.
deleteBackupAsync
in interface AWSOpsWorksCMAsync
public Future<DeleteBackupResult> deleteBackupAsync(DeleteBackupRequest request, AsyncHandler<DeleteBackupRequest,DeleteBackupResult> asyncHandler)
AWSOpsWorksCMAsync
Deletes a backup. You can delete both manual and automated backups. This operation is asynchronous.
An InvalidStateException
is thrown when a backup deletion is already in progress. A
ResourceNotFoundException
is thrown when the backup does not exist. A
ValidationException
is thrown when parameters of the request are not valid.
deleteBackupAsync
in interface AWSOpsWorksCMAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteServerResult> deleteServerAsync(DeleteServerRequest request)
AWSOpsWorksCMAsync
Deletes the server and the underlying AWS CloudFormation stack (including the server's EC2 instance). When you
run this command, the server state is updated to DELETING
. After the server is deleted, it is no
longer returned by DescribeServer
requests. If the AWS CloudFormation stack cannot be deleted, the
server cannot be deleted.
This operation is asynchronous.
An InvalidStateException
is thrown when a server deletion is already in progress. A
ResourceNotFoundException
is thrown when the server does not exist. A
ValidationException
is raised when parameters of the request are not valid.
deleteServerAsync
in interface AWSOpsWorksCMAsync
public Future<DeleteServerResult> deleteServerAsync(DeleteServerRequest request, AsyncHandler<DeleteServerRequest,DeleteServerResult> asyncHandler)
AWSOpsWorksCMAsync
Deletes the server and the underlying AWS CloudFormation stack (including the server's EC2 instance). When you
run this command, the server state is updated to DELETING
. After the server is deleted, it is no
longer returned by DescribeServer
requests. If the AWS CloudFormation stack cannot be deleted, the
server cannot be deleted.
This operation is asynchronous.
An InvalidStateException
is thrown when a server deletion is already in progress. A
ResourceNotFoundException
is thrown when the server does not exist. A
ValidationException
is raised when parameters of the request are not valid.
deleteServerAsync
in interface AWSOpsWorksCMAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeAccountAttributesResult> describeAccountAttributesAsync(DescribeAccountAttributesRequest request)
AWSOpsWorksCMAsync
Describes your account attributes, and creates requests to increase limits before they are reached or exceeded.
This operation is synchronous.
describeAccountAttributesAsync
in interface AWSOpsWorksCMAsync
public Future<DescribeAccountAttributesResult> describeAccountAttributesAsync(DescribeAccountAttributesRequest request, AsyncHandler<DescribeAccountAttributesRequest,DescribeAccountAttributesResult> asyncHandler)
AWSOpsWorksCMAsync
Describes your account attributes, and creates requests to increase limits before they are reached or exceeded.
This operation is synchronous.
describeAccountAttributesAsync
in interface AWSOpsWorksCMAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeBackupsResult> describeBackupsAsync(DescribeBackupsRequest request)
AWSOpsWorksCMAsync
Describes backups. The results are ordered by time, with newest backups first. If you do not specify a BackupId or ServerName, the command returns all backups.
This operation is synchronous.
A ResourceNotFoundException
is thrown when the backup does not exist. A
ValidationException
is raised when parameters of the request are not valid.
describeBackupsAsync
in interface AWSOpsWorksCMAsync
public Future<DescribeBackupsResult> describeBackupsAsync(DescribeBackupsRequest request, AsyncHandler<DescribeBackupsRequest,DescribeBackupsResult> asyncHandler)
AWSOpsWorksCMAsync
Describes backups. The results are ordered by time, with newest backups first. If you do not specify a BackupId or ServerName, the command returns all backups.
This operation is synchronous.
A ResourceNotFoundException
is thrown when the backup does not exist. A
ValidationException
is raised when parameters of the request are not valid.
describeBackupsAsync
in interface AWSOpsWorksCMAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeEventsResult> describeEventsAsync(DescribeEventsRequest request)
AWSOpsWorksCMAsync
Describes events for a specified server. Results are ordered by time, with newest events first.
This operation is synchronous.
A ResourceNotFoundException
is thrown when the server does not exist. A
ValidationException
is raised when parameters of the request are not valid.
describeEventsAsync
in interface AWSOpsWorksCMAsync
public Future<DescribeEventsResult> describeEventsAsync(DescribeEventsRequest request, AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
AWSOpsWorksCMAsync
Describes events for a specified server. Results are ordered by time, with newest events first.
This operation is synchronous.
A ResourceNotFoundException
is thrown when the server does not exist. A
ValidationException
is raised when parameters of the request are not valid.
describeEventsAsync
in interface AWSOpsWorksCMAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeNodeAssociationStatusResult> describeNodeAssociationStatusAsync(DescribeNodeAssociationStatusRequest request)
AWSOpsWorksCMAsync
Returns the current status of an existing association or disassociation request.
A ResourceNotFoundException
is thrown when no recent association or disassociation request with the
specified token is found, or when the server does not exist. A ValidationException
is raised when
parameters of the request are not valid.
describeNodeAssociationStatusAsync
in interface AWSOpsWorksCMAsync
public Future<DescribeNodeAssociationStatusResult> describeNodeAssociationStatusAsync(DescribeNodeAssociationStatusRequest request, AsyncHandler<DescribeNodeAssociationStatusRequest,DescribeNodeAssociationStatusResult> asyncHandler)
AWSOpsWorksCMAsync
Returns the current status of an existing association or disassociation request.
A ResourceNotFoundException
is thrown when no recent association or disassociation request with the
specified token is found, or when the server does not exist. A ValidationException
is raised when
parameters of the request are not valid.
describeNodeAssociationStatusAsync
in interface AWSOpsWorksCMAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeServersResult> describeServersAsync(DescribeServersRequest request)
AWSOpsWorksCMAsync
Lists all configuration management servers that are identified with your account. Only the stored results from Amazon DynamoDB are returned. AWS OpsWorks for Chef Automate does not query other services.
This operation is synchronous.
A ResourceNotFoundException
is thrown when the server does not exist. A
ValidationException
is raised when parameters of the request are not valid.
describeServersAsync
in interface AWSOpsWorksCMAsync
public Future<DescribeServersResult> describeServersAsync(DescribeServersRequest request, AsyncHandler<DescribeServersRequest,DescribeServersResult> asyncHandler)
AWSOpsWorksCMAsync
Lists all configuration management servers that are identified with your account. Only the stored results from Amazon DynamoDB are returned. AWS OpsWorks for Chef Automate does not query other services.
This operation is synchronous.
A ResourceNotFoundException
is thrown when the server does not exist. A
ValidationException
is raised when parameters of the request are not valid.
describeServersAsync
in interface AWSOpsWorksCMAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisassociateNodeResult> disassociateNodeAsync(DisassociateNodeRequest request)
AWSOpsWorksCMAsync
Disassociates a node from a Chef server, and removes the node from the Chef server's managed nodes. After a node is disassociated, the node key pair is no longer valid for accessing the Chef API. For more information about how to associate a node, see AssociateNode.
A node can can only be disassociated from a server that is in a HEALTHY
state. Otherwise, an
InvalidStateException
is thrown. A ResourceNotFoundException
is thrown when the server
does not exist. A ValidationException
is raised when parameters of the request are not valid.
disassociateNodeAsync
in interface AWSOpsWorksCMAsync
public Future<DisassociateNodeResult> disassociateNodeAsync(DisassociateNodeRequest request, AsyncHandler<DisassociateNodeRequest,DisassociateNodeResult> asyncHandler)
AWSOpsWorksCMAsync
Disassociates a node from a Chef server, and removes the node from the Chef server's managed nodes. After a node is disassociated, the node key pair is no longer valid for accessing the Chef API. For more information about how to associate a node, see AssociateNode.
A node can can only be disassociated from a server that is in a HEALTHY
state. Otherwise, an
InvalidStateException
is thrown. A ResourceNotFoundException
is thrown when the server
does not exist. A ValidationException
is raised when parameters of the request are not valid.
disassociateNodeAsync
in interface AWSOpsWorksCMAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<RestoreServerResult> restoreServerAsync(RestoreServerRequest request)
AWSOpsWorksCMAsync
Restores a backup to a server that is in a CONNECTION_LOST
, HEALTHY
,
RUNNING
, UNHEALTHY
, or TERMINATED
state. When you run RestoreServer, the
server's EC2 instance is deleted, and a new EC2 instance is configured. RestoreServer maintains the existing
server endpoint, so configuration management of the server's client devices (nodes) should continue to work.
This operation is asynchronous.
An InvalidStateException
is thrown when the server is not in a valid state. A
ResourceNotFoundException
is thrown when the server does not exist. A
ValidationException
is raised when parameters of the request are not valid.
restoreServerAsync
in interface AWSOpsWorksCMAsync
public Future<RestoreServerResult> restoreServerAsync(RestoreServerRequest request, AsyncHandler<RestoreServerRequest,RestoreServerResult> asyncHandler)
AWSOpsWorksCMAsync
Restores a backup to a server that is in a CONNECTION_LOST
, HEALTHY
,
RUNNING
, UNHEALTHY
, or TERMINATED
state. When you run RestoreServer, the
server's EC2 instance is deleted, and a new EC2 instance is configured. RestoreServer maintains the existing
server endpoint, so configuration management of the server's client devices (nodes) should continue to work.
This operation is asynchronous.
An InvalidStateException
is thrown when the server is not in a valid state. A
ResourceNotFoundException
is thrown when the server does not exist. A
ValidationException
is raised when parameters of the request are not valid.
restoreServerAsync
in interface AWSOpsWorksCMAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartMaintenanceResult> startMaintenanceAsync(StartMaintenanceRequest request)
AWSOpsWorksCMAsync
Manually starts server maintenance. This command can be useful if an earlier maintenance attempt failed, and the
underlying cause of maintenance failure has been resolved. The server is in an UNDER_MAINTENANCE
state while maintenance is in progress.
Maintenance can only be started on servers in HEALTHY
and UNHEALTHY
states. Otherwise,
an InvalidStateException
is thrown. A ResourceNotFoundException
is thrown when the
server does not exist. A ValidationException
is raised when parameters of the request are not valid.
startMaintenanceAsync
in interface AWSOpsWorksCMAsync
public Future<StartMaintenanceResult> startMaintenanceAsync(StartMaintenanceRequest request, AsyncHandler<StartMaintenanceRequest,StartMaintenanceResult> asyncHandler)
AWSOpsWorksCMAsync
Manually starts server maintenance. This command can be useful if an earlier maintenance attempt failed, and the
underlying cause of maintenance failure has been resolved. The server is in an UNDER_MAINTENANCE
state while maintenance is in progress.
Maintenance can only be started on servers in HEALTHY
and UNHEALTHY
states. Otherwise,
an InvalidStateException
is thrown. A ResourceNotFoundException
is thrown when the
server does not exist. A ValidationException
is raised when parameters of the request are not valid.
startMaintenanceAsync
in interface AWSOpsWorksCMAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateServerResult> updateServerAsync(UpdateServerRequest request)
AWSOpsWorksCMAsync
Updates settings for a server.
This operation is synchronous.
updateServerAsync
in interface AWSOpsWorksCMAsync
public Future<UpdateServerResult> updateServerAsync(UpdateServerRequest request, AsyncHandler<UpdateServerRequest,UpdateServerResult> asyncHandler)
AWSOpsWorksCMAsync
Updates settings for a server.
This operation is synchronous.
updateServerAsync
in interface AWSOpsWorksCMAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateServerEngineAttributesResult> updateServerEngineAttributesAsync(UpdateServerEngineAttributesRequest request)
AWSOpsWorksCMAsync
Updates engine-specific attributes on a specified server. The server enters the MODIFYING
state when
this operation is in progress. Only one update can occur at a time. You can use this command to reset the Chef
server's private key (CHEF_PIVOTAL_KEY
).
This operation is asynchronous.
This operation can only be called for servers in HEALTHY
or UNHEALTHY
states.
Otherwise, an InvalidStateException
is raised. A ResourceNotFoundException
is thrown
when the server does not exist. A ValidationException
is raised when parameters of the request are
not valid.
updateServerEngineAttributesAsync
in interface AWSOpsWorksCMAsync
public Future<UpdateServerEngineAttributesResult> updateServerEngineAttributesAsync(UpdateServerEngineAttributesRequest request, AsyncHandler<UpdateServerEngineAttributesRequest,UpdateServerEngineAttributesResult> asyncHandler)
AWSOpsWorksCMAsync
Updates engine-specific attributes on a specified server. The server enters the MODIFYING
state when
this operation is in progress. Only one update can occur at a time. You can use this command to reset the Chef
server's private key (CHEF_PIVOTAL_KEY
).
This operation is asynchronous.
This operation can only be called for servers in HEALTHY
or UNHEALTHY
states.
Otherwise, an InvalidStateException
is raised. A ResourceNotFoundException
is thrown
when the server does not exist. A ValidationException
is raised when parameters of the request are
not valid.
updateServerEngineAttributesAsync
in interface AWSOpsWorksCMAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.