@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSmgn extends Object implements AWSmgn
AWSmgn. Convenient method forms pass through to the corresponding overload that
takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIXpublic ArchiveApplicationResult archiveApplication(ArchiveApplicationRequest request)
AWSmgnArchive application.
archiveApplication in interface AWSmgnpublic ArchiveWaveResult archiveWave(ArchiveWaveRequest request)
AWSmgnArchive wave.
archiveWave in interface AWSmgnpublic AssociateApplicationsResult associateApplications(AssociateApplicationsRequest request)
AWSmgnAssociate applications to wave.
associateApplications in interface AWSmgnpublic AssociateSourceServersResult associateSourceServers(AssociateSourceServersRequest request)
AWSmgnAssociate source servers to application.
associateSourceServers in interface AWSmgnpublic ChangeServerLifeCycleStateResult changeServerLifeCycleState(ChangeServerLifeCycleStateRequest request)
AWSmgnAllows the user to set the SourceServer.LifeCycle.state property for specific Source Server IDs to one of the following: READY_FOR_TEST or READY_FOR_CUTOVER. This command only works if the Source Server is already launchable (dataReplicationInfo.lagDuration is not null.)
changeServerLifeCycleState in interface AWSmgnpublic CreateApplicationResult createApplication(CreateApplicationRequest request)
AWSmgnCreate application.
createApplication in interface AWSmgnpublic CreateConnectorResult createConnector(CreateConnectorRequest request)
AWSmgnCreate Connector.
createConnector in interface AWSmgnpublic CreateLaunchConfigurationTemplateResult createLaunchConfigurationTemplate(CreateLaunchConfigurationTemplateRequest request)
AWSmgnCreates a new Launch Configuration Template.
createLaunchConfigurationTemplate in interface AWSmgnpublic CreateReplicationConfigurationTemplateResult createReplicationConfigurationTemplate(CreateReplicationConfigurationTemplateRequest request)
AWSmgnCreates a new ReplicationConfigurationTemplate.
createReplicationConfigurationTemplate in interface AWSmgnpublic CreateWaveResult createWave(CreateWaveRequest request)
AWSmgnCreate wave.
createWave in interface AWSmgnpublic DeleteApplicationResult deleteApplication(DeleteApplicationRequest request)
AWSmgnDelete application.
deleteApplication in interface AWSmgnpublic DeleteConnectorResult deleteConnector(DeleteConnectorRequest request)
AWSmgnDelete Connector.
deleteConnector in interface AWSmgnpublic DeleteJobResult deleteJob(DeleteJobRequest request)
AWSmgnDeletes a single Job by ID.
deleteJob in interface AWSmgnpublic DeleteLaunchConfigurationTemplateResult deleteLaunchConfigurationTemplate(DeleteLaunchConfigurationTemplateRequest request)
AWSmgnDeletes a single Launch Configuration Template by ID.
deleteLaunchConfigurationTemplate in interface AWSmgnpublic DeleteReplicationConfigurationTemplateResult deleteReplicationConfigurationTemplate(DeleteReplicationConfigurationTemplateRequest request)
AWSmgnDeletes a single Replication Configuration Template by ID
deleteReplicationConfigurationTemplate in interface AWSmgnpublic DeleteSourceServerResult deleteSourceServer(DeleteSourceServerRequest request)
AWSmgnDeletes a single source server by ID.
deleteSourceServer in interface AWSmgnpublic DeleteVcenterClientResult deleteVcenterClient(DeleteVcenterClientRequest request)
AWSmgnDeletes a given vCenter client by ID.
deleteVcenterClient in interface AWSmgnpublic DeleteWaveResult deleteWave(DeleteWaveRequest request)
AWSmgnDelete wave.
deleteWave in interface AWSmgnpublic DescribeJobLogItemsResult describeJobLogItems(DescribeJobLogItemsRequest request)
AWSmgnRetrieves detailed job log items with paging.
describeJobLogItems in interface AWSmgnpublic DescribeJobsResult describeJobs(DescribeJobsRequest request)
AWSmgnReturns a list of Jobs. Use the JobsID and fromDate and toData filters to limit which jobs are returned. The response is sorted by creationDataTime - latest date first. Jobs are normally created by the StartTest, StartCutover, and TerminateTargetInstances APIs. Jobs are also created by DiagnosticLaunch and TerminateDiagnosticInstances, which are APIs available only to *Support* and only used in response to relevant support tickets.
describeJobs in interface AWSmgnpublic DescribeLaunchConfigurationTemplatesResult describeLaunchConfigurationTemplates(DescribeLaunchConfigurationTemplatesRequest request)
AWSmgnLists all Launch Configuration Templates, filtered by Launch Configuration Template IDs
describeLaunchConfigurationTemplates in interface AWSmgnpublic DescribeReplicationConfigurationTemplatesResult describeReplicationConfigurationTemplates(DescribeReplicationConfigurationTemplatesRequest request)
AWSmgnLists all ReplicationConfigurationTemplates, filtered by Source Server IDs.
describeReplicationConfigurationTemplates in interface AWSmgnpublic DescribeSourceServersResult describeSourceServers(DescribeSourceServersRequest request)
AWSmgnRetrieves all SourceServers or multiple SourceServers by ID.
describeSourceServers in interface AWSmgnpublic DescribeVcenterClientsResult describeVcenterClients(DescribeVcenterClientsRequest request)
AWSmgnReturns a list of the installed vCenter clients.
describeVcenterClients in interface AWSmgnpublic DisassociateApplicationsResult disassociateApplications(DisassociateApplicationsRequest request)
AWSmgnDisassociate applications from wave.
disassociateApplications in interface AWSmgnpublic DisassociateSourceServersResult disassociateSourceServers(DisassociateSourceServersRequest request)
AWSmgnDisassociate source servers from application.
disassociateSourceServers in interface AWSmgnpublic DisconnectFromServiceResult disconnectFromService(DisconnectFromServiceRequest request)
AWSmgnDisconnects specific Source Servers from Application Migration Service. Data replication is stopped immediately. All AWS resources created by Application Migration Service for enabling the replication of these source servers will be terminated / deleted within 90 minutes. Launched Test or Cutover instances will NOT be terminated. If the agent on the source server has not been prevented from communicating with the Application Migration Service service, then it will receive a command to uninstall itself (within approximately 10 minutes). The following properties of the SourceServer will be changed immediately: dataReplicationInfo.dataReplicationState will be set to DISCONNECTED; The totalStorageBytes property for each of dataReplicationInfo.replicatedDisks will be set to zero; dataReplicationInfo.lagDuration and dataReplicationInfo.lagDuration will be nullified.
disconnectFromService in interface AWSmgnpublic FinalizeCutoverResult finalizeCutover(FinalizeCutoverRequest request)
AWSmgnFinalizes the cutover immediately for specific Source Servers. All AWS resources created by Application Migration Service for enabling the replication of these source servers will be terminated / deleted within 90 minutes. Launched Test or Cutover instances will NOT be terminated. The AWS Replication Agent will receive a command to uninstall itself (within 10 minutes). The following properties of the SourceServer will be changed immediately: dataReplicationInfo.dataReplicationState will be changed to DISCONNECTED; The SourceServer.lifeCycle.state will be changed to CUTOVER; The totalStorageBytes property fo each of dataReplicationInfo.replicatedDisks will be set to zero; dataReplicationInfo.lagDuration and dataReplicationInfo.lagDuration will be nullified.
finalizeCutover in interface AWSmgnpublic GetLaunchConfigurationResult getLaunchConfiguration(GetLaunchConfigurationRequest request)
AWSmgnLists all LaunchConfigurations available, filtered by Source Server IDs.
getLaunchConfiguration in interface AWSmgnpublic GetReplicationConfigurationResult getReplicationConfiguration(GetReplicationConfigurationRequest request)
AWSmgnLists all ReplicationConfigurations, filtered by Source Server ID.
getReplicationConfiguration in interface AWSmgnpublic InitializeServiceResult initializeService(InitializeServiceRequest request)
AWSmgnInitialize Application Migration Service.
initializeService in interface AWSmgnpublic ListApplicationsResult listApplications(ListApplicationsRequest request)
AWSmgnRetrieves all applications or multiple applications by ID.
listApplications in interface AWSmgnpublic ListConnectorsResult listConnectors(ListConnectorsRequest request)
AWSmgnList Connectors.
listConnectors in interface AWSmgnpublic ListExportErrorsResult listExportErrors(ListExportErrorsRequest request)
AWSmgnList export errors.
listExportErrors in interface AWSmgnrequest - List export errors request.public ListExportsResult listExports(ListExportsRequest request)
AWSmgnList exports.
listExports in interface AWSmgnrequest - List export request.public ListImportErrorsResult listImportErrors(ListImportErrorsRequest request)
AWSmgnList import errors.
listImportErrors in interface AWSmgnrequest - List import errors request.public ListImportsResult listImports(ListImportsRequest request)
AWSmgnList imports.
listImports in interface AWSmgnrequest - List imports request.public ListManagedAccountsResult listManagedAccounts(ListManagedAccountsRequest request)
AWSmgnList Managed Accounts.
listManagedAccounts in interface AWSmgnrequest - List managed accounts request.public ListSourceServerActionsResult listSourceServerActions(ListSourceServerActionsRequest request)
AWSmgnList source server post migration custom actions.
listSourceServerActions in interface AWSmgnpublic ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSmgnList all tags for your Application Migration Service resources.
listTagsForResource in interface AWSmgnpublic ListTemplateActionsResult listTemplateActions(ListTemplateActionsRequest request)
AWSmgnList template post migration custom actions.
listTemplateActions in interface AWSmgnpublic ListWavesResult listWaves(ListWavesRequest request)
AWSmgnRetrieves all waves or multiple waves by ID.
listWaves in interface AWSmgnpublic MarkAsArchivedResult markAsArchived(MarkAsArchivedRequest request)
AWSmgnArchives specific Source Servers by setting the SourceServer.isArchived property to true for specified SourceServers by ID. This command only works for SourceServers with a lifecycle. state which equals DISCONNECTED or CUTOVER.
markAsArchived in interface AWSmgnpublic PauseReplicationResult pauseReplication(PauseReplicationRequest request)
AWSmgnPause Replication.
pauseReplication in interface AWSmgnpublic PutSourceServerActionResult putSourceServerAction(PutSourceServerActionRequest request)
AWSmgnPut source server post migration custom action.
putSourceServerAction in interface AWSmgnpublic PutTemplateActionResult putTemplateAction(PutTemplateActionRequest request)
AWSmgnPut template post migration custom action.
putTemplateAction in interface AWSmgnpublic RemoveSourceServerActionResult removeSourceServerAction(RemoveSourceServerActionRequest request)
AWSmgnRemove source server post migration custom action.
removeSourceServerAction in interface AWSmgnpublic RemoveTemplateActionResult removeTemplateAction(RemoveTemplateActionRequest request)
AWSmgnRemove template post migration custom action.
removeTemplateAction in interface AWSmgnpublic ResumeReplicationResult resumeReplication(ResumeReplicationRequest request)
AWSmgnResume Replication.
resumeReplication in interface AWSmgnpublic RetryDataReplicationResult retryDataReplication(RetryDataReplicationRequest request)
AWSmgnCauses the data replication initiation sequence to begin immediately upon next Handshake for specified SourceServer IDs, regardless of when the previous initiation started. This command will not work if the SourceServer is not stalled or is in a DISCONNECTED or STOPPED state.
retryDataReplication in interface AWSmgnpublic StartCutoverResult startCutover(StartCutoverRequest request)
AWSmgnLaunches a Cutover Instance for specific Source Servers. This command starts a LAUNCH job whose initiatedBy property is StartCutover and changes the SourceServer.lifeCycle.state property to CUTTING_OVER.
startCutover in interface AWSmgnpublic StartExportResult startExport(StartExportRequest request)
AWSmgnStart export.
startExport in interface AWSmgnrequest - Start export request.public StartImportResult startImport(StartImportRequest request)
AWSmgnStart import.
startImport in interface AWSmgnrequest - Start import request.public StartReplicationResult startReplication(StartReplicationRequest request)
AWSmgnStarts replication for SNAPSHOT_SHIPPING agents.
startReplication in interface AWSmgnpublic StartTestResult startTest(StartTestRequest request)
AWSmgnLaunches a Test Instance for specific Source Servers. This command starts a LAUNCH job whose initiatedBy property is StartTest and changes the SourceServer.lifeCycle.state property to TESTING.
startTest in interface AWSmgnpublic StopReplicationResult stopReplication(StopReplicationRequest request)
AWSmgnStop Replication.
stopReplication in interface AWSmgnpublic TagResourceResult tagResource(TagResourceRequest request)
AWSmgnAdds or overwrites only the specified tags for the specified Application Migration Service resource or resources. When you specify an existing tag key, the value is overwritten with the new value. Each resource can have a maximum of 50 tags. Each tag consists of a key and optional value.
tagResource in interface AWSmgnpublic TerminateTargetInstancesResult terminateTargetInstances(TerminateTargetInstancesRequest request)
AWSmgnStarts a job that terminates specific launched EC2 Test and Cutover instances. This command will not work for any Source Server with a lifecycle.state of TESTING, CUTTING_OVER, or CUTOVER.
terminateTargetInstances in interface AWSmgnpublic UnarchiveApplicationResult unarchiveApplication(UnarchiveApplicationRequest request)
AWSmgnUnarchive application.
unarchiveApplication in interface AWSmgnpublic UnarchiveWaveResult unarchiveWave(UnarchiveWaveRequest request)
AWSmgnUnarchive wave.
unarchiveWave in interface AWSmgnpublic UntagResourceResult untagResource(UntagResourceRequest request)
AWSmgnDeletes the specified set of tags from the specified set of Application Migration Service resources.
untagResource in interface AWSmgnpublic UpdateApplicationResult updateApplication(UpdateApplicationRequest request)
AWSmgnUpdate application.
updateApplication in interface AWSmgnpublic UpdateConnectorResult updateConnector(UpdateConnectorRequest request)
AWSmgnUpdate Connector.
updateConnector in interface AWSmgnpublic UpdateLaunchConfigurationResult updateLaunchConfiguration(UpdateLaunchConfigurationRequest request)
AWSmgnUpdates multiple LaunchConfigurations by Source Server ID.
bootMode valid values are LEGACY_BIOS | UEFI
updateLaunchConfiguration in interface AWSmgnpublic UpdateLaunchConfigurationTemplateResult updateLaunchConfigurationTemplate(UpdateLaunchConfigurationTemplateRequest request)
AWSmgnUpdates an existing Launch Configuration Template by ID.
updateLaunchConfigurationTemplate in interface AWSmgnpublic UpdateReplicationConfigurationResult updateReplicationConfiguration(UpdateReplicationConfigurationRequest request)
AWSmgnAllows you to update multiple ReplicationConfigurations by Source Server ID.
updateReplicationConfiguration in interface AWSmgnpublic UpdateReplicationConfigurationTemplateResult updateReplicationConfigurationTemplate(UpdateReplicationConfigurationTemplateRequest request)
AWSmgnUpdates multiple ReplicationConfigurationTemplates by ID.
updateReplicationConfigurationTemplate in interface AWSmgnpublic UpdateSourceServerResult updateSourceServer(UpdateSourceServerRequest request)
AWSmgnUpdate Source Server.
updateSourceServer in interface AWSmgnpublic UpdateSourceServerReplicationTypeResult updateSourceServerReplicationType(UpdateSourceServerReplicationTypeRequest request)
AWSmgnAllows you to change between the AGENT_BASED replication type and the SNAPSHOT_SHIPPING replication type.
updateSourceServerReplicationType in interface AWSmgnpublic UpdateWaveResult updateWave(UpdateWaveRequest request)
AWSmgnUpdate wave.
updateWave in interface AWSmgnpublic void shutdown()
AWSmgnpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSmgnResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AWSmgnrequest - The originally executed request.