@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSServerMigrationAsync extends AbstractAWSServerMigration implements AWSServerMigrationAsync
AWSServerMigrationAsync. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler, which throws an
UnsupportedOperationException.ENDPOINT_PREFIXcreateApp, createReplicationJob, deleteApp, deleteAppLaunchConfiguration, deleteAppReplicationConfiguration, deleteReplicationJob, deleteServerCatalog, disassociateConnector, generateChangeSet, generateTemplate, getApp, getAppLaunchConfiguration, getAppReplicationConfiguration, getCachedResponseMetadata, getConnectors, getReplicationJobs, getReplicationRuns, getServers, importServerCatalog, launchApp, listApps, putAppLaunchConfiguration, putAppReplicationConfiguration, setEndpoint, setRegion, shutdown, startAppReplication, startOnDemandReplicationRun, stopAppReplication, terminateApp, updateApp, updateReplicationJobequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateApp, createReplicationJob, deleteApp, deleteAppLaunchConfiguration, deleteAppReplicationConfiguration, deleteReplicationJob, deleteServerCatalog, disassociateConnector, generateChangeSet, generateTemplate, getApp, getAppLaunchConfiguration, getAppReplicationConfiguration, getCachedResponseMetadata, getConnectors, getReplicationJobs, getReplicationRuns, getServers, importServerCatalog, launchApp, listApps, putAppLaunchConfiguration, putAppReplicationConfiguration, setEndpoint, setRegion, shutdown, startAppReplication, startOnDemandReplicationRun, stopAppReplication, terminateApp, updateApp, updateReplicationJobpublic Future<CreateAppResult> createAppAsync(CreateAppRequest request)
AWSServerMigrationAsyncCreates an application. An application consists of one or more server groups. Each server group contain one or more servers.
createAppAsync in interface AWSServerMigrationAsyncpublic Future<CreateAppResult> createAppAsync(CreateAppRequest request, AsyncHandler<CreateAppRequest,CreateAppResult> asyncHandler)
AWSServerMigrationAsyncCreates an application. An application consists of one or more server groups. Each server group contain one or more servers.
createAppAsync in interface AWSServerMigrationAsyncasyncHandler - 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<CreateReplicationJobResult> createReplicationJobAsync(CreateReplicationJobRequest request)
AWSServerMigrationAsyncCreates a replication job. The replication job schedules periodic replication runs to replicate your server to AWS. Each replication run creates an Amazon Machine Image (AMI).
createReplicationJobAsync in interface AWSServerMigrationAsyncpublic Future<CreateReplicationJobResult> createReplicationJobAsync(CreateReplicationJobRequest request, AsyncHandler<CreateReplicationJobRequest,CreateReplicationJobResult> asyncHandler)
AWSServerMigrationAsyncCreates a replication job. The replication job schedules periodic replication runs to replicate your server to AWS. Each replication run creates an Amazon Machine Image (AMI).
createReplicationJobAsync in interface AWSServerMigrationAsyncasyncHandler - 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<DeleteAppResult> deleteAppAsync(DeleteAppRequest request)
AWSServerMigrationAsyncDeletes an existing application. Optionally deletes the launched stack associated with the application and all AWS SMS replication jobs for servers in the application.
deleteAppAsync in interface AWSServerMigrationAsyncpublic Future<DeleteAppResult> deleteAppAsync(DeleteAppRequest request, AsyncHandler<DeleteAppRequest,DeleteAppResult> asyncHandler)
AWSServerMigrationAsyncDeletes an existing application. Optionally deletes the launched stack associated with the application and all AWS SMS replication jobs for servers in the application.
deleteAppAsync in interface AWSServerMigrationAsyncasyncHandler - 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<DeleteAppLaunchConfigurationResult> deleteAppLaunchConfigurationAsync(DeleteAppLaunchConfigurationRequest request)
AWSServerMigrationAsyncDeletes existing launch configuration for an application.
deleteAppLaunchConfigurationAsync in interface AWSServerMigrationAsyncpublic Future<DeleteAppLaunchConfigurationResult> deleteAppLaunchConfigurationAsync(DeleteAppLaunchConfigurationRequest request, AsyncHandler<DeleteAppLaunchConfigurationRequest,DeleteAppLaunchConfigurationResult> asyncHandler)
AWSServerMigrationAsyncDeletes existing launch configuration for an application.
deleteAppLaunchConfigurationAsync in interface AWSServerMigrationAsyncasyncHandler - 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<DeleteAppReplicationConfigurationResult> deleteAppReplicationConfigurationAsync(DeleteAppReplicationConfigurationRequest request)
AWSServerMigrationAsyncDeletes existing replication configuration for an application.
deleteAppReplicationConfigurationAsync in interface AWSServerMigrationAsyncpublic Future<DeleteAppReplicationConfigurationResult> deleteAppReplicationConfigurationAsync(DeleteAppReplicationConfigurationRequest request, AsyncHandler<DeleteAppReplicationConfigurationRequest,DeleteAppReplicationConfigurationResult> asyncHandler)
AWSServerMigrationAsyncDeletes existing replication configuration for an application.
deleteAppReplicationConfigurationAsync in interface AWSServerMigrationAsyncasyncHandler - 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<DeleteReplicationJobResult> deleteReplicationJobAsync(DeleteReplicationJobRequest request)
AWSServerMigrationAsyncDeletes the specified replication job.
After you delete a replication job, there are no further replication runs. AWS deletes the contents of the Amazon S3 bucket used to store AWS SMS artifacts. The AMIs created by the replication runs are not deleted.
deleteReplicationJobAsync in interface AWSServerMigrationAsyncpublic Future<DeleteReplicationJobResult> deleteReplicationJobAsync(DeleteReplicationJobRequest request, AsyncHandler<DeleteReplicationJobRequest,DeleteReplicationJobResult> asyncHandler)
AWSServerMigrationAsyncDeletes the specified replication job.
After you delete a replication job, there are no further replication runs. AWS deletes the contents of the Amazon S3 bucket used to store AWS SMS artifacts. The AMIs created by the replication runs are not deleted.
deleteReplicationJobAsync in interface AWSServerMigrationAsyncasyncHandler - 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<DeleteServerCatalogResult> deleteServerCatalogAsync(DeleteServerCatalogRequest request)
AWSServerMigrationAsyncDeletes all servers from your server catalog.
deleteServerCatalogAsync in interface AWSServerMigrationAsyncpublic Future<DeleteServerCatalogResult> deleteServerCatalogAsync(DeleteServerCatalogRequest request, AsyncHandler<DeleteServerCatalogRequest,DeleteServerCatalogResult> asyncHandler)
AWSServerMigrationAsyncDeletes all servers from your server catalog.
deleteServerCatalogAsync in interface AWSServerMigrationAsyncasyncHandler - 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<DisassociateConnectorResult> disassociateConnectorAsync(DisassociateConnectorRequest request)
AWSServerMigrationAsyncDisassociates the specified connector from AWS SMS.
After you disassociate a connector, it is no longer available to support replication jobs.
disassociateConnectorAsync in interface AWSServerMigrationAsyncpublic Future<DisassociateConnectorResult> disassociateConnectorAsync(DisassociateConnectorRequest request, AsyncHandler<DisassociateConnectorRequest,DisassociateConnectorResult> asyncHandler)
AWSServerMigrationAsyncDisassociates the specified connector from AWS SMS.
After you disassociate a connector, it is no longer available to support replication jobs.
disassociateConnectorAsync in interface AWSServerMigrationAsyncasyncHandler - 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<GenerateChangeSetResult> generateChangeSetAsync(GenerateChangeSetRequest request)
AWSServerMigrationAsyncGenerates a target change set for a currently launched stack and writes it to an Amazon S3 object in the customer’s Amazon S3 bucket.
generateChangeSetAsync in interface AWSServerMigrationAsyncpublic Future<GenerateChangeSetResult> generateChangeSetAsync(GenerateChangeSetRequest request, AsyncHandler<GenerateChangeSetRequest,GenerateChangeSetResult> asyncHandler)
AWSServerMigrationAsyncGenerates a target change set for a currently launched stack and writes it to an Amazon S3 object in the customer’s Amazon S3 bucket.
generateChangeSetAsync in interface AWSServerMigrationAsyncasyncHandler - 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<GenerateTemplateResult> generateTemplateAsync(GenerateTemplateRequest request)
AWSServerMigrationAsyncGenerates an Amazon CloudFormation template based on the current launch configuration and writes it to an Amazon S3 object in the customer’s Amazon S3 bucket.
generateTemplateAsync in interface AWSServerMigrationAsyncpublic Future<GenerateTemplateResult> generateTemplateAsync(GenerateTemplateRequest request, AsyncHandler<GenerateTemplateRequest,GenerateTemplateResult> asyncHandler)
AWSServerMigrationAsyncGenerates an Amazon CloudFormation template based on the current launch configuration and writes it to an Amazon S3 object in the customer’s Amazon S3 bucket.
generateTemplateAsync in interface AWSServerMigrationAsyncasyncHandler - 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<GetAppResult> getAppAsync(GetAppRequest request)
AWSServerMigrationAsyncRetrieve information about an application.
getAppAsync in interface AWSServerMigrationAsyncpublic Future<GetAppResult> getAppAsync(GetAppRequest request, AsyncHandler<GetAppRequest,GetAppResult> asyncHandler)
AWSServerMigrationAsyncRetrieve information about an application.
getAppAsync in interface AWSServerMigrationAsyncasyncHandler - 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<GetAppLaunchConfigurationResult> getAppLaunchConfigurationAsync(GetAppLaunchConfigurationRequest request)
AWSServerMigrationAsyncRetrieves the application launch configuration associated with an application.
getAppLaunchConfigurationAsync in interface AWSServerMigrationAsyncpublic Future<GetAppLaunchConfigurationResult> getAppLaunchConfigurationAsync(GetAppLaunchConfigurationRequest request, AsyncHandler<GetAppLaunchConfigurationRequest,GetAppLaunchConfigurationResult> asyncHandler)
AWSServerMigrationAsyncRetrieves the application launch configuration associated with an application.
getAppLaunchConfigurationAsync in interface AWSServerMigrationAsyncasyncHandler - 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<GetAppReplicationConfigurationResult> getAppReplicationConfigurationAsync(GetAppReplicationConfigurationRequest request)
AWSServerMigrationAsyncRetrieves an application replication configuration associatd with an application.
getAppReplicationConfigurationAsync in interface AWSServerMigrationAsyncpublic Future<GetAppReplicationConfigurationResult> getAppReplicationConfigurationAsync(GetAppReplicationConfigurationRequest request, AsyncHandler<GetAppReplicationConfigurationRequest,GetAppReplicationConfigurationResult> asyncHandler)
AWSServerMigrationAsyncRetrieves an application replication configuration associatd with an application.
getAppReplicationConfigurationAsync in interface AWSServerMigrationAsyncasyncHandler - 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<GetConnectorsResult> getConnectorsAsync(GetConnectorsRequest request)
AWSServerMigrationAsyncDescribes the connectors registered with the AWS SMS.
getConnectorsAsync in interface AWSServerMigrationAsyncpublic Future<GetConnectorsResult> getConnectorsAsync(GetConnectorsRequest request, AsyncHandler<GetConnectorsRequest,GetConnectorsResult> asyncHandler)
AWSServerMigrationAsyncDescribes the connectors registered with the AWS SMS.
getConnectorsAsync in interface AWSServerMigrationAsyncasyncHandler - 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<GetReplicationJobsResult> getReplicationJobsAsync(GetReplicationJobsRequest request)
AWSServerMigrationAsyncDescribes the specified replication job or all of your replication jobs.
getReplicationJobsAsync in interface AWSServerMigrationAsyncpublic Future<GetReplicationJobsResult> getReplicationJobsAsync(GetReplicationJobsRequest request, AsyncHandler<GetReplicationJobsRequest,GetReplicationJobsResult> asyncHandler)
AWSServerMigrationAsyncDescribes the specified replication job or all of your replication jobs.
getReplicationJobsAsync in interface AWSServerMigrationAsyncasyncHandler - 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<GetReplicationRunsResult> getReplicationRunsAsync(GetReplicationRunsRequest request)
AWSServerMigrationAsyncDescribes the replication runs for the specified replication job.
getReplicationRunsAsync in interface AWSServerMigrationAsyncpublic Future<GetReplicationRunsResult> getReplicationRunsAsync(GetReplicationRunsRequest request, AsyncHandler<GetReplicationRunsRequest,GetReplicationRunsResult> asyncHandler)
AWSServerMigrationAsyncDescribes the replication runs for the specified replication job.
getReplicationRunsAsync in interface AWSServerMigrationAsyncasyncHandler - 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<GetServersResult> getServersAsync(GetServersRequest request)
AWSServerMigrationAsyncDescribes the servers in your server catalog.
Before you can describe your servers, you must import them using ImportServerCatalog.
getServersAsync in interface AWSServerMigrationAsyncpublic Future<GetServersResult> getServersAsync(GetServersRequest request, AsyncHandler<GetServersRequest,GetServersResult> asyncHandler)
AWSServerMigrationAsyncDescribes the servers in your server catalog.
Before you can describe your servers, you must import them using ImportServerCatalog.
getServersAsync in interface AWSServerMigrationAsyncasyncHandler - 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<ImportServerCatalogResult> importServerCatalogAsync(ImportServerCatalogRequest request)
AWSServerMigrationAsyncGathers a complete list of on-premises servers. Connectors must be installed and monitoring all servers that you want to import.
This call returns immediately, but might take additional time to retrieve all the servers.
importServerCatalogAsync in interface AWSServerMigrationAsyncpublic Future<ImportServerCatalogResult> importServerCatalogAsync(ImportServerCatalogRequest request, AsyncHandler<ImportServerCatalogRequest,ImportServerCatalogResult> asyncHandler)
AWSServerMigrationAsyncGathers a complete list of on-premises servers. Connectors must be installed and monitoring all servers that you want to import.
This call returns immediately, but might take additional time to retrieve all the servers.
importServerCatalogAsync in interface AWSServerMigrationAsyncasyncHandler - 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<LaunchAppResult> launchAppAsync(LaunchAppRequest request)
AWSServerMigrationAsyncLaunches an application stack.
launchAppAsync in interface AWSServerMigrationAsyncpublic Future<LaunchAppResult> launchAppAsync(LaunchAppRequest request, AsyncHandler<LaunchAppRequest,LaunchAppResult> asyncHandler)
AWSServerMigrationAsyncLaunches an application stack.
launchAppAsync in interface AWSServerMigrationAsyncasyncHandler - 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<ListAppsResult> listAppsAsync(ListAppsRequest request)
AWSServerMigrationAsyncReturns a list of summaries for all applications.
listAppsAsync in interface AWSServerMigrationAsyncpublic Future<ListAppsResult> listAppsAsync(ListAppsRequest request, AsyncHandler<ListAppsRequest,ListAppsResult> asyncHandler)
AWSServerMigrationAsyncReturns a list of summaries for all applications.
listAppsAsync in interface AWSServerMigrationAsyncasyncHandler - 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<PutAppLaunchConfigurationResult> putAppLaunchConfigurationAsync(PutAppLaunchConfigurationRequest request)
AWSServerMigrationAsyncCreates a launch configuration for an application.
putAppLaunchConfigurationAsync in interface AWSServerMigrationAsyncpublic Future<PutAppLaunchConfigurationResult> putAppLaunchConfigurationAsync(PutAppLaunchConfigurationRequest request, AsyncHandler<PutAppLaunchConfigurationRequest,PutAppLaunchConfigurationResult> asyncHandler)
AWSServerMigrationAsyncCreates a launch configuration for an application.
putAppLaunchConfigurationAsync in interface AWSServerMigrationAsyncasyncHandler - 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<PutAppReplicationConfigurationResult> putAppReplicationConfigurationAsync(PutAppReplicationConfigurationRequest request)
AWSServerMigrationAsyncCreates or updates a replication configuration for an application.
putAppReplicationConfigurationAsync in interface AWSServerMigrationAsyncpublic Future<PutAppReplicationConfigurationResult> putAppReplicationConfigurationAsync(PutAppReplicationConfigurationRequest request, AsyncHandler<PutAppReplicationConfigurationRequest,PutAppReplicationConfigurationResult> asyncHandler)
AWSServerMigrationAsyncCreates or updates a replication configuration for an application.
putAppReplicationConfigurationAsync in interface AWSServerMigrationAsyncasyncHandler - 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<StartAppReplicationResult> startAppReplicationAsync(StartAppReplicationRequest request)
AWSServerMigrationAsyncStarts replicating an application.
startAppReplicationAsync in interface AWSServerMigrationAsyncpublic Future<StartAppReplicationResult> startAppReplicationAsync(StartAppReplicationRequest request, AsyncHandler<StartAppReplicationRequest,StartAppReplicationResult> asyncHandler)
AWSServerMigrationAsyncStarts replicating an application.
startAppReplicationAsync in interface AWSServerMigrationAsyncasyncHandler - 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<StartOnDemandReplicationRunResult> startOnDemandReplicationRunAsync(StartOnDemandReplicationRunRequest request)
AWSServerMigrationAsyncStarts an on-demand replication run for the specified replication job. This replication run starts immediately. This replication run is in addition to the ones already scheduled.
There is a limit on the number of on-demand replications runs you can request in a 24-hour period.
startOnDemandReplicationRunAsync in interface AWSServerMigrationAsyncpublic Future<StartOnDemandReplicationRunResult> startOnDemandReplicationRunAsync(StartOnDemandReplicationRunRequest request, AsyncHandler<StartOnDemandReplicationRunRequest,StartOnDemandReplicationRunResult> asyncHandler)
AWSServerMigrationAsyncStarts an on-demand replication run for the specified replication job. This replication run starts immediately. This replication run is in addition to the ones already scheduled.
There is a limit on the number of on-demand replications runs you can request in a 24-hour period.
startOnDemandReplicationRunAsync in interface AWSServerMigrationAsyncasyncHandler - 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<StopAppReplicationResult> stopAppReplicationAsync(StopAppReplicationRequest request)
AWSServerMigrationAsyncStops replicating an application.
stopAppReplicationAsync in interface AWSServerMigrationAsyncpublic Future<StopAppReplicationResult> stopAppReplicationAsync(StopAppReplicationRequest request, AsyncHandler<StopAppReplicationRequest,StopAppReplicationResult> asyncHandler)
AWSServerMigrationAsyncStops replicating an application.
stopAppReplicationAsync in interface AWSServerMigrationAsyncasyncHandler - 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<TerminateAppResult> terminateAppAsync(TerminateAppRequest request)
AWSServerMigrationAsyncTerminates the stack for an application.
terminateAppAsync in interface AWSServerMigrationAsyncpublic Future<TerminateAppResult> terminateAppAsync(TerminateAppRequest request, AsyncHandler<TerminateAppRequest,TerminateAppResult> asyncHandler)
AWSServerMigrationAsyncTerminates the stack for an application.
terminateAppAsync in interface AWSServerMigrationAsyncasyncHandler - 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<UpdateAppResult> updateAppAsync(UpdateAppRequest request)
AWSServerMigrationAsyncUpdates an application.
updateAppAsync in interface AWSServerMigrationAsyncpublic Future<UpdateAppResult> updateAppAsync(UpdateAppRequest request, AsyncHandler<UpdateAppRequest,UpdateAppResult> asyncHandler)
AWSServerMigrationAsyncUpdates an application.
updateAppAsync in interface AWSServerMigrationAsyncasyncHandler - 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<UpdateReplicationJobResult> updateReplicationJobAsync(UpdateReplicationJobRequest request)
AWSServerMigrationAsyncUpdates the specified settings for the specified replication job.
updateReplicationJobAsync in interface AWSServerMigrationAsyncpublic Future<UpdateReplicationJobResult> updateReplicationJobAsync(UpdateReplicationJobRequest request, AsyncHandler<UpdateReplicationJobRequest,UpdateReplicationJobResult> asyncHandler)
AWSServerMigrationAsyncUpdates the specified settings for the specified replication job.
updateReplicationJobAsync in interface AWSServerMigrationAsyncasyncHandler - 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.