@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSDatabaseMigrationServiceAsync extends AbstractAWSDatabaseMigrationService implements AWSDatabaseMigrationServiceAsync
AWSDatabaseMigrationServiceAsync. Convenient method forms pass through to the
corresponding overload that takes a request object and an AsyncHandler, which throws an
UnsupportedOperationException.ENDPOINT_PREFIXaddTagsToResource, applyPendingMaintenanceAction, batchStartRecommendations, cancelReplicationTaskAssessmentRun, createEndpoint, createEventSubscription, createFleetAdvisorCollector, createReplicationInstance, createReplicationSubnetGroup, createReplicationTask, deleteCertificate, deleteConnection, deleteEndpoint, deleteEventSubscription, deleteFleetAdvisorCollector, deleteFleetAdvisorDatabases, deleteReplicationInstance, deleteReplicationSubnetGroup, deleteReplicationTask, deleteReplicationTaskAssessmentRun, describeAccountAttributes, describeApplicableIndividualAssessments, describeCertificates, describeConnections, describeEndpoints, describeEndpointSettings, describeEndpointTypes, describeEventCategories, describeEvents, describeEventSubscriptions, describeFleetAdvisorCollectors, describeFleetAdvisorDatabases, describeFleetAdvisorLsaAnalysis, describeFleetAdvisorSchemaObjectSummary, describeFleetAdvisorSchemas, describeOrderableReplicationInstances, describePendingMaintenanceActions, describeRecommendationLimitations, describeRecommendations, describeRefreshSchemasStatus, describeReplicationInstances, describeReplicationInstanceTaskLogs, describeReplicationSubnetGroups, describeReplicationTaskAssessmentResults, describeReplicationTaskAssessmentRuns, describeReplicationTaskIndividualAssessments, describeReplicationTasks, describeSchemas, describeTableStatistics, getCachedResponseMetadata, importCertificate, listTagsForResource, modifyEndpoint, modifyEventSubscription, modifyReplicationInstance, modifyReplicationSubnetGroup, modifyReplicationTask, moveReplicationTask, rebootReplicationInstance, refreshSchemas, reloadTables, removeTagsFromResource, runFleetAdvisorLsaAnalysis, setEndpoint, setRegion, shutdown, startRecommendations, startReplicationTask, startReplicationTaskAssessment, startReplicationTaskAssessmentRun, stopReplicationTask, testConnection, updateSubscriptionsToEventBridge, waitersequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddTagsToResource, applyPendingMaintenanceAction, batchStartRecommendations, cancelReplicationTaskAssessmentRun, createEndpoint, createEventSubscription, createFleetAdvisorCollector, createReplicationInstance, createReplicationSubnetGroup, createReplicationTask, deleteCertificate, deleteConnection, deleteEndpoint, deleteEventSubscription, deleteFleetAdvisorCollector, deleteFleetAdvisorDatabases, deleteReplicationInstance, deleteReplicationSubnetGroup, deleteReplicationTask, deleteReplicationTaskAssessmentRun, describeAccountAttributes, describeApplicableIndividualAssessments, describeCertificates, describeConnections, describeEndpoints, describeEndpointSettings, describeEndpointTypes, describeEventCategories, describeEvents, describeEventSubscriptions, describeFleetAdvisorCollectors, describeFleetAdvisorDatabases, describeFleetAdvisorLsaAnalysis, describeFleetAdvisorSchemaObjectSummary, describeFleetAdvisorSchemas, describeOrderableReplicationInstances, describePendingMaintenanceActions, describeRecommendationLimitations, describeRecommendations, describeRefreshSchemasStatus, describeReplicationInstances, describeReplicationInstanceTaskLogs, describeReplicationSubnetGroups, describeReplicationTaskAssessmentResults, describeReplicationTaskAssessmentRuns, describeReplicationTaskIndividualAssessments, describeReplicationTasks, describeSchemas, describeTableStatistics, getCachedResponseMetadata, importCertificate, listTagsForResource, modifyEndpoint, modifyEventSubscription, modifyReplicationInstance, modifyReplicationSubnetGroup, modifyReplicationTask, moveReplicationTask, rebootReplicationInstance, refreshSchemas, reloadTables, removeTagsFromResource, runFleetAdvisorLsaAnalysis, setEndpoint, setRegion, shutdown, startRecommendations, startReplicationTask, startReplicationTaskAssessment, startReplicationTaskAssessmentRun, stopReplicationTask, testConnection, updateSubscriptionsToEventBridge, waiterspublic Future<AddTagsToResourceResult> addTagsToResourceAsync(AddTagsToResourceRequest request)
AWSDatabaseMigrationServiceAsync
Adds metadata tags to an DMS resource, including replication instance, endpoint, subnet group, and migration
task. These tags can also be used with cost allocation reporting to track cost associated with DMS resources, or
used in a Condition statement in an IAM policy for DMS. For more information, see Tag data type
description.
addTagsToResourceAsync in interface AWSDatabaseMigrationServiceAsyncrequest - Associates a set of tags with an DMS resource.public Future<AddTagsToResourceResult> addTagsToResourceAsync(AddTagsToResourceRequest request, AsyncHandler<AddTagsToResourceRequest,AddTagsToResourceResult> asyncHandler)
AWSDatabaseMigrationServiceAsync
Adds metadata tags to an DMS resource, including replication instance, endpoint, subnet group, and migration
task. These tags can also be used with cost allocation reporting to track cost associated with DMS resources, or
used in a Condition statement in an IAM policy for DMS. For more information, see Tag data type
description.
addTagsToResourceAsync in interface AWSDatabaseMigrationServiceAsyncrequest - Associates a set of tags with an DMS resource.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<ApplyPendingMaintenanceActionResult> applyPendingMaintenanceActionAsync(ApplyPendingMaintenanceActionRequest request)
AWSDatabaseMigrationServiceAsyncApplies a pending maintenance action to a resource (for example, to a replication instance).
applyPendingMaintenanceActionAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<ApplyPendingMaintenanceActionResult> applyPendingMaintenanceActionAsync(ApplyPendingMaintenanceActionRequest request, AsyncHandler<ApplyPendingMaintenanceActionRequest,ApplyPendingMaintenanceActionResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncApplies a pending maintenance action to a resource (for example, to a replication instance).
applyPendingMaintenanceActionAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<BatchStartRecommendationsResult> batchStartRecommendationsAsync(BatchStartRecommendationsRequest request)
AWSDatabaseMigrationServiceAsyncStarts the analysis of up to 20 source databases to recommend target engines for each source database. This is a batch version of StartRecommendations .
The result of analysis of each source database is reported individually in the response. Because the batch
request can result in a combination of successful and unsuccessful actions, you should check for batch errors
even when the call returns an HTTP status code of 200.
batchStartRecommendationsAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<BatchStartRecommendationsResult> batchStartRecommendationsAsync(BatchStartRecommendationsRequest request, AsyncHandler<BatchStartRecommendationsRequest,BatchStartRecommendationsResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncStarts the analysis of up to 20 source databases to recommend target engines for each source database. This is a batch version of StartRecommendations .
The result of analysis of each source database is reported individually in the response. Because the batch
request can result in a combination of successful and unsuccessful actions, you should check for batch errors
even when the call returns an HTTP status code of 200.
batchStartRecommendationsAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<CancelReplicationTaskAssessmentRunResult> cancelReplicationTaskAssessmentRunAsync(CancelReplicationTaskAssessmentRunRequest request)
AWSDatabaseMigrationServiceAsyncCancels a single premigration assessment run.
This operation prevents any individual assessments from running if they haven't started running. It also attempts to cancel any individual assessments that are currently running.
cancelReplicationTaskAssessmentRunAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<CancelReplicationTaskAssessmentRunResult> cancelReplicationTaskAssessmentRunAsync(CancelReplicationTaskAssessmentRunRequest request, AsyncHandler<CancelReplicationTaskAssessmentRunRequest,CancelReplicationTaskAssessmentRunResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncCancels a single premigration assessment run.
This operation prevents any individual assessments from running if they haven't started running. It also attempts to cancel any individual assessments that are currently running.
cancelReplicationTaskAssessmentRunAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<CreateEndpointResult> createEndpointAsync(CreateEndpointRequest request)
AWSDatabaseMigrationServiceAsyncCreates an endpoint using the provided settings.
For a MySQL source or target endpoint, don't explicitly specify the database using the DatabaseName
request parameter on the CreateEndpoint API call. Specifying DatabaseName when you
create a MySQL endpoint replicates all the task tables to this single database. For MySQL endpoints, you specify
the database only when you specify the schema in the table-mapping rules of the DMS task.
createEndpointAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<CreateEndpointResult> createEndpointAsync(CreateEndpointRequest request, AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncCreates an endpoint using the provided settings.
For a MySQL source or target endpoint, don't explicitly specify the database using the DatabaseName
request parameter on the CreateEndpoint API call. Specifying DatabaseName when you
create a MySQL endpoint replicates all the task tables to this single database. For MySQL endpoints, you specify
the database only when you specify the schema in the table-mapping rules of the DMS task.
createEndpointAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<CreateEventSubscriptionResult> createEventSubscriptionAsync(CreateEventSubscriptionRequest request)
AWSDatabaseMigrationServiceAsyncCreates an DMS event notification subscription.
You can specify the type of source (SourceType) you want to be notified of, provide a list of DMS
source IDs (SourceIds) that triggers the events, and provide a list of event categories (
EventCategories) for events you want to be notified of. If you specify both the
SourceType and SourceIds, such as SourceType = replication-instance and
SourceIdentifier = my-replinstance, you will be notified of all the replication instance events for
the specified source. If you specify a SourceType but don't specify a SourceIdentifier,
you receive notice of the events for that source type for all your DMS sources. If you don't specify either
SourceType nor SourceIdentifier, you will be notified of events generated from all DMS
sources belonging to your customer account.
For more information about DMS events, see Working with Events and Notifications in the Database Migration Service User Guide.
createEventSubscriptionAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<CreateEventSubscriptionResult> createEventSubscriptionAsync(CreateEventSubscriptionRequest request, AsyncHandler<CreateEventSubscriptionRequest,CreateEventSubscriptionResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncCreates an DMS event notification subscription.
You can specify the type of source (SourceType) you want to be notified of, provide a list of DMS
source IDs (SourceIds) that triggers the events, and provide a list of event categories (
EventCategories) for events you want to be notified of. If you specify both the
SourceType and SourceIds, such as SourceType = replication-instance and
SourceIdentifier = my-replinstance, you will be notified of all the replication instance events for
the specified source. If you specify a SourceType but don't specify a SourceIdentifier,
you receive notice of the events for that source type for all your DMS sources. If you don't specify either
SourceType nor SourceIdentifier, you will be notified of events generated from all DMS
sources belonging to your customer account.
For more information about DMS events, see Working with Events and Notifications in the Database Migration Service User Guide.
createEventSubscriptionAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<CreateFleetAdvisorCollectorResult> createFleetAdvisorCollectorAsync(CreateFleetAdvisorCollectorRequest request)
AWSDatabaseMigrationServiceAsyncCreates a Fleet Advisor collector using the specified parameters.
createFleetAdvisorCollectorAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<CreateFleetAdvisorCollectorResult> createFleetAdvisorCollectorAsync(CreateFleetAdvisorCollectorRequest request, AsyncHandler<CreateFleetAdvisorCollectorRequest,CreateFleetAdvisorCollectorResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncCreates a Fleet Advisor collector using the specified parameters.
createFleetAdvisorCollectorAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<CreateReplicationInstanceResult> createReplicationInstanceAsync(CreateReplicationInstanceRequest request)
AWSDatabaseMigrationServiceAsyncCreates the replication instance using the specified parameters.
DMS requires that your account have certain roles with appropriate permissions before you can create a replication instance. For information on the required roles, see Creating the IAM Roles to Use With the CLI and DMS API. For information on the required permissions, see IAM Permissions Needed to Use DMS.
createReplicationInstanceAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<CreateReplicationInstanceResult> createReplicationInstanceAsync(CreateReplicationInstanceRequest request, AsyncHandler<CreateReplicationInstanceRequest,CreateReplicationInstanceResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncCreates the replication instance using the specified parameters.
DMS requires that your account have certain roles with appropriate permissions before you can create a replication instance. For information on the required roles, see Creating the IAM Roles to Use With the CLI and DMS API. For information on the required permissions, see IAM Permissions Needed to Use DMS.
createReplicationInstanceAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<CreateReplicationSubnetGroupResult> createReplicationSubnetGroupAsync(CreateReplicationSubnetGroupRequest request)
AWSDatabaseMigrationServiceAsyncCreates a replication subnet group given a list of the subnet IDs in a VPC.
The VPC needs to have at least one subnet in at least two availability zones in the Amazon Web Services Region,
otherwise the service will throw a ReplicationSubnetGroupDoesNotCoverEnoughAZs exception.
createReplicationSubnetGroupAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<CreateReplicationSubnetGroupResult> createReplicationSubnetGroupAsync(CreateReplicationSubnetGroupRequest request, AsyncHandler<CreateReplicationSubnetGroupRequest,CreateReplicationSubnetGroupResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncCreates a replication subnet group given a list of the subnet IDs in a VPC.
The VPC needs to have at least one subnet in at least two availability zones in the Amazon Web Services Region,
otherwise the service will throw a ReplicationSubnetGroupDoesNotCoverEnoughAZs exception.
createReplicationSubnetGroupAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<CreateReplicationTaskResult> createReplicationTaskAsync(CreateReplicationTaskRequest request)
AWSDatabaseMigrationServiceAsyncCreates a replication task using the specified parameters.
createReplicationTaskAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<CreateReplicationTaskResult> createReplicationTaskAsync(CreateReplicationTaskRequest request, AsyncHandler<CreateReplicationTaskRequest,CreateReplicationTaskResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncCreates a replication task using the specified parameters.
createReplicationTaskAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DeleteCertificateResult> deleteCertificateAsync(DeleteCertificateRequest request)
AWSDatabaseMigrationServiceAsyncDeletes the specified certificate.
deleteCertificateAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DeleteCertificateResult> deleteCertificateAsync(DeleteCertificateRequest request, AsyncHandler<DeleteCertificateRequest,DeleteCertificateResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncDeletes the specified certificate.
deleteCertificateAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DeleteConnectionResult> deleteConnectionAsync(DeleteConnectionRequest request)
AWSDatabaseMigrationServiceAsyncDeletes the connection between a replication instance and an endpoint.
deleteConnectionAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DeleteConnectionResult> deleteConnectionAsync(DeleteConnectionRequest request, AsyncHandler<DeleteConnectionRequest,DeleteConnectionResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncDeletes the connection between a replication instance and an endpoint.
deleteConnectionAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DeleteEndpointResult> deleteEndpointAsync(DeleteEndpointRequest request)
AWSDatabaseMigrationServiceAsyncDeletes the specified endpoint.
All tasks associated with the endpoint must be deleted before you can delete the endpoint.
deleteEndpointAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DeleteEndpointResult> deleteEndpointAsync(DeleteEndpointRequest request, AsyncHandler<DeleteEndpointRequest,DeleteEndpointResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncDeletes the specified endpoint.
All tasks associated with the endpoint must be deleted before you can delete the endpoint.
deleteEndpointAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DeleteEventSubscriptionResult> deleteEventSubscriptionAsync(DeleteEventSubscriptionRequest request)
AWSDatabaseMigrationServiceAsyncDeletes an DMS event subscription.
deleteEventSubscriptionAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DeleteEventSubscriptionResult> deleteEventSubscriptionAsync(DeleteEventSubscriptionRequest request, AsyncHandler<DeleteEventSubscriptionRequest,DeleteEventSubscriptionResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncDeletes an DMS event subscription.
deleteEventSubscriptionAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DeleteFleetAdvisorCollectorResult> deleteFleetAdvisorCollectorAsync(DeleteFleetAdvisorCollectorRequest request)
AWSDatabaseMigrationServiceAsyncDeletes the specified Fleet Advisor collector.
deleteFleetAdvisorCollectorAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DeleteFleetAdvisorCollectorResult> deleteFleetAdvisorCollectorAsync(DeleteFleetAdvisorCollectorRequest request, AsyncHandler<DeleteFleetAdvisorCollectorRequest,DeleteFleetAdvisorCollectorResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncDeletes the specified Fleet Advisor collector.
deleteFleetAdvisorCollectorAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DeleteFleetAdvisorDatabasesResult> deleteFleetAdvisorDatabasesAsync(DeleteFleetAdvisorDatabasesRequest request)
AWSDatabaseMigrationServiceAsyncDeletes the specified Fleet Advisor collector databases.
deleteFleetAdvisorDatabasesAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DeleteFleetAdvisorDatabasesResult> deleteFleetAdvisorDatabasesAsync(DeleteFleetAdvisorDatabasesRequest request, AsyncHandler<DeleteFleetAdvisorDatabasesRequest,DeleteFleetAdvisorDatabasesResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncDeletes the specified Fleet Advisor collector databases.
deleteFleetAdvisorDatabasesAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DeleteReplicationInstanceResult> deleteReplicationInstanceAsync(DeleteReplicationInstanceRequest request)
AWSDatabaseMigrationServiceAsyncDeletes the specified replication instance.
You must delete any migration tasks that are associated with the replication instance before you can delete it.
deleteReplicationInstanceAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DeleteReplicationInstanceResult> deleteReplicationInstanceAsync(DeleteReplicationInstanceRequest request, AsyncHandler<DeleteReplicationInstanceRequest,DeleteReplicationInstanceResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncDeletes the specified replication instance.
You must delete any migration tasks that are associated with the replication instance before you can delete it.
deleteReplicationInstanceAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DeleteReplicationSubnetGroupResult> deleteReplicationSubnetGroupAsync(DeleteReplicationSubnetGroupRequest request)
AWSDatabaseMigrationServiceAsyncDeletes a subnet group.
deleteReplicationSubnetGroupAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DeleteReplicationSubnetGroupResult> deleteReplicationSubnetGroupAsync(DeleteReplicationSubnetGroupRequest request, AsyncHandler<DeleteReplicationSubnetGroupRequest,DeleteReplicationSubnetGroupResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncDeletes a subnet group.
deleteReplicationSubnetGroupAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DeleteReplicationTaskResult> deleteReplicationTaskAsync(DeleteReplicationTaskRequest request)
AWSDatabaseMigrationServiceAsyncDeletes the specified replication task.
deleteReplicationTaskAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DeleteReplicationTaskResult> deleteReplicationTaskAsync(DeleteReplicationTaskRequest request, AsyncHandler<DeleteReplicationTaskRequest,DeleteReplicationTaskResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncDeletes the specified replication task.
deleteReplicationTaskAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DeleteReplicationTaskAssessmentRunResult> deleteReplicationTaskAssessmentRunAsync(DeleteReplicationTaskAssessmentRunRequest request)
AWSDatabaseMigrationServiceAsyncDeletes the record of a single premigration assessment run.
This operation removes all metadata that DMS maintains about this assessment run. However, the operation leaves untouched all information about this assessment run that is stored in your Amazon S3 bucket.
deleteReplicationTaskAssessmentRunAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DeleteReplicationTaskAssessmentRunResult> deleteReplicationTaskAssessmentRunAsync(DeleteReplicationTaskAssessmentRunRequest request, AsyncHandler<DeleteReplicationTaskAssessmentRunRequest,DeleteReplicationTaskAssessmentRunResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncDeletes the record of a single premigration assessment run.
This operation removes all metadata that DMS maintains about this assessment run. However, the operation leaves untouched all information about this assessment run that is stored in your Amazon S3 bucket.
deleteReplicationTaskAssessmentRunAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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)
AWSDatabaseMigrationServiceAsyncLists all of the DMS attributes for a customer account. These attributes include DMS quotas for the account and a unique account identifier in a particular DMS region. DMS quotas include a list of resource quotas supported by the account, such as the number of replication instances allowed. The description for each resource quota, includes the quota name, current usage toward that quota, and the quota's maximum value. DMS uses the unique account identifier to name each artifact used by DMS in the given region.
This command does not take any parameters.
describeAccountAttributesAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DescribeAccountAttributesResult> describeAccountAttributesAsync(DescribeAccountAttributesRequest request, AsyncHandler<DescribeAccountAttributesRequest,DescribeAccountAttributesResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncLists all of the DMS attributes for a customer account. These attributes include DMS quotas for the account and a unique account identifier in a particular DMS region. DMS quotas include a list of resource quotas supported by the account, such as the number of replication instances allowed. The description for each resource quota, includes the quota name, current usage toward that quota, and the quota's maximum value. DMS uses the unique account identifier to name each artifact used by DMS in the given region.
This command does not take any parameters.
describeAccountAttributesAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DescribeApplicableIndividualAssessmentsResult> describeApplicableIndividualAssessmentsAsync(DescribeApplicableIndividualAssessmentsRequest request)
AWSDatabaseMigrationServiceAsyncProvides a list of individual assessments that you can specify for a new premigration assessment run, given one or more parameters.
If you specify an existing migration task, this operation provides the default individual assessments you can specify for that task. Otherwise, the specified parameters model elements of a possible migration task on which to base a premigration assessment run.
To use these migration task modeling parameters, you must specify an existing replication instance, a source database engine, a target database engine, and a migration type. This combination of parameters potentially limits the default individual assessments available for an assessment run created for a corresponding migration task.
If you specify no parameters, this operation provides a list of all possible individual assessments that you can specify for an assessment run. If you specify any one of the task modeling parameters, you must specify all of them or the operation cannot provide a list of individual assessments. The only parameter that you can specify alone is for an existing migration task. The specified task definition then determines the default list of individual assessments that you can specify in an assessment run for the task.
describeApplicableIndividualAssessmentsAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DescribeApplicableIndividualAssessmentsResult> describeApplicableIndividualAssessmentsAsync(DescribeApplicableIndividualAssessmentsRequest request, AsyncHandler<DescribeApplicableIndividualAssessmentsRequest,DescribeApplicableIndividualAssessmentsResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncProvides a list of individual assessments that you can specify for a new premigration assessment run, given one or more parameters.
If you specify an existing migration task, this operation provides the default individual assessments you can specify for that task. Otherwise, the specified parameters model elements of a possible migration task on which to base a premigration assessment run.
To use these migration task modeling parameters, you must specify an existing replication instance, a source database engine, a target database engine, and a migration type. This combination of parameters potentially limits the default individual assessments available for an assessment run created for a corresponding migration task.
If you specify no parameters, this operation provides a list of all possible individual assessments that you can specify for an assessment run. If you specify any one of the task modeling parameters, you must specify all of them or the operation cannot provide a list of individual assessments. The only parameter that you can specify alone is for an existing migration task. The specified task definition then determines the default list of individual assessments that you can specify in an assessment run for the task.
describeApplicableIndividualAssessmentsAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DescribeCertificatesResult> describeCertificatesAsync(DescribeCertificatesRequest request)
AWSDatabaseMigrationServiceAsyncProvides a description of the certificate.
describeCertificatesAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DescribeCertificatesResult> describeCertificatesAsync(DescribeCertificatesRequest request, AsyncHandler<DescribeCertificatesRequest,DescribeCertificatesResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncProvides a description of the certificate.
describeCertificatesAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DescribeConnectionsResult> describeConnectionsAsync(DescribeConnectionsRequest request)
AWSDatabaseMigrationServiceAsyncDescribes the status of the connections that have been made between the replication instance and an endpoint. Connections are created when you test an endpoint.
describeConnectionsAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DescribeConnectionsResult> describeConnectionsAsync(DescribeConnectionsRequest request, AsyncHandler<DescribeConnectionsRequest,DescribeConnectionsResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncDescribes the status of the connections that have been made between the replication instance and an endpoint. Connections are created when you test an endpoint.
describeConnectionsAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DescribeEndpointSettingsResult> describeEndpointSettingsAsync(DescribeEndpointSettingsRequest request)
AWSDatabaseMigrationServiceAsyncReturns information about the possible endpoint settings available when you create an endpoint for a specific database engine.
describeEndpointSettingsAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DescribeEndpointSettingsResult> describeEndpointSettingsAsync(DescribeEndpointSettingsRequest request, AsyncHandler<DescribeEndpointSettingsRequest,DescribeEndpointSettingsResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncReturns information about the possible endpoint settings available when you create an endpoint for a specific database engine.
describeEndpointSettingsAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DescribeEndpointTypesResult> describeEndpointTypesAsync(DescribeEndpointTypesRequest request)
AWSDatabaseMigrationServiceAsyncReturns information about the type of endpoints available.
describeEndpointTypesAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DescribeEndpointTypesResult> describeEndpointTypesAsync(DescribeEndpointTypesRequest request, AsyncHandler<DescribeEndpointTypesRequest,DescribeEndpointTypesResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncReturns information about the type of endpoints available.
describeEndpointTypesAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DescribeEndpointsResult> describeEndpointsAsync(DescribeEndpointsRequest request)
AWSDatabaseMigrationServiceAsyncReturns information about the endpoints for your account in the current region.
describeEndpointsAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DescribeEndpointsResult> describeEndpointsAsync(DescribeEndpointsRequest request, AsyncHandler<DescribeEndpointsRequest,DescribeEndpointsResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncReturns information about the endpoints for your account in the current region.
describeEndpointsAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DescribeEventCategoriesResult> describeEventCategoriesAsync(DescribeEventCategoriesRequest request)
AWSDatabaseMigrationServiceAsyncLists categories for all event source types, or, if specified, for a specified source type. You can see a list of the event categories and source types in Working with Events and Notifications in the Database Migration Service User Guide.
describeEventCategoriesAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DescribeEventCategoriesResult> describeEventCategoriesAsync(DescribeEventCategoriesRequest request, AsyncHandler<DescribeEventCategoriesRequest,DescribeEventCategoriesResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncLists categories for all event source types, or, if specified, for a specified source type. You can see a list of the event categories and source types in Working with Events and Notifications in the Database Migration Service User Guide.
describeEventCategoriesAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DescribeEventSubscriptionsResult> describeEventSubscriptionsAsync(DescribeEventSubscriptionsRequest request)
AWSDatabaseMigrationServiceAsync
Lists all the event subscriptions for a customer account. The description of a subscription includes
SubscriptionName, SNSTopicARN, CustomerID, SourceType,
SourceID, CreationTime, and Status.
If you specify SubscriptionName, this action lists the description for that subscription.
describeEventSubscriptionsAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DescribeEventSubscriptionsResult> describeEventSubscriptionsAsync(DescribeEventSubscriptionsRequest request, AsyncHandler<DescribeEventSubscriptionsRequest,DescribeEventSubscriptionsResult> asyncHandler)
AWSDatabaseMigrationServiceAsync
Lists all the event subscriptions for a customer account. The description of a subscription includes
SubscriptionName, SNSTopicARN, CustomerID, SourceType,
SourceID, CreationTime, and Status.
If you specify SubscriptionName, this action lists the description for that subscription.
describeEventSubscriptionsAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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)
AWSDatabaseMigrationServiceAsyncLists events for a given source identifier and source type. You can also specify a start and end time. For more information on DMS events, see Working with Events and Notifications in the Database Migration Service User Guide.
describeEventsAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DescribeEventsResult> describeEventsAsync(DescribeEventsRequest request, AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncLists events for a given source identifier and source type. You can also specify a start and end time. For more information on DMS events, see Working with Events and Notifications in the Database Migration Service User Guide.
describeEventsAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DescribeFleetAdvisorCollectorsResult> describeFleetAdvisorCollectorsAsync(DescribeFleetAdvisorCollectorsRequest request)
AWSDatabaseMigrationServiceAsyncReturns a list of the Fleet Advisor collectors in your account.
describeFleetAdvisorCollectorsAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DescribeFleetAdvisorCollectorsResult> describeFleetAdvisorCollectorsAsync(DescribeFleetAdvisorCollectorsRequest request, AsyncHandler<DescribeFleetAdvisorCollectorsRequest,DescribeFleetAdvisorCollectorsResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncReturns a list of the Fleet Advisor collectors in your account.
describeFleetAdvisorCollectorsAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DescribeFleetAdvisorDatabasesResult> describeFleetAdvisorDatabasesAsync(DescribeFleetAdvisorDatabasesRequest request)
AWSDatabaseMigrationServiceAsyncReturns a list of Fleet Advisor databases in your account.
describeFleetAdvisorDatabasesAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DescribeFleetAdvisorDatabasesResult> describeFleetAdvisorDatabasesAsync(DescribeFleetAdvisorDatabasesRequest request, AsyncHandler<DescribeFleetAdvisorDatabasesRequest,DescribeFleetAdvisorDatabasesResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncReturns a list of Fleet Advisor databases in your account.
describeFleetAdvisorDatabasesAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DescribeFleetAdvisorLsaAnalysisResult> describeFleetAdvisorLsaAnalysisAsync(DescribeFleetAdvisorLsaAnalysisRequest request)
AWSDatabaseMigrationServiceAsyncProvides descriptions of large-scale assessment (LSA) analyses produced by your Fleet Advisor collectors.
describeFleetAdvisorLsaAnalysisAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DescribeFleetAdvisorLsaAnalysisResult> describeFleetAdvisorLsaAnalysisAsync(DescribeFleetAdvisorLsaAnalysisRequest request, AsyncHandler<DescribeFleetAdvisorLsaAnalysisRequest,DescribeFleetAdvisorLsaAnalysisResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncProvides descriptions of large-scale assessment (LSA) analyses produced by your Fleet Advisor collectors.
describeFleetAdvisorLsaAnalysisAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DescribeFleetAdvisorSchemaObjectSummaryResult> describeFleetAdvisorSchemaObjectSummaryAsync(DescribeFleetAdvisorSchemaObjectSummaryRequest request)
AWSDatabaseMigrationServiceAsyncProvides descriptions of the schemas discovered by your Fleet Advisor collectors.
describeFleetAdvisorSchemaObjectSummaryAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DescribeFleetAdvisorSchemaObjectSummaryResult> describeFleetAdvisorSchemaObjectSummaryAsync(DescribeFleetAdvisorSchemaObjectSummaryRequest request, AsyncHandler<DescribeFleetAdvisorSchemaObjectSummaryRequest,DescribeFleetAdvisorSchemaObjectSummaryResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncProvides descriptions of the schemas discovered by your Fleet Advisor collectors.
describeFleetAdvisorSchemaObjectSummaryAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DescribeFleetAdvisorSchemasResult> describeFleetAdvisorSchemasAsync(DescribeFleetAdvisorSchemasRequest request)
AWSDatabaseMigrationServiceAsyncReturns a list of schemas detected by Fleet Advisor Collectors in your account.
describeFleetAdvisorSchemasAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DescribeFleetAdvisorSchemasResult> describeFleetAdvisorSchemasAsync(DescribeFleetAdvisorSchemasRequest request, AsyncHandler<DescribeFleetAdvisorSchemasRequest,DescribeFleetAdvisorSchemasResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncReturns a list of schemas detected by Fleet Advisor Collectors in your account.
describeFleetAdvisorSchemasAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DescribeOrderableReplicationInstancesResult> describeOrderableReplicationInstancesAsync(DescribeOrderableReplicationInstancesRequest request)
AWSDatabaseMigrationServiceAsyncReturns information about the replication instance types that can be created in the specified region.
describeOrderableReplicationInstancesAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DescribeOrderableReplicationInstancesResult> describeOrderableReplicationInstancesAsync(DescribeOrderableReplicationInstancesRequest request, AsyncHandler<DescribeOrderableReplicationInstancesRequest,DescribeOrderableReplicationInstancesResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncReturns information about the replication instance types that can be created in the specified region.
describeOrderableReplicationInstancesAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DescribePendingMaintenanceActionsResult> describePendingMaintenanceActionsAsync(DescribePendingMaintenanceActionsRequest request)
AWSDatabaseMigrationServiceAsyncFor internal use only
describePendingMaintenanceActionsAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DescribePendingMaintenanceActionsResult> describePendingMaintenanceActionsAsync(DescribePendingMaintenanceActionsRequest request, AsyncHandler<DescribePendingMaintenanceActionsRequest,DescribePendingMaintenanceActionsResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncFor internal use only
describePendingMaintenanceActionsAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DescribeRecommendationLimitationsResult> describeRecommendationLimitationsAsync(DescribeRecommendationLimitationsRequest request)
AWSDatabaseMigrationServiceAsyncReturns a paginated list of limitations for recommendations of target Amazon Web Services engines.
describeRecommendationLimitationsAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DescribeRecommendationLimitationsResult> describeRecommendationLimitationsAsync(DescribeRecommendationLimitationsRequest request, AsyncHandler<DescribeRecommendationLimitationsRequest,DescribeRecommendationLimitationsResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncReturns a paginated list of limitations for recommendations of target Amazon Web Services engines.
describeRecommendationLimitationsAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DescribeRecommendationsResult> describeRecommendationsAsync(DescribeRecommendationsRequest request)
AWSDatabaseMigrationServiceAsyncReturns a paginated list of target engine recommendations for your source databases.
describeRecommendationsAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DescribeRecommendationsResult> describeRecommendationsAsync(DescribeRecommendationsRequest request, AsyncHandler<DescribeRecommendationsRequest,DescribeRecommendationsResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncReturns a paginated list of target engine recommendations for your source databases.
describeRecommendationsAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DescribeRefreshSchemasStatusResult> describeRefreshSchemasStatusAsync(DescribeRefreshSchemasStatusRequest request)
AWSDatabaseMigrationServiceAsyncReturns the status of the RefreshSchemas operation.
describeRefreshSchemasStatusAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DescribeRefreshSchemasStatusResult> describeRefreshSchemasStatusAsync(DescribeRefreshSchemasStatusRequest request, AsyncHandler<DescribeRefreshSchemasStatusRequest,DescribeRefreshSchemasStatusResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncReturns the status of the RefreshSchemas operation.
describeRefreshSchemasStatusAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DescribeReplicationInstanceTaskLogsResult> describeReplicationInstanceTaskLogsAsync(DescribeReplicationInstanceTaskLogsRequest request)
AWSDatabaseMigrationServiceAsyncReturns information about the task logs for the specified task.
describeReplicationInstanceTaskLogsAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DescribeReplicationInstanceTaskLogsResult> describeReplicationInstanceTaskLogsAsync(DescribeReplicationInstanceTaskLogsRequest request, AsyncHandler<DescribeReplicationInstanceTaskLogsRequest,DescribeReplicationInstanceTaskLogsResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncReturns information about the task logs for the specified task.
describeReplicationInstanceTaskLogsAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DescribeReplicationInstancesResult> describeReplicationInstancesAsync(DescribeReplicationInstancesRequest request)
AWSDatabaseMigrationServiceAsyncReturns information about replication instances for your account in the current region.
describeReplicationInstancesAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DescribeReplicationInstancesResult> describeReplicationInstancesAsync(DescribeReplicationInstancesRequest request, AsyncHandler<DescribeReplicationInstancesRequest,DescribeReplicationInstancesResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncReturns information about replication instances for your account in the current region.
describeReplicationInstancesAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DescribeReplicationSubnetGroupsResult> describeReplicationSubnetGroupsAsync(DescribeReplicationSubnetGroupsRequest request)
AWSDatabaseMigrationServiceAsyncReturns information about the replication subnet groups.
describeReplicationSubnetGroupsAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DescribeReplicationSubnetGroupsResult> describeReplicationSubnetGroupsAsync(DescribeReplicationSubnetGroupsRequest request, AsyncHandler<DescribeReplicationSubnetGroupsRequest,DescribeReplicationSubnetGroupsResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncReturns information about the replication subnet groups.
describeReplicationSubnetGroupsAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DescribeReplicationTaskAssessmentResultsResult> describeReplicationTaskAssessmentResultsAsync(DescribeReplicationTaskAssessmentResultsRequest request)
AWSDatabaseMigrationServiceAsyncReturns the task assessment results from the Amazon S3 bucket that DMS creates in your Amazon Web Services account. This action always returns the latest results.
For more information about DMS task assessments, see Creating a task assessment report in the Database Migration Service User Guide.
describeReplicationTaskAssessmentResultsAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DescribeReplicationTaskAssessmentResultsResult> describeReplicationTaskAssessmentResultsAsync(DescribeReplicationTaskAssessmentResultsRequest request, AsyncHandler<DescribeReplicationTaskAssessmentResultsRequest,DescribeReplicationTaskAssessmentResultsResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncReturns the task assessment results from the Amazon S3 bucket that DMS creates in your Amazon Web Services account. This action always returns the latest results.
For more information about DMS task assessments, see Creating a task assessment report in the Database Migration Service User Guide.
describeReplicationTaskAssessmentResultsAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DescribeReplicationTaskAssessmentRunsResult> describeReplicationTaskAssessmentRunsAsync(DescribeReplicationTaskAssessmentRunsRequest request)
AWSDatabaseMigrationServiceAsyncReturns a paginated list of premigration assessment runs based on filter settings.
These filter settings can specify a combination of premigration assessment runs, migration tasks, replication instances, and assessment run status values.
This operation doesn't return information about individual assessments. For this information, see the
DescribeReplicationTaskIndividualAssessments operation.
describeReplicationTaskAssessmentRunsAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DescribeReplicationTaskAssessmentRunsResult> describeReplicationTaskAssessmentRunsAsync(DescribeReplicationTaskAssessmentRunsRequest request, AsyncHandler<DescribeReplicationTaskAssessmentRunsRequest,DescribeReplicationTaskAssessmentRunsResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncReturns a paginated list of premigration assessment runs based on filter settings.
These filter settings can specify a combination of premigration assessment runs, migration tasks, replication instances, and assessment run status values.
This operation doesn't return information about individual assessments. For this information, see the
DescribeReplicationTaskIndividualAssessments operation.
describeReplicationTaskAssessmentRunsAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DescribeReplicationTaskIndividualAssessmentsResult> describeReplicationTaskIndividualAssessmentsAsync(DescribeReplicationTaskIndividualAssessmentsRequest request)
AWSDatabaseMigrationServiceAsyncReturns a paginated list of individual assessments based on filter settings.
These filter settings can specify a combination of premigration assessment runs, migration tasks, and assessment status values.
describeReplicationTaskIndividualAssessmentsAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DescribeReplicationTaskIndividualAssessmentsResult> describeReplicationTaskIndividualAssessmentsAsync(DescribeReplicationTaskIndividualAssessmentsRequest request, AsyncHandler<DescribeReplicationTaskIndividualAssessmentsRequest,DescribeReplicationTaskIndividualAssessmentsResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncReturns a paginated list of individual assessments based on filter settings.
These filter settings can specify a combination of premigration assessment runs, migration tasks, and assessment status values.
describeReplicationTaskIndividualAssessmentsAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DescribeReplicationTasksResult> describeReplicationTasksAsync(DescribeReplicationTasksRequest request)
AWSDatabaseMigrationServiceAsyncReturns information about replication tasks for your account in the current region.
describeReplicationTasksAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DescribeReplicationTasksResult> describeReplicationTasksAsync(DescribeReplicationTasksRequest request, AsyncHandler<DescribeReplicationTasksRequest,DescribeReplicationTasksResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncReturns information about replication tasks for your account in the current region.
describeReplicationTasksAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DescribeSchemasResult> describeSchemasAsync(DescribeSchemasRequest request)
AWSDatabaseMigrationServiceAsyncReturns information about the schema for the specified endpoint.
describeSchemasAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DescribeSchemasResult> describeSchemasAsync(DescribeSchemasRequest request, AsyncHandler<DescribeSchemasRequest,DescribeSchemasResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncReturns information about the schema for the specified endpoint.
describeSchemasAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<DescribeTableStatisticsResult> describeTableStatisticsAsync(DescribeTableStatisticsRequest request)
AWSDatabaseMigrationServiceAsyncReturns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.
Note that the "last updated" column the DMS console only indicates the time that DMS last updated the table statistics record for a table. It does not indicate the time of the last update to the table.
describeTableStatisticsAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<DescribeTableStatisticsResult> describeTableStatisticsAsync(DescribeTableStatisticsRequest request, AsyncHandler<DescribeTableStatisticsRequest,DescribeTableStatisticsResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncReturns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.
Note that the "last updated" column the DMS console only indicates the time that DMS last updated the table statistics record for a table. It does not indicate the time of the last update to the table.
describeTableStatisticsAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<ImportCertificateResult> importCertificateAsync(ImportCertificateRequest request)
AWSDatabaseMigrationServiceAsyncUploads the specified certificate.
importCertificateAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<ImportCertificateResult> importCertificateAsync(ImportCertificateRequest request, AsyncHandler<ImportCertificateRequest,ImportCertificateResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncUploads the specified certificate.
importCertificateAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AWSDatabaseMigrationServiceAsync
Lists all metadata tags attached to an DMS resource, including replication instance, endpoint, subnet group, and
migration task. For more information, see Tag data type
description.
listTagsForResourceAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSDatabaseMigrationServiceAsync
Lists all metadata tags attached to an DMS resource, including replication instance, endpoint, subnet group, and
migration task. For more information, see Tag data type
description.
listTagsForResourceAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<ModifyEndpointResult> modifyEndpointAsync(ModifyEndpointRequest request)
AWSDatabaseMigrationServiceAsyncModifies the specified endpoint.
For a MySQL source or target endpoint, don't explicitly specify the database using the DatabaseName
request parameter on the ModifyEndpoint API call. Specifying DatabaseName when you
modify a MySQL endpoint replicates all the task tables to this single database. For MySQL endpoints, you specify
the database only when you specify the schema in the table-mapping rules of the DMS task.
modifyEndpointAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<ModifyEndpointResult> modifyEndpointAsync(ModifyEndpointRequest request, AsyncHandler<ModifyEndpointRequest,ModifyEndpointResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncModifies the specified endpoint.
For a MySQL source or target endpoint, don't explicitly specify the database using the DatabaseName
request parameter on the ModifyEndpoint API call. Specifying DatabaseName when you
modify a MySQL endpoint replicates all the task tables to this single database. For MySQL endpoints, you specify
the database only when you specify the schema in the table-mapping rules of the DMS task.
modifyEndpointAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<ModifyEventSubscriptionResult> modifyEventSubscriptionAsync(ModifyEventSubscriptionRequest request)
AWSDatabaseMigrationServiceAsyncModifies an existing DMS event notification subscription.
modifyEventSubscriptionAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<ModifyEventSubscriptionResult> modifyEventSubscriptionAsync(ModifyEventSubscriptionRequest request, AsyncHandler<ModifyEventSubscriptionRequest,ModifyEventSubscriptionResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncModifies an existing DMS event notification subscription.
modifyEventSubscriptionAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<ModifyReplicationInstanceResult> modifyReplicationInstanceAsync(ModifyReplicationInstanceRequest request)
AWSDatabaseMigrationServiceAsyncModifies the replication instance to apply new settings. You can change one or more parameters by specifying these parameters and the new values in the request.
Some settings are applied during the maintenance window.
modifyReplicationInstanceAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<ModifyReplicationInstanceResult> modifyReplicationInstanceAsync(ModifyReplicationInstanceRequest request, AsyncHandler<ModifyReplicationInstanceRequest,ModifyReplicationInstanceResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncModifies the replication instance to apply new settings. You can change one or more parameters by specifying these parameters and the new values in the request.
Some settings are applied during the maintenance window.
modifyReplicationInstanceAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<ModifyReplicationSubnetGroupResult> modifyReplicationSubnetGroupAsync(ModifyReplicationSubnetGroupRequest request)
AWSDatabaseMigrationServiceAsyncModifies the settings for the specified replication subnet group.
modifyReplicationSubnetGroupAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<ModifyReplicationSubnetGroupResult> modifyReplicationSubnetGroupAsync(ModifyReplicationSubnetGroupRequest request, AsyncHandler<ModifyReplicationSubnetGroupRequest,ModifyReplicationSubnetGroupResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncModifies the settings for the specified replication subnet group.
modifyReplicationSubnetGroupAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<ModifyReplicationTaskResult> modifyReplicationTaskAsync(ModifyReplicationTaskRequest request)
AWSDatabaseMigrationServiceAsyncModifies the specified replication task.
You can't modify the task endpoints. The task must be stopped before you can modify it.
For more information about DMS tasks, see Working with Migration Tasks in the Database Migration Service User Guide.
modifyReplicationTaskAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<ModifyReplicationTaskResult> modifyReplicationTaskAsync(ModifyReplicationTaskRequest request, AsyncHandler<ModifyReplicationTaskRequest,ModifyReplicationTaskResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncModifies the specified replication task.
You can't modify the task endpoints. The task must be stopped before you can modify it.
For more information about DMS tasks, see Working with Migration Tasks in the Database Migration Service User Guide.
modifyReplicationTaskAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<MoveReplicationTaskResult> moveReplicationTaskAsync(MoveReplicationTaskRequest request)
AWSDatabaseMigrationServiceAsyncMoves a replication task from its current replication instance to a different target replication instance using the specified parameters. The target replication instance must be created with the same or later DMS version as the current replication instance.
moveReplicationTaskAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<MoveReplicationTaskResult> moveReplicationTaskAsync(MoveReplicationTaskRequest request, AsyncHandler<MoveReplicationTaskRequest,MoveReplicationTaskResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncMoves a replication task from its current replication instance to a different target replication instance using the specified parameters. The target replication instance must be created with the same or later DMS version as the current replication instance.
moveReplicationTaskAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<RebootReplicationInstanceResult> rebootReplicationInstanceAsync(RebootReplicationInstanceRequest request)
AWSDatabaseMigrationServiceAsyncReboots a replication instance. Rebooting results in a momentary outage, until the replication instance becomes available again.
rebootReplicationInstanceAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<RebootReplicationInstanceResult> rebootReplicationInstanceAsync(RebootReplicationInstanceRequest request, AsyncHandler<RebootReplicationInstanceRequest,RebootReplicationInstanceResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncReboots a replication instance. Rebooting results in a momentary outage, until the replication instance becomes available again.
rebootReplicationInstanceAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<RefreshSchemasResult> refreshSchemasAsync(RefreshSchemasRequest request)
AWSDatabaseMigrationServiceAsyncPopulates the schema for the specified endpoint. This is an asynchronous operation and can take several minutes. You can check the status of this operation by calling the DescribeRefreshSchemasStatus operation.
refreshSchemasAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<RefreshSchemasResult> refreshSchemasAsync(RefreshSchemasRequest request, AsyncHandler<RefreshSchemasRequest,RefreshSchemasResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncPopulates the schema for the specified endpoint. This is an asynchronous operation and can take several minutes. You can check the status of this operation by calling the DescribeRefreshSchemasStatus operation.
refreshSchemasAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<ReloadTablesResult> reloadTablesAsync(ReloadTablesRequest request)
AWSDatabaseMigrationServiceAsyncReloads the target database table with the source data.
You can only use this operation with a task in the RUNNING state, otherwise the service will throw
an InvalidResourceStateFault exception.
reloadTablesAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<ReloadTablesResult> reloadTablesAsync(ReloadTablesRequest request, AsyncHandler<ReloadTablesRequest,ReloadTablesResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncReloads the target database table with the source data.
You can only use this operation with a task in the RUNNING state, otherwise the service will throw
an InvalidResourceStateFault exception.
reloadTablesAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<RemoveTagsFromResourceResult> removeTagsFromResourceAsync(RemoveTagsFromResourceRequest request)
AWSDatabaseMigrationServiceAsync
Removes metadata tags from an DMS resource, including replication instance, endpoint, subnet group, and migration
task. For more information, see
Tag data type description.
removeTagsFromResourceAsync in interface AWSDatabaseMigrationServiceAsyncrequest - Removes one or more tags from an DMS resource.public Future<RemoveTagsFromResourceResult> removeTagsFromResourceAsync(RemoveTagsFromResourceRequest request, AsyncHandler<RemoveTagsFromResourceRequest,RemoveTagsFromResourceResult> asyncHandler)
AWSDatabaseMigrationServiceAsync
Removes metadata tags from an DMS resource, including replication instance, endpoint, subnet group, and migration
task. For more information, see
Tag data type description.
removeTagsFromResourceAsync in interface AWSDatabaseMigrationServiceAsyncrequest - Removes one or more tags from an DMS resource.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<RunFleetAdvisorLsaAnalysisResult> runFleetAdvisorLsaAnalysisAsync(RunFleetAdvisorLsaAnalysisRequest request)
AWSDatabaseMigrationServiceAsyncRuns large-scale assessment (LSA) analysis on every Fleet Advisor collector in your account.
runFleetAdvisorLsaAnalysisAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<RunFleetAdvisorLsaAnalysisResult> runFleetAdvisorLsaAnalysisAsync(RunFleetAdvisorLsaAnalysisRequest request, AsyncHandler<RunFleetAdvisorLsaAnalysisRequest,RunFleetAdvisorLsaAnalysisResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncRuns large-scale assessment (LSA) analysis on every Fleet Advisor collector in your account.
runFleetAdvisorLsaAnalysisAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<StartRecommendationsResult> startRecommendationsAsync(StartRecommendationsRequest request)
AWSDatabaseMigrationServiceAsyncStarts the analysis of your source database to provide recommendations of target engines.
You can create recommendations for multiple source databases using BatchStartRecommendations.
startRecommendationsAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<StartRecommendationsResult> startRecommendationsAsync(StartRecommendationsRequest request, AsyncHandler<StartRecommendationsRequest,StartRecommendationsResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncStarts the analysis of your source database to provide recommendations of target engines.
You can create recommendations for multiple source databases using BatchStartRecommendations.
startRecommendationsAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<StartReplicationTaskResult> startReplicationTaskAsync(StartReplicationTaskRequest request)
AWSDatabaseMigrationServiceAsyncStarts the replication task.
For more information about DMS tasks, see Working with Migration Tasks in the Database Migration Service User Guide.
startReplicationTaskAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<StartReplicationTaskResult> startReplicationTaskAsync(StartReplicationTaskRequest request, AsyncHandler<StartReplicationTaskRequest,StartReplicationTaskResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncStarts the replication task.
For more information about DMS tasks, see Working with Migration Tasks in the Database Migration Service User Guide.
startReplicationTaskAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<StartReplicationTaskAssessmentResult> startReplicationTaskAssessmentAsync(StartReplicationTaskAssessmentRequest request)
AWSDatabaseMigrationServiceAsyncStarts the replication task assessment for unsupported data types in the source database.
You can only use this operation for a task if the following conditions are true:
The task must be in the stopped state.
The task must have successful connections to the source and target.
If either of these conditions are not met, an InvalidResourceStateFault error will result.
For information about DMS task assessments, see Creating a task assessment report in the Database Migration Service User Guide.
startReplicationTaskAssessmentAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<StartReplicationTaskAssessmentResult> startReplicationTaskAssessmentAsync(StartReplicationTaskAssessmentRequest request, AsyncHandler<StartReplicationTaskAssessmentRequest,StartReplicationTaskAssessmentResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncStarts the replication task assessment for unsupported data types in the source database.
You can only use this operation for a task if the following conditions are true:
The task must be in the stopped state.
The task must have successful connections to the source and target.
If either of these conditions are not met, an InvalidResourceStateFault error will result.
For information about DMS task assessments, see Creating a task assessment report in the Database Migration Service User Guide.
startReplicationTaskAssessmentAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<StartReplicationTaskAssessmentRunResult> startReplicationTaskAssessmentRunAsync(StartReplicationTaskAssessmentRunRequest request)
AWSDatabaseMigrationServiceAsyncStarts a new premigration assessment run for one or more individual assessments of a migration task.
The assessments that you can specify depend on the source and target database engine and the migration type defined for the given task. To run this operation, your migration task must already be created. After you run this operation, you can review the status of each individual assessment. You can also run the migration task manually after the assessment run and its individual assessments complete.
startReplicationTaskAssessmentRunAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<StartReplicationTaskAssessmentRunResult> startReplicationTaskAssessmentRunAsync(StartReplicationTaskAssessmentRunRequest request, AsyncHandler<StartReplicationTaskAssessmentRunRequest,StartReplicationTaskAssessmentRunResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncStarts a new premigration assessment run for one or more individual assessments of a migration task.
The assessments that you can specify depend on the source and target database engine and the migration type defined for the given task. To run this operation, your migration task must already be created. After you run this operation, you can review the status of each individual assessment. You can also run the migration task manually after the assessment run and its individual assessments complete.
startReplicationTaskAssessmentRunAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<StopReplicationTaskResult> stopReplicationTaskAsync(StopReplicationTaskRequest request)
AWSDatabaseMigrationServiceAsyncStops the replication task.
stopReplicationTaskAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<StopReplicationTaskResult> stopReplicationTaskAsync(StopReplicationTaskRequest request, AsyncHandler<StopReplicationTaskRequest,StopReplicationTaskResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncStops the replication task.
stopReplicationTaskAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<TestConnectionResult> testConnectionAsync(TestConnectionRequest request)
AWSDatabaseMigrationServiceAsyncTests the connection between the replication instance and the endpoint.
testConnectionAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<TestConnectionResult> testConnectionAsync(TestConnectionRequest request, AsyncHandler<TestConnectionRequest,TestConnectionResult> asyncHandler)
AWSDatabaseMigrationServiceAsyncTests the connection between the replication instance and the endpoint.
testConnectionAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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<UpdateSubscriptionsToEventBridgeResult> updateSubscriptionsToEventBridgeAsync(UpdateSubscriptionsToEventBridgeRequest request)
AWSDatabaseMigrationServiceAsync
Migrates 10 active and enabled Amazon SNS subscriptions at a time and converts them to corresponding Amazon
EventBridge rules. By default, this operation migrates subscriptions only when all your replication instance
versions are 3.4.6 or higher. If any replication instances are from versions earlier than 3.4.6, the operation
raises an error and tells you to upgrade these instances to version 3.4.6 or higher. To enable migration
regardless of version, set the Force option to true. However, if you don't upgrade instances earlier
than version 3.4.6, some types of events might not be available when you use Amazon EventBridge.
To call this operation, make sure that you have certain permissions added to your user account. For more information, see Migrating event subscriptions to Amazon EventBridge in the Amazon Web Services Database Migration Service User Guide.
updateSubscriptionsToEventBridgeAsync in interface AWSDatabaseMigrationServiceAsyncpublic Future<UpdateSubscriptionsToEventBridgeResult> updateSubscriptionsToEventBridgeAsync(UpdateSubscriptionsToEventBridgeRequest request, AsyncHandler<UpdateSubscriptionsToEventBridgeRequest,UpdateSubscriptionsToEventBridgeResult> asyncHandler)
AWSDatabaseMigrationServiceAsync
Migrates 10 active and enabled Amazon SNS subscriptions at a time and converts them to corresponding Amazon
EventBridge rules. By default, this operation migrates subscriptions only when all your replication instance
versions are 3.4.6 or higher. If any replication instances are from versions earlier than 3.4.6, the operation
raises an error and tells you to upgrade these instances to version 3.4.6 or higher. To enable migration
regardless of version, set the Force option to true. However, if you don't upgrade instances earlier
than version 3.4.6, some types of events might not be available when you use Amazon EventBridge.
To call this operation, make sure that you have certain permissions added to your user account. For more information, see Migrating event subscriptions to Amazon EventBridge in the Amazon Web Services Database Migration Service User Guide.
updateSubscriptionsToEventBridgeAsync in interface AWSDatabaseMigrationServiceAsyncasyncHandler - 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.