@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSDatabaseMigrationService extends Object implements AWSDatabaseMigrationService
AWSDatabaseMigrationService. Convenient method forms pass through to the
 corresponding overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIXpublic void setEndpoint(String endpoint)
AWSDatabaseMigrationService
 Callers can pass in just the endpoint (ex: "dms.us-east-1.amazonaws.com") or a full URL, including the protocol
 (ex: "dms.us-east-1.amazonaws.com"). If the protocol is not specified here, the default protocol from this
 client's ClientConfiguration will be used, which by default is HTTPS.
 
For more information on using AWS regions with the AWS SDK for Java, and a complete list of all available endpoints for all AWS services, see: https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/java-dg-region-selection.html#region-selection- choose-endpoint
This method is not threadsafe. An endpoint should be configured when the client is created and before any service requests are made. Changing it afterwards creates inevitable race conditions for any service requests in transit or retrying.
setEndpoint in interface AWSDatabaseMigrationServiceendpoint - The endpoint (ex: "dms.us-east-1.amazonaws.com") or a full URL, including the protocol (ex:
        "dms.us-east-1.amazonaws.com") of the region specific AWS endpoint this client will communicate with.public void setRegion(Region region)
AWSDatabaseMigrationServiceAWSDatabaseMigrationService.setEndpoint(String), sets the regional endpoint for this
 client's service calls. Callers can use this method to control which AWS region they want to work with.
 
 By default, all service endpoints in all regions use the https protocol. To use http instead, specify it in the
 ClientConfiguration supplied at construction.
 
This method is not threadsafe. A region should be configured when the client is created and before any service requests are made. Changing it afterwards creates inevitable race conditions for any service requests in transit or retrying.
setRegion in interface AWSDatabaseMigrationServiceregion - The region this client will communicate with. See Region.getRegion(com.amazonaws.regions.Regions)
        for accessing a given region. Must not be null and must be a region where the service is available.Region.getRegion(com.amazonaws.regions.Regions), 
Region.createClient(Class, com.amazonaws.auth.AWSCredentialsProvider, ClientConfiguration), 
Region.isServiceSupported(String)public AddTagsToResourceResult addTagsToResource(AddTagsToResourceRequest request)
AWSDatabaseMigrationService
 Adds metadata tags to an AWS DMS resource, including replication instance, endpoint, security 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.
 
addTagsToResource in interface AWSDatabaseMigrationServicerequest - Associates a set of tags with an AWS DMS resource.public ApplyPendingMaintenanceActionResult applyPendingMaintenanceAction(ApplyPendingMaintenanceActionRequest request)
AWSDatabaseMigrationServiceApplies a pending maintenance action to a resource (for example, to a replication instance).
applyPendingMaintenanceAction in interface AWSDatabaseMigrationServicepublic CancelReplicationTaskAssessmentRunResult cancelReplicationTaskAssessmentRun(CancelReplicationTaskAssessmentRunRequest request)
AWSDatabaseMigrationServiceCancels 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.
cancelReplicationTaskAssessmentRun in interface AWSDatabaseMigrationServicepublic CreateEndpointResult createEndpoint(CreateEndpointRequest request)
AWSDatabaseMigrationServiceCreates an endpoint using the provided settings.
createEndpoint in interface AWSDatabaseMigrationServicepublic CreateEventSubscriptionResult createEventSubscription(CreateEventSubscriptionRequest request)
AWSDatabaseMigrationServiceCreates an AWS DMS event notification subscription.
 You can specify the type of source (SourceType) you want to be notified of, provide a list of AWS
 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 AWS DMS sources. If you don't specify either
 SourceType nor SourceIdentifier, you will be notified of events generated from all AWS
 DMS sources belonging to your customer account.
 
For more information about AWS DMS events, see Working with Events and Notifications in the AWS Database Migration Service User Guide.
createEventSubscription in interface AWSDatabaseMigrationServicepublic CreateReplicationInstanceResult createReplicationInstance(CreateReplicationInstanceRequest request)
AWSDatabaseMigrationServiceCreates the replication instance using the specified parameters.
AWS 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 AWS CLI and AWS DMS API. For information on the required permissions, see IAM Permissions Needed to Use AWS DMS.
createReplicationInstance in interface AWSDatabaseMigrationServicepublic CreateReplicationSubnetGroupResult createReplicationSubnetGroup(CreateReplicationSubnetGroupRequest request)
AWSDatabaseMigrationServiceCreates a replication subnet group given a list of the subnet IDs in a VPC.
createReplicationSubnetGroup in interface AWSDatabaseMigrationServicepublic CreateReplicationTaskResult createReplicationTask(CreateReplicationTaskRequest request)
AWSDatabaseMigrationServiceCreates a replication task using the specified parameters.
createReplicationTask in interface AWSDatabaseMigrationServicepublic DeleteCertificateResult deleteCertificate(DeleteCertificateRequest request)
AWSDatabaseMigrationServiceDeletes the specified certificate.
deleteCertificate in interface AWSDatabaseMigrationServicepublic DeleteConnectionResult deleteConnection(DeleteConnectionRequest request)
AWSDatabaseMigrationServiceDeletes the connection between a replication instance and an endpoint.
deleteConnection in interface AWSDatabaseMigrationServicepublic DeleteEndpointResult deleteEndpoint(DeleteEndpointRequest request)
AWSDatabaseMigrationServiceDeletes the specified endpoint.
All tasks associated with the endpoint must be deleted before you can delete the endpoint.
deleteEndpoint in interface AWSDatabaseMigrationServicepublic DeleteEventSubscriptionResult deleteEventSubscription(DeleteEventSubscriptionRequest request)
AWSDatabaseMigrationServiceDeletes an AWS DMS event subscription.
deleteEventSubscription in interface AWSDatabaseMigrationServicepublic DeleteReplicationInstanceResult deleteReplicationInstance(DeleteReplicationInstanceRequest request)
AWSDatabaseMigrationServiceDeletes the specified replication instance.
You must delete any migration tasks that are associated with the replication instance before you can delete it.
deleteReplicationInstance in interface AWSDatabaseMigrationServicepublic DeleteReplicationSubnetGroupResult deleteReplicationSubnetGroup(DeleteReplicationSubnetGroupRequest request)
AWSDatabaseMigrationServiceDeletes a subnet group.
deleteReplicationSubnetGroup in interface AWSDatabaseMigrationServicepublic DeleteReplicationTaskResult deleteReplicationTask(DeleteReplicationTaskRequest request)
AWSDatabaseMigrationServiceDeletes the specified replication task.
deleteReplicationTask in interface AWSDatabaseMigrationServicepublic DeleteReplicationTaskAssessmentRunResult deleteReplicationTaskAssessmentRun(DeleteReplicationTaskAssessmentRunRequest request)
AWSDatabaseMigrationServiceDeletes the record of a single premigration assessment run.
This operation removes all metadata that AWS 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.
deleteReplicationTaskAssessmentRun in interface AWSDatabaseMigrationServicepublic DescribeAccountAttributesResult describeAccountAttributes(DescribeAccountAttributesRequest request)
AWSDatabaseMigrationServiceLists all of the AWS DMS attributes for a customer account. These attributes include AWS 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.
describeAccountAttributes in interface AWSDatabaseMigrationServicepublic DescribeApplicableIndividualAssessmentsResult describeApplicableIndividualAssessments(DescribeApplicableIndividualAssessmentsRequest request)
AWSDatabaseMigrationServiceProvides 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.
describeApplicableIndividualAssessments in interface AWSDatabaseMigrationServicepublic DescribeCertificatesResult describeCertificates(DescribeCertificatesRequest request)
AWSDatabaseMigrationServiceProvides a description of the certificate.
describeCertificates in interface AWSDatabaseMigrationServicepublic DescribeConnectionsResult describeConnections(DescribeConnectionsRequest request)
AWSDatabaseMigrationServiceDescribes the status of the connections that have been made between the replication instance and an endpoint. Connections are created when you test an endpoint.
describeConnections in interface AWSDatabaseMigrationServicepublic DescribeEndpointSettingsResult describeEndpointSettings(DescribeEndpointSettingsRequest request)
AWSDatabaseMigrationServiceReturns information about the possible endpoint settings available when you create an endpoint for a specific database engine.
describeEndpointSettings in interface AWSDatabaseMigrationServicepublic DescribeEndpointTypesResult describeEndpointTypes(DescribeEndpointTypesRequest request)
AWSDatabaseMigrationServiceReturns information about the type of endpoints available.
describeEndpointTypes in interface AWSDatabaseMigrationServicepublic DescribeEndpointsResult describeEndpoints(DescribeEndpointsRequest request)
AWSDatabaseMigrationServiceReturns information about the endpoints for your account in the current region.
describeEndpoints in interface AWSDatabaseMigrationServicepublic DescribeEventCategoriesResult describeEventCategories(DescribeEventCategoriesRequest request)
AWSDatabaseMigrationServiceLists 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 AWS Database Migration Service User Guide.
describeEventCategories in interface AWSDatabaseMigrationServicepublic DescribeEventSubscriptionsResult describeEventSubscriptions(DescribeEventSubscriptionsRequest request)
AWSDatabaseMigrationService
 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.
 
describeEventSubscriptions in interface AWSDatabaseMigrationServicepublic DescribeEventsResult describeEvents(DescribeEventsRequest request)
AWSDatabaseMigrationServiceLists events for a given source identifier and source type. You can also specify a start and end time. For more information on AWS DMS events, see Working with Events and Notifications in the AWS Database Migration User Guide.
describeEvents in interface AWSDatabaseMigrationServicepublic DescribeOrderableReplicationInstancesResult describeOrderableReplicationInstances(DescribeOrderableReplicationInstancesRequest request)
AWSDatabaseMigrationServiceReturns information about the replication instance types that can be created in the specified region.
describeOrderableReplicationInstances in interface AWSDatabaseMigrationServicepublic DescribePendingMaintenanceActionsResult describePendingMaintenanceActions(DescribePendingMaintenanceActionsRequest request)
AWSDatabaseMigrationServiceFor internal use only
describePendingMaintenanceActions in interface AWSDatabaseMigrationServicepublic DescribeRefreshSchemasStatusResult describeRefreshSchemasStatus(DescribeRefreshSchemasStatusRequest request)
AWSDatabaseMigrationServiceReturns the status of the RefreshSchemas operation.
describeRefreshSchemasStatus in interface AWSDatabaseMigrationServicepublic DescribeReplicationInstanceTaskLogsResult describeReplicationInstanceTaskLogs(DescribeReplicationInstanceTaskLogsRequest request)
AWSDatabaseMigrationServiceReturns information about the task logs for the specified task.
describeReplicationInstanceTaskLogs in interface AWSDatabaseMigrationServicepublic DescribeReplicationInstancesResult describeReplicationInstances(DescribeReplicationInstancesRequest request)
AWSDatabaseMigrationServiceReturns information about replication instances for your account in the current region.
describeReplicationInstances in interface AWSDatabaseMigrationServicepublic DescribeReplicationSubnetGroupsResult describeReplicationSubnetGroups(DescribeReplicationSubnetGroupsRequest request)
AWSDatabaseMigrationServiceReturns information about the replication subnet groups.
describeReplicationSubnetGroups in interface AWSDatabaseMigrationServicepublic DescribeReplicationTaskAssessmentResultsResult describeReplicationTaskAssessmentResults(DescribeReplicationTaskAssessmentResultsRequest request)
AWSDatabaseMigrationServiceReturns the task assessment results from Amazon S3. This action always returns the latest results.
describeReplicationTaskAssessmentResults in interface AWSDatabaseMigrationServicepublic DescribeReplicationTaskAssessmentRunsResult describeReplicationTaskAssessmentRuns(DescribeReplicationTaskAssessmentRunsRequest request)
AWSDatabaseMigrationServiceReturns 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.
 
describeReplicationTaskAssessmentRuns in interface AWSDatabaseMigrationServicepublic DescribeReplicationTaskIndividualAssessmentsResult describeReplicationTaskIndividualAssessments(DescribeReplicationTaskIndividualAssessmentsRequest request)
AWSDatabaseMigrationServiceReturns 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.
describeReplicationTaskIndividualAssessments in interface AWSDatabaseMigrationServicepublic DescribeReplicationTasksResult describeReplicationTasks(DescribeReplicationTasksRequest request)
AWSDatabaseMigrationServiceReturns information about replication tasks for your account in the current region.
describeReplicationTasks in interface AWSDatabaseMigrationServicepublic DescribeSchemasResult describeSchemas(DescribeSchemasRequest request)
AWSDatabaseMigrationServiceReturns information about the schema for the specified endpoint.
describeSchemas in interface AWSDatabaseMigrationServicepublic DescribeTableStatisticsResult describeTableStatistics(DescribeTableStatisticsRequest request)
AWSDatabaseMigrationServiceReturns 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 AWS DMS last updated the table statistics record for a table. It does not indicate the time of the last update to the table.
describeTableStatistics in interface AWSDatabaseMigrationServicepublic ImportCertificateResult importCertificate(ImportCertificateRequest request)
AWSDatabaseMigrationServiceUploads the specified certificate.
importCertificate in interface AWSDatabaseMigrationServicepublic ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSDatabaseMigrationService
 Lists all metadata tags attached to an AWS DMS resource, including replication instance, endpoint, security
 group, and migration task. For more information, see  Tag  data type
 description.
 
listTagsForResource in interface AWSDatabaseMigrationServicepublic ModifyEndpointResult modifyEndpoint(ModifyEndpointRequest request)
AWSDatabaseMigrationServiceModifies the specified endpoint.
modifyEndpoint in interface AWSDatabaseMigrationServicepublic ModifyEventSubscriptionResult modifyEventSubscription(ModifyEventSubscriptionRequest request)
AWSDatabaseMigrationServiceModifies an existing AWS DMS event notification subscription.
modifyEventSubscription in interface AWSDatabaseMigrationServicepublic ModifyReplicationInstanceResult modifyReplicationInstance(ModifyReplicationInstanceRequest request)
AWSDatabaseMigrationServiceModifies 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.
modifyReplicationInstance in interface AWSDatabaseMigrationServicepublic ModifyReplicationSubnetGroupResult modifyReplicationSubnetGroup(ModifyReplicationSubnetGroupRequest request)
AWSDatabaseMigrationServiceModifies the settings for the specified replication subnet group.
modifyReplicationSubnetGroup in interface AWSDatabaseMigrationServicepublic ModifyReplicationTaskResult modifyReplicationTask(ModifyReplicationTaskRequest request)
AWSDatabaseMigrationServiceModifies 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 AWS DMS tasks, see Working with Migration Tasks in the AWS Database Migration Service User Guide.
modifyReplicationTask in interface AWSDatabaseMigrationServicepublic MoveReplicationTaskResult moveReplicationTask(MoveReplicationTaskRequest request)
AWSDatabaseMigrationServiceMoves 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 AWS DMS version as the current replication instance.
moveReplicationTask in interface AWSDatabaseMigrationServicepublic RebootReplicationInstanceResult rebootReplicationInstance(RebootReplicationInstanceRequest request)
AWSDatabaseMigrationServiceReboots a replication instance. Rebooting results in a momentary outage, until the replication instance becomes available again.
rebootReplicationInstance in interface AWSDatabaseMigrationServicepublic RefreshSchemasResult refreshSchemas(RefreshSchemasRequest request)
AWSDatabaseMigrationServicePopulates 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.
refreshSchemas in interface AWSDatabaseMigrationServicepublic ReloadTablesResult reloadTables(ReloadTablesRequest request)
AWSDatabaseMigrationServiceReloads the target database table with the source data.
reloadTables in interface AWSDatabaseMigrationServicepublic RemoveTagsFromResourceResult removeTagsFromResource(RemoveTagsFromResourceRequest request)
AWSDatabaseMigrationService
 Removes metadata tags from an AWS DMS resource, including replication instance, endpoint, security group, and
 migration task. For more information, see  Tag  data type
 description.
 
removeTagsFromResource in interface AWSDatabaseMigrationServicerequest - Removes one or more tags from an AWS DMS resource.public StartReplicationTaskResult startReplicationTask(StartReplicationTaskRequest request)
AWSDatabaseMigrationServiceStarts the replication task.
For more information about AWS DMS tasks, see Working with Migration Tasks in the AWS Database Migration Service User Guide.
startReplicationTask in interface AWSDatabaseMigrationServicepublic StartReplicationTaskAssessmentResult startReplicationTaskAssessment(StartReplicationTaskAssessmentRequest request)
AWSDatabaseMigrationServiceStarts the replication task assessment for unsupported data types in the source database.
startReplicationTaskAssessment in interface AWSDatabaseMigrationServicepublic StartReplicationTaskAssessmentRunResult startReplicationTaskAssessmentRun(StartReplicationTaskAssessmentRunRequest request)
AWSDatabaseMigrationServiceStarts 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.
startReplicationTaskAssessmentRun in interface AWSDatabaseMigrationServicepublic StopReplicationTaskResult stopReplicationTask(StopReplicationTaskRequest request)
AWSDatabaseMigrationServiceStops the replication task.
stopReplicationTask in interface AWSDatabaseMigrationServicepublic TestConnectionResult testConnection(TestConnectionRequest request)
AWSDatabaseMigrationServiceTests the connection between the replication instance and the endpoint.
testConnection in interface AWSDatabaseMigrationServicepublic void shutdown()
AWSDatabaseMigrationServiceshutdown in interface AWSDatabaseMigrationServicepublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSDatabaseMigrationServiceResponse 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 AWSDatabaseMigrationServicerequest - The originally executed request.public AWSDatabaseMigrationServiceWaiters waiters()
waiters in interface AWSDatabaseMigrationService