@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSServerMigrationAsync extends AWSServerMigration
AsyncHandler
can be used to receive notification when
an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSServerMigrationAsync
instead.
This is the AWS Sever Migration Service API Reference. It provides descriptions, syntax, and usage examples for each of the actions and data types for the AWS Sever Migration Service (AWS SMS). The topic for each action shows the Query API request parameters and the XML response. You can also view the XML request elements in the WSDL.
Alternatively, you can use one of the AWS SDKs to access an API that's tailored to the programming language or platform that you're using. For more information, see AWS SDKs.
To learn more about the Server Migration Service, see the following resources:
ENDPOINT_PREFIX
createApp, 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, updateReplicationJob
Future<CreateAppResult> createAppAsync(CreateAppRequest createAppRequest)
Creates an application. An application consists of one or more server groups. Each server group contain one or more servers.
createAppRequest
- Future<CreateAppResult> createAppAsync(CreateAppRequest createAppRequest, AsyncHandler<CreateAppRequest,CreateAppResult> asyncHandler)
Creates an application. An application consists of one or more server groups. Each server group contain one or more servers.
createAppRequest
- 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.Future<CreateReplicationJobResult> createReplicationJobAsync(CreateReplicationJobRequest createReplicationJobRequest)
Creates 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).
createReplicationJobRequest
- Future<CreateReplicationJobResult> createReplicationJobAsync(CreateReplicationJobRequest createReplicationJobRequest, AsyncHandler<CreateReplicationJobRequest,CreateReplicationJobResult> asyncHandler)
Creates 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).
createReplicationJobRequest
- 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.Future<DeleteAppResult> deleteAppAsync(DeleteAppRequest deleteAppRequest)
Deletes an existing application. Optionally deletes the launched stack associated with the application and all AWS SMS replication jobs for servers in the application.
deleteAppRequest
- Future<DeleteAppResult> deleteAppAsync(DeleteAppRequest deleteAppRequest, AsyncHandler<DeleteAppRequest,DeleteAppResult> asyncHandler)
Deletes an existing application. Optionally deletes the launched stack associated with the application and all AWS SMS replication jobs for servers in the application.
deleteAppRequest
- 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.Future<DeleteAppLaunchConfigurationResult> deleteAppLaunchConfigurationAsync(DeleteAppLaunchConfigurationRequest deleteAppLaunchConfigurationRequest)
Deletes existing launch configuration for an application.
deleteAppLaunchConfigurationRequest
- Future<DeleteAppLaunchConfigurationResult> deleteAppLaunchConfigurationAsync(DeleteAppLaunchConfigurationRequest deleteAppLaunchConfigurationRequest, AsyncHandler<DeleteAppLaunchConfigurationRequest,DeleteAppLaunchConfigurationResult> asyncHandler)
Deletes existing launch configuration for an application.
deleteAppLaunchConfigurationRequest
- 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.Future<DeleteAppReplicationConfigurationResult> deleteAppReplicationConfigurationAsync(DeleteAppReplicationConfigurationRequest deleteAppReplicationConfigurationRequest)
Deletes existing replication configuration for an application.
deleteAppReplicationConfigurationRequest
- Future<DeleteAppReplicationConfigurationResult> deleteAppReplicationConfigurationAsync(DeleteAppReplicationConfigurationRequest deleteAppReplicationConfigurationRequest, AsyncHandler<DeleteAppReplicationConfigurationRequest,DeleteAppReplicationConfigurationResult> asyncHandler)
Deletes existing replication configuration for an application.
deleteAppReplicationConfigurationRequest
- 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.Future<DeleteReplicationJobResult> deleteReplicationJobAsync(DeleteReplicationJobRequest deleteReplicationJobRequest)
Deletes 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.
deleteReplicationJobRequest
- Future<DeleteReplicationJobResult> deleteReplicationJobAsync(DeleteReplicationJobRequest deleteReplicationJobRequest, AsyncHandler<DeleteReplicationJobRequest,DeleteReplicationJobResult> asyncHandler)
Deletes 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.
deleteReplicationJobRequest
- 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.Future<DeleteServerCatalogResult> deleteServerCatalogAsync(DeleteServerCatalogRequest deleteServerCatalogRequest)
Deletes all servers from your server catalog.
deleteServerCatalogRequest
- Future<DeleteServerCatalogResult> deleteServerCatalogAsync(DeleteServerCatalogRequest deleteServerCatalogRequest, AsyncHandler<DeleteServerCatalogRequest,DeleteServerCatalogResult> asyncHandler)
Deletes all servers from your server catalog.
deleteServerCatalogRequest
- 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.Future<DisassociateConnectorResult> disassociateConnectorAsync(DisassociateConnectorRequest disassociateConnectorRequest)
Disassociates the specified connector from AWS SMS.
After you disassociate a connector, it is no longer available to support replication jobs.
disassociateConnectorRequest
- Future<DisassociateConnectorResult> disassociateConnectorAsync(DisassociateConnectorRequest disassociateConnectorRequest, AsyncHandler<DisassociateConnectorRequest,DisassociateConnectorResult> asyncHandler)
Disassociates the specified connector from AWS SMS.
After you disassociate a connector, it is no longer available to support replication jobs.
disassociateConnectorRequest
- 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.Future<GenerateChangeSetResult> generateChangeSetAsync(GenerateChangeSetRequest generateChangeSetRequest)
Generates a target change set for a currently launched stack and writes it to an Amazon S3 object in the customer’s Amazon S3 bucket.
generateChangeSetRequest
- Future<GenerateChangeSetResult> generateChangeSetAsync(GenerateChangeSetRequest generateChangeSetRequest, AsyncHandler<GenerateChangeSetRequest,GenerateChangeSetResult> asyncHandler)
Generates a target change set for a currently launched stack and writes it to an Amazon S3 object in the customer’s Amazon S3 bucket.
generateChangeSetRequest
- 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.Future<GenerateTemplateResult> generateTemplateAsync(GenerateTemplateRequest generateTemplateRequest)
Generates 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.
generateTemplateRequest
- Future<GenerateTemplateResult> generateTemplateAsync(GenerateTemplateRequest generateTemplateRequest, AsyncHandler<GenerateTemplateRequest,GenerateTemplateResult> asyncHandler)
Generates 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.
generateTemplateRequest
- 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.Future<GetAppResult> getAppAsync(GetAppRequest getAppRequest)
Retrieve information about an application.
getAppRequest
- Future<GetAppResult> getAppAsync(GetAppRequest getAppRequest, AsyncHandler<GetAppRequest,GetAppResult> asyncHandler)
Retrieve information about an application.
getAppRequest
- 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.Future<GetAppLaunchConfigurationResult> getAppLaunchConfigurationAsync(GetAppLaunchConfigurationRequest getAppLaunchConfigurationRequest)
Retrieves the application launch configuration associated with an application.
getAppLaunchConfigurationRequest
- Future<GetAppLaunchConfigurationResult> getAppLaunchConfigurationAsync(GetAppLaunchConfigurationRequest getAppLaunchConfigurationRequest, AsyncHandler<GetAppLaunchConfigurationRequest,GetAppLaunchConfigurationResult> asyncHandler)
Retrieves the application launch configuration associated with an application.
getAppLaunchConfigurationRequest
- 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.Future<GetAppReplicationConfigurationResult> getAppReplicationConfigurationAsync(GetAppReplicationConfigurationRequest getAppReplicationConfigurationRequest)
Retrieves an application replication configuration associatd with an application.
getAppReplicationConfigurationRequest
- Future<GetAppReplicationConfigurationResult> getAppReplicationConfigurationAsync(GetAppReplicationConfigurationRequest getAppReplicationConfigurationRequest, AsyncHandler<GetAppReplicationConfigurationRequest,GetAppReplicationConfigurationResult> asyncHandler)
Retrieves an application replication configuration associatd with an application.
getAppReplicationConfigurationRequest
- 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.Future<GetConnectorsResult> getConnectorsAsync(GetConnectorsRequest getConnectorsRequest)
Describes the connectors registered with the AWS SMS.
getConnectorsRequest
- Future<GetConnectorsResult> getConnectorsAsync(GetConnectorsRequest getConnectorsRequest, AsyncHandler<GetConnectorsRequest,GetConnectorsResult> asyncHandler)
Describes the connectors registered with the AWS SMS.
getConnectorsRequest
- 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.Future<GetReplicationJobsResult> getReplicationJobsAsync(GetReplicationJobsRequest getReplicationJobsRequest)
Describes the specified replication job or all of your replication jobs.
getReplicationJobsRequest
- Future<GetReplicationJobsResult> getReplicationJobsAsync(GetReplicationJobsRequest getReplicationJobsRequest, AsyncHandler<GetReplicationJobsRequest,GetReplicationJobsResult> asyncHandler)
Describes the specified replication job or all of your replication jobs.
getReplicationJobsRequest
- 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.Future<GetReplicationRunsResult> getReplicationRunsAsync(GetReplicationRunsRequest getReplicationRunsRequest)
Describes the replication runs for the specified replication job.
getReplicationRunsRequest
- Future<GetReplicationRunsResult> getReplicationRunsAsync(GetReplicationRunsRequest getReplicationRunsRequest, AsyncHandler<GetReplicationRunsRequest,GetReplicationRunsResult> asyncHandler)
Describes the replication runs for the specified replication job.
getReplicationRunsRequest
- 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.Future<GetServersResult> getServersAsync(GetServersRequest getServersRequest)
Describes the servers in your server catalog.
Before you can describe your servers, you must import them using ImportServerCatalog.
getServersRequest
- Future<GetServersResult> getServersAsync(GetServersRequest getServersRequest, AsyncHandler<GetServersRequest,GetServersResult> asyncHandler)
Describes the servers in your server catalog.
Before you can describe your servers, you must import them using ImportServerCatalog.
getServersRequest
- 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.Future<ImportServerCatalogResult> importServerCatalogAsync(ImportServerCatalogRequest importServerCatalogRequest)
Gathers 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.
importServerCatalogRequest
- Future<ImportServerCatalogResult> importServerCatalogAsync(ImportServerCatalogRequest importServerCatalogRequest, AsyncHandler<ImportServerCatalogRequest,ImportServerCatalogResult> asyncHandler)
Gathers 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.
importServerCatalogRequest
- 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.Future<LaunchAppResult> launchAppAsync(LaunchAppRequest launchAppRequest)
Launches an application stack.
launchAppRequest
- Future<LaunchAppResult> launchAppAsync(LaunchAppRequest launchAppRequest, AsyncHandler<LaunchAppRequest,LaunchAppResult> asyncHandler)
Launches an application stack.
launchAppRequest
- 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.Future<ListAppsResult> listAppsAsync(ListAppsRequest listAppsRequest)
Returns a list of summaries for all applications.
listAppsRequest
- Future<ListAppsResult> listAppsAsync(ListAppsRequest listAppsRequest, AsyncHandler<ListAppsRequest,ListAppsResult> asyncHandler)
Returns a list of summaries for all applications.
listAppsRequest
- 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.Future<PutAppLaunchConfigurationResult> putAppLaunchConfigurationAsync(PutAppLaunchConfigurationRequest putAppLaunchConfigurationRequest)
Creates a launch configuration for an application.
putAppLaunchConfigurationRequest
- Future<PutAppLaunchConfigurationResult> putAppLaunchConfigurationAsync(PutAppLaunchConfigurationRequest putAppLaunchConfigurationRequest, AsyncHandler<PutAppLaunchConfigurationRequest,PutAppLaunchConfigurationResult> asyncHandler)
Creates a launch configuration for an application.
putAppLaunchConfigurationRequest
- 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.Future<PutAppReplicationConfigurationResult> putAppReplicationConfigurationAsync(PutAppReplicationConfigurationRequest putAppReplicationConfigurationRequest)
Creates or updates a replication configuration for an application.
putAppReplicationConfigurationRequest
- Future<PutAppReplicationConfigurationResult> putAppReplicationConfigurationAsync(PutAppReplicationConfigurationRequest putAppReplicationConfigurationRequest, AsyncHandler<PutAppReplicationConfigurationRequest,PutAppReplicationConfigurationResult> asyncHandler)
Creates or updates a replication configuration for an application.
putAppReplicationConfigurationRequest
- 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.Future<StartAppReplicationResult> startAppReplicationAsync(StartAppReplicationRequest startAppReplicationRequest)
Starts replicating an application.
startAppReplicationRequest
- Future<StartAppReplicationResult> startAppReplicationAsync(StartAppReplicationRequest startAppReplicationRequest, AsyncHandler<StartAppReplicationRequest,StartAppReplicationResult> asyncHandler)
Starts replicating an application.
startAppReplicationRequest
- 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.Future<StartOnDemandReplicationRunResult> startOnDemandReplicationRunAsync(StartOnDemandReplicationRunRequest startOnDemandReplicationRunRequest)
Starts 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.
startOnDemandReplicationRunRequest
- Future<StartOnDemandReplicationRunResult> startOnDemandReplicationRunAsync(StartOnDemandReplicationRunRequest startOnDemandReplicationRunRequest, AsyncHandler<StartOnDemandReplicationRunRequest,StartOnDemandReplicationRunResult> asyncHandler)
Starts 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.
startOnDemandReplicationRunRequest
- 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.Future<StopAppReplicationResult> stopAppReplicationAsync(StopAppReplicationRequest stopAppReplicationRequest)
Stops replicating an application.
stopAppReplicationRequest
- Future<StopAppReplicationResult> stopAppReplicationAsync(StopAppReplicationRequest stopAppReplicationRequest, AsyncHandler<StopAppReplicationRequest,StopAppReplicationResult> asyncHandler)
Stops replicating an application.
stopAppReplicationRequest
- 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.Future<TerminateAppResult> terminateAppAsync(TerminateAppRequest terminateAppRequest)
Terminates the stack for an application.
terminateAppRequest
- Future<TerminateAppResult> terminateAppAsync(TerminateAppRequest terminateAppRequest, AsyncHandler<TerminateAppRequest,TerminateAppResult> asyncHandler)
Terminates the stack for an application.
terminateAppRequest
- 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.Future<UpdateAppResult> updateAppAsync(UpdateAppRequest updateAppRequest)
Updates an application.
updateAppRequest
- Future<UpdateAppResult> updateAppAsync(UpdateAppRequest updateAppRequest, AsyncHandler<UpdateAppRequest,UpdateAppResult> asyncHandler)
Updates an application.
updateAppRequest
- 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.Future<UpdateReplicationJobResult> updateReplicationJobAsync(UpdateReplicationJobRequest updateReplicationJobRequest)
Updates the specified settings for the specified replication job.
updateReplicationJobRequest
- Future<UpdateReplicationJobResult> updateReplicationJobAsync(UpdateReplicationJobRequest updateReplicationJobRequest, AsyncHandler<UpdateReplicationJobRequest,UpdateReplicationJobResult> asyncHandler)
Updates the specified settings for the specified replication job.
updateReplicationJobRequest
- 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.