@ThreadSafe public class AWSOpsWorksCMAsyncClient extends AWSOpsWorksCMClient implements AWSOpsWorksCMAsync
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
A service that runs and manages configuration management servers.
Glossary of terms
Server: A server is a configuration management server, and can be highly-available. The configuration manager runs on your instances by using various AWS services, such as Amazon Elastic Compute Cloud (EC2), and potentially Amazon Relational Database Service (RDS). A server is a generic abstraction over the configuration manager that you want to use, much like Amazon RDS. In AWS OpsWorks for Chef Automate, you do not start or stop servers. After you create servers, they continue to run until they are deleted.
Engine: The specific configuration manager that you want to use (such as Chef
) is the engine.
Backup: This is an application-level backup of the data that the configuration manager stores. A backup creates a .tar.gz file that is stored in an Amazon Simple Storage Service (S3) bucket in your account. AWS OpsWorks for Chef Automate creates the S3 bucket when you launch the first instance. A backup maintains a snapshot of all of a server's important attributes at the time of the backup.
Events: Events are always related to a server. Events are written during server creation, when health checks run, when backups are created, etc. When you delete a server, the server's events are also deleted.
AccountAttributes: Every account has attributes that are assigned in the AWS OpsWorks for Chef Automate database. These attributes store information about configuration limits (servers, backups, etc.) and your customer account.
Throttling limits
All API operations allow for 5 requests per second with a burst of 10 requests per second.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
Constructor and Description |
---|
AWSOpsWorksCMAsyncClient()
Constructs a new asynchronous client to invoke service methods on OpsWorksCM.
|
AWSOpsWorksCMAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on OpsWorksCM using the specified AWS account
credentials.
|
AWSOpsWorksCMAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on OpsWorksCM using the specified AWS account
credentials, executor service, and client configuration options.
|
AWSOpsWorksCMAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on OpsWorksCM using the specified AWS account
credentials and executor service.
|
AWSOpsWorksCMAsyncClient(AWSCredentialsProvider awsCredentialsProvider)
Constructs a new asynchronous client to invoke service methods on OpsWorksCM using the specified AWS account
credentials provider.
|
AWSOpsWorksCMAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration)
Constructs a new asynchronous client to invoke service methods on OpsWorksCM using the provided AWS account
credentials provider and client configuration options.
|
AWSOpsWorksCMAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on OpsWorksCM using the specified AWS account
credentials provider, executor service, and client configuration options.
|
AWSOpsWorksCMAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on OpsWorksCM using the specified AWS account
credentials provider and executor service.
|
AWSOpsWorksCMAsyncClient(ClientConfiguration clientConfiguration)
Constructs a new asynchronous client to invoke service methods on OpsWorksCM.
|
associateNode, createBackup, createServer, deleteBackup, deleteServer, describeAccountAttributes, describeBackups, describeEvents, describeNodeAssociationStatus, describeServers, disassociateNode, getCachedResponseMetadata, restoreServer, startMaintenance, updateServer, updateServerEngineAttributes
addRequestHandler, addRequestHandler, configureRegion, getEndpointPrefix, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
associateNode, createBackup, createServer, deleteBackup, deleteServer, describeAccountAttributes, describeBackups, describeEvents, describeNodeAssociationStatus, describeServers, disassociateNode, getCachedResponseMetadata, restoreServer, setEndpoint, setRegion, startMaintenance, updateServer, updateServerEngineAttributes
public AWSOpsWorksCMAsyncClient()
Asynchronous methods are delegated to a fixed-size thread pool containing 50 threads (to match the default maximum number of concurrent connections to the service).
public AWSOpsWorksCMAsyncClient(ClientConfiguration clientConfiguration)
Asynchronous methods are delegated to a fixed-size thread pool containing a number of threads equal to the
maximum number of concurrent connections configured via ClientConfiguration.getMaxConnections()
.
clientConfiguration
- The client configuration options controlling how this client connects to OpsWorksCM (ex: proxy settings,
retry counts, etc).DefaultAWSCredentialsProviderChain
,
Executors.newFixedThreadPool(int)
public AWSOpsWorksCMAsyncClient(AWSCredentials awsCredentials)
Asynchronous methods are delegated to a fixed-size thread pool containing 50 threads (to match the default maximum number of concurrent connections to the service).
awsCredentials
- The AWS credentials (access key ID and secret key) to use when authenticating with AWS services.Executors.newFixedThreadPool(int)
public AWSOpsWorksCMAsyncClient(AWSCredentials awsCredentials, ExecutorService executorService)
awsCredentials
- The AWS credentials (access key ID and secret key) to use when authenticating with AWS services.executorService
- The executor service by which all asynchronous requests will be executed.public AWSOpsWorksCMAsyncClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration, ExecutorService executorService)
awsCredentials
- The AWS credentials (access key ID and secret key) to use when authenticating with AWS services.clientConfiguration
- Client configuration options (ex: max retry limit, proxy settings, etc).executorService
- The executor service by which all asynchronous requests will be executed.public AWSOpsWorksCMAsyncClient(AWSCredentialsProvider awsCredentialsProvider)
Asynchronous methods are delegated to a fixed-size thread pool containing 50 threads (to match the default maximum number of concurrent connections to the service).
awsCredentialsProvider
- The AWS credentials provider which will provide credentials to authenticate requests with AWS services.Executors.newFixedThreadPool(int)
public AWSOpsWorksCMAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration)
Asynchronous methods are delegated to a fixed-size thread pool containing a number of threads equal to the
maximum number of concurrent connections configured via ClientConfiguration.getMaxConnections()
.
awsCredentialsProvider
- The AWS credentials provider which will provide credentials to authenticate requests with AWS services.clientConfiguration
- Client configuration options (ex: max retry limit, proxy settings, etc).DefaultAWSCredentialsProviderChain
,
Executors.newFixedThreadPool(int)
public AWSOpsWorksCMAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService)
awsCredentialsProvider
- The AWS credentials provider which will provide credentials to authenticate requests with AWS services.executorService
- The executor service by which all asynchronous requests will be executed.public AWSOpsWorksCMAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService)
awsCredentialsProvider
- The AWS credentials provider which will provide credentials to authenticate requests with AWS services.clientConfiguration
- Client configuration options (ex: max retry limit, proxy settings, etc).executorService
- The executor service by which all asynchronous requests will be executed.public ExecutorService getExecutorService()
public Future<AssociateNodeResult> associateNodeAsync(AssociateNodeRequest request)
associateNodeAsync
in interface AWSOpsWorksCMAsync
public Future<AssociateNodeResult> associateNodeAsync(AssociateNodeRequest request, AsyncHandler<AssociateNodeRequest,AssociateNodeResult> asyncHandler)
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 BACKING_UP
, the server can not
be modified and no additional backup can be created.
Backups can be created for RUNNING
, HEALTHY
and UNHEALTHY
servers.
This operation is asnychronous.
By default 50 manual backups can be created.
A LimitExceededException
is thrown then the maximum number of manual backup is reached. A
InvalidStateException
is thrown when the server is not in any of RUNNING, HEALTHY, 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 BACKING_UP
, the server can not
be modified and no additional backup can be created.
Backups can be created for RUNNING
, HEALTHY
and UNHEALTHY
servers.
This operation is asnychronous.
By default 50 manual backups can be created.
A LimitExceededException
is thrown then the maximum number of manual backup is reached. A
InvalidStateException
is thrown when the server is not in any of RUNNING, HEALTHY, 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 can be used once it has reached the HEALTHY
state.
This operation is asnychronous.
A LimitExceededException
is thrown then the maximum number of server backup is reached. A
ResourceAlreadyExistsException
is raise when a server with the same name already exists in the
account. A ResourceNotFoundException
is thrown when a backupId is passed, but the backup does not
exist. A ValidationException
is thrown when parameters of the request are not valid.
By default 10 servers can be created. A LimitExceededException
is raised when the limit is exceeded.
When no security groups are provided by using SecurityGroupIds
, AWS OpsWorks creates a new security
group. This security group opens the Chef server to the world on TCP port 443. If a KeyName is present, SSH
access is enabled. 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 can be used once it has reached the HEALTHY
state.
This operation is asnychronous.
A LimitExceededException
is thrown then the maximum number of server backup is reached. A
ResourceAlreadyExistsException
is raise when a server with the same name already exists in the
account. A ResourceNotFoundException
is thrown when a backupId is passed, but the backup does not
exist. A ValidationException
is thrown when parameters of the request are not valid.
By default 10 servers can be created. A LimitExceededException
is raised when the limit is exceeded.
When no security groups are provided by using SecurityGroupIds
, AWS OpsWorks creates a new security
group. This security group opens the Chef server to the world on TCP port 443. If a KeyName is present, SSH
access is enabled. 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.
A InvalidStateException
is thrown then a backup is already deleting. 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.
A InvalidStateException
is thrown then a backup is already deleting. 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). The server
status updated to DELETING
. Once the server is successfully deleted, it will no longer be returned
by DescribeServer
requests. If the AWS CloudFormation stack cannot be deleted, the server cannot be
deleted.
This operation is asynchronous.
A InvalidStateException
is thrown then a server is already deleting. A
ResourceNotFoundException
is thrown when the server does not exist. A
ValidationException
is raised when parameters of the request are invalid.
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). The server
status updated to DELETING
. Once the server is successfully deleted, it will no longer be returned
by DescribeServer
requests. If the AWS CloudFormation stack cannot be deleted, the server cannot be
deleted.
This operation is asynchronous.
A InvalidStateException
is thrown then a server is already deleting. A
ResourceNotFoundException
is thrown when the server does not exist. A
ValidationException
is raised when parameters of the request are invalid.
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 invalid.
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 invalid.
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 invalid.
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 invalid.
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)
describeNodeAssociationStatusAsync
in interface AWSOpsWorksCMAsync
public Future<DescribeNodeAssociationStatusResult> describeNodeAssociationStatusAsync(DescribeNodeAssociationStatusRequest request, AsyncHandler<DescribeNodeAssociationStatusRequest,DescribeNodeAssociationStatusResult> asyncHandler)
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 invalid.
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 invalid.
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)
disassociateNodeAsync
in interface AWSOpsWorksCMAsync
public Future<DisassociateNodeResult> disassociateNodeAsync(DisassociateNodeRequest request, AsyncHandler<DisassociateNodeRequest,DisassociateNodeResult> asyncHandler)
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 RUNNING
, FAILED
, or HEALTHY
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 all of the server's client
devices should continue to work.
This operation is asynchronous.
A 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 invalid.
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 RUNNING
, FAILED
, or HEALTHY
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 all of the server's client
devices should continue to work.
This operation is asynchronous.
A 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 invalid.
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 will switch to
UNDER_MAINTENANCE
state, while maintenace is in progress.
Maintenace can only be started for HEALTHY
and UNHEALTHY
servers. A
InvalidStateException
is thrown otherwise. A ResourceNotFoundException
is thrown when
the server does not exist. A ValidationException
is raised when parameters of the request are
invalid.
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 will switch to
UNDER_MAINTENANCE
state, while maintenace is in progress.
Maintenace can only be started for HEALTHY
and UNHEALTHY
servers. A
InvalidStateException
is thrown otherwise. A ResourceNotFoundException
is thrown when
the server does not exist. A ValidationException
is raised when parameters of the request are
invalid.
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. Server will enter the MODIFYING
state when
this operation is in progress. Only one update can take place at a time.
This operation can be use to reset Chef Server main API key (CHEF_PIVOTAL_KEY
).
This operation is asynchronous.
This operation can only be called for HEALTHY
and UNHEALTHY
servers. Otherwise a
InvalidStateException
is raised. A ResourceNotFoundException
is thrown when the server
does not exist. A ValidationException
is raised when parameters of the request are invalid.
updateServerEngineAttributesAsync
in interface AWSOpsWorksCMAsync
public Future<UpdateServerEngineAttributesResult> updateServerEngineAttributesAsync(UpdateServerEngineAttributesRequest request, AsyncHandler<UpdateServerEngineAttributesRequest,UpdateServerEngineAttributesResult> asyncHandler)
AWSOpsWorksCMAsync
Updates engine specific attributes on a specified server. Server will enter the MODIFYING
state when
this operation is in progress. Only one update can take place at a time.
This operation can be use to reset Chef Server main API key (CHEF_PIVOTAL_KEY
).
This operation is asynchronous.
This operation can only be called for HEALTHY
and UNHEALTHY
servers. Otherwise a
InvalidStateException
is raised. A ResourceNotFoundException
is thrown when the server
does not exist. A ValidationException
is raised when parameters of the request are invalid.
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.public void shutdown()
getExecutorService().shutdown()
followed by getExecutorService().awaitTermination()
prior to
calling this method.shutdown
in interface AWSOpsWorksCM
shutdown
in class AmazonWebServiceClient
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.