C# 클래스 Amazon.DatabaseMigrationService.AmazonDatabaseMigrationServiceClient

Implementation for accessing DatabaseMigrationService AWS Database Migration Service

AWS Database Migration Service (AWS DMS) can migrate your data to and from the most widely used commercial and open-source databases such as Oracle, PostgreSQL, Microsoft SQL Server, Amazon Redshift, MariaDB, Amazon Aurora, MySQL, and SAP Adaptive Server Enterprise (ASE). The service supports homogeneous migrations such as Oracle to Oracle, as well as heterogeneous migrations between different database platforms, such as Oracle to MySQL or SQL Server to PostgreSQL.

상속: AmazonServiceClient, IAmazonDatabaseMigrationService
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
AddTagsToResource ( AddTagsToResourceRequest request ) : AddTagsToResourceResponse

Adds metadata tags to a 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.

AddTagsToResourceAsync ( AddTagsToResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AddTagsToResource operation.

AmazonDatabaseMigrationServiceClient ( ) : System

Constructs AmazonDatabaseMigrationServiceClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonDatabaseMigrationServiceClient ( AWSCredentials credentials ) : System

Constructs AmazonDatabaseMigrationServiceClient with AWS Credentials

AmazonDatabaseMigrationServiceClient ( AWSCredentials credentials, AmazonDatabaseMigrationServiceConfig clientConfig ) : System

Constructs AmazonDatabaseMigrationServiceClient with AWS Credentials and an AmazonDatabaseMigrationServiceClient Configuration object.

AmazonDatabaseMigrationServiceClient ( AWSCredentials credentials, RegionEndpoint region ) : System

Constructs AmazonDatabaseMigrationServiceClient with AWS Credentials

AmazonDatabaseMigrationServiceClient ( AmazonDatabaseMigrationServiceConfig config ) : System

Constructs AmazonDatabaseMigrationServiceClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonDatabaseMigrationServiceClient ( RegionEndpoint region ) : System

Constructs AmazonDatabaseMigrationServiceClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonDatabaseMigrationServiceClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System

Constructs AmazonDatabaseMigrationServiceClient with AWS Access Key ID and AWS Secret Key

AmazonDatabaseMigrationServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonDatabaseMigrationServiceConfig clientConfig ) : System

Constructs AmazonDatabaseMigrationServiceClient with AWS Access Key ID, AWS Secret Key and an AmazonDatabaseMigrationServiceClient Configuration object.

AmazonDatabaseMigrationServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System

Constructs AmazonDatabaseMigrationServiceClient with AWS Access Key ID and AWS Secret Key

AmazonDatabaseMigrationServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System

Constructs AmazonDatabaseMigrationServiceClient with AWS Access Key ID and AWS Secret Key

AmazonDatabaseMigrationServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonDatabaseMigrationServiceConfig clientConfig ) : System

Constructs AmazonDatabaseMigrationServiceClient with AWS Access Key ID, AWS Secret Key and an AmazonDatabaseMigrationServiceClient Configuration object.

AmazonDatabaseMigrationServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System

Constructs AmazonDatabaseMigrationServiceClient with AWS Access Key ID and AWS Secret Key

BeginAddTagsToResource ( AddTagsToResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AddTagsToResource operation.

BeginCreateEndpoint ( CreateEndpointRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateEndpoint operation.

BeginCreateReplicationInstance ( CreateReplicationInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateReplicationInstance operation.

BeginCreateReplicationSubnetGroup ( CreateReplicationSubnetGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateReplicationSubnetGroup operation.

BeginCreateReplicationTask ( CreateReplicationTaskRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateReplicationTask operation.

BeginDeleteCertificate ( DeleteCertificateRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteCertificate operation.

BeginDeleteEndpoint ( DeleteEndpointRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteEndpoint operation.

BeginDeleteReplicationInstance ( DeleteReplicationInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteReplicationInstance operation.

BeginDeleteReplicationSubnetGroup ( DeleteReplicationSubnetGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteReplicationSubnetGroup operation.

BeginDeleteReplicationTask ( DeleteReplicationTaskRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteReplicationTask operation.

BeginDescribeAccountAttributes ( DescribeAccountAttributesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeAccountAttributes operation.

BeginDescribeCertificates ( DescribeCertificatesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeCertificates operation.

BeginDescribeConnections ( DescribeConnectionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeConnections operation.

BeginDescribeEndpointTypes ( DescribeEndpointTypesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeEndpointTypes operation.

BeginDescribeEndpoints ( DescribeEndpointsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeEndpoints operation.

BeginDescribeOrderableReplicationInstances ( DescribeOrderableReplicationInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeOrderableReplicationInstances operation.

BeginDescribeRefreshSchemasStatus ( DescribeRefreshSchemasStatusRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeRefreshSchemasStatus operation.

BeginDescribeReplicationInstances ( DescribeReplicationInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeReplicationInstances operation.

BeginDescribeReplicationSubnetGroups ( DescribeReplicationSubnetGroupsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeReplicationSubnetGroups operation.

BeginDescribeReplicationTasks ( DescribeReplicationTasksRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeReplicationTasks operation.

BeginDescribeSchemas ( DescribeSchemasRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeSchemas operation.

BeginDescribeTableStatistics ( DescribeTableStatisticsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeTableStatistics operation.

BeginImportCertificate ( ImportCertificateRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ImportCertificate operation.

BeginListTagsForResource ( ListTagsForResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListTagsForResource operation.

BeginModifyEndpoint ( ModifyEndpointRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ModifyEndpoint operation.

BeginModifyReplicationInstance ( ModifyReplicationInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ModifyReplicationInstance operation.

BeginModifyReplicationSubnetGroup ( ModifyReplicationSubnetGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ModifyReplicationSubnetGroup operation.

BeginModifyReplicationTask ( ModifyReplicationTaskRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ModifyReplicationTask operation.

BeginRefreshSchemas ( RefreshSchemasRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RefreshSchemas operation.

BeginRemoveTagsFromResource ( RemoveTagsFromResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RemoveTagsFromResource operation.

BeginStartReplicationTask ( StartReplicationTaskRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the StartReplicationTask operation.

BeginStopReplicationTask ( StopReplicationTaskRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the StopReplicationTask operation.

BeginTestConnection ( TestConnectionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the TestConnection operation.

CreateEndpoint ( CreateEndpointRequest request ) : CreateEndpointResponse

Creates an endpoint using the provided settings.

CreateEndpointAsync ( CreateEndpointRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateEndpoint operation.

CreateReplicationInstance ( CreateReplicationInstanceRequest request ) : CreateReplicationInstanceResponse

Creates the replication instance using the specified parameters.

CreateReplicationInstanceAsync ( CreateReplicationInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateReplicationInstance operation.

CreateReplicationSubnetGroup ( CreateReplicationSubnetGroupRequest request ) : CreateReplicationSubnetGroupResponse

Creates a replication subnet group given a list of the subnet IDs in a VPC.

CreateReplicationSubnetGroupAsync ( CreateReplicationSubnetGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateReplicationSubnetGroup operation.

CreateReplicationTask ( CreateReplicationTaskRequest request ) : CreateReplicationTaskResponse

Creates a replication task using the specified parameters.

CreateReplicationTaskAsync ( CreateReplicationTaskRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateReplicationTask operation.

DeleteCertificate ( DeleteCertificateRequest request ) : DeleteCertificateResponse

Deletes the specified certificate.

DeleteCertificateAsync ( DeleteCertificateRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteCertificate operation.

DeleteEndpoint ( DeleteEndpointRequest request ) : DeleteEndpointResponse

Deletes the specified endpoint.

All tasks associated with the endpoint must be deleted before you can delete the endpoint.

DeleteEndpointAsync ( DeleteEndpointRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteEndpoint operation.

DeleteReplicationInstance ( DeleteReplicationInstanceRequest request ) : DeleteReplicationInstanceResponse

Deletes the specified replication instance.

You must delete any migration tasks that are associated with the replication instance before you can delete it.

DeleteReplicationInstanceAsync ( DeleteReplicationInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteReplicationInstance operation.

DeleteReplicationSubnetGroup ( DeleteReplicationSubnetGroupRequest request ) : DeleteReplicationSubnetGroupResponse

Deletes a subnet group.

DeleteReplicationSubnetGroupAsync ( DeleteReplicationSubnetGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteReplicationSubnetGroup operation.

DeleteReplicationTask ( DeleteReplicationTaskRequest request ) : DeleteReplicationTaskResponse

Deletes the specified replication task.

DeleteReplicationTaskAsync ( DeleteReplicationTaskRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteReplicationTask operation.

DescribeAccountAttributes ( DescribeAccountAttributesRequest request ) : DescribeAccountAttributesResponse

Lists all of the AWS DMS attributes for a customer account. The attributes include AWS DMS quotas for the account, such as the number of replication instances allowed. The description for a quota includes the quota name, current usage toward that quota, and the quota's maximum value.

This command does not take any parameters.

DescribeAccountAttributesAsync ( DescribeAccountAttributesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeAccountAttributes operation.

DescribeCertificates ( DescribeCertificatesRequest request ) : DescribeCertificatesResponse

Provides a description of the certificate.

DescribeCertificatesAsync ( DescribeCertificatesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeCertificates operation.

DescribeConnections ( DescribeConnectionsRequest request ) : DescribeConnectionsResponse

Describes 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 ( DescribeConnectionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeConnections operation.

DescribeEndpointTypes ( DescribeEndpointTypesRequest request ) : DescribeEndpointTypesResponse

Returns information about the type of endpoints available.

DescribeEndpointTypesAsync ( DescribeEndpointTypesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeEndpointTypes operation.

DescribeEndpoints ( DescribeEndpointsRequest request ) : DescribeEndpointsResponse

Returns information about the endpoints for your account in the current region.

DescribeEndpointsAsync ( DescribeEndpointsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeEndpoints operation.

DescribeOrderableReplicationInstances ( DescribeOrderableReplicationInstancesRequest request ) : DescribeOrderableReplicationInstancesResponse

Returns information about the replication instance types that can be created in the specified region.

DescribeOrderableReplicationInstancesAsync ( DescribeOrderableReplicationInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeOrderableReplicationInstances operation.

DescribeRefreshSchemasStatus ( DescribeRefreshSchemasStatusRequest request ) : DescribeRefreshSchemasStatusResponse

Returns the status of the RefreshSchemas operation.

DescribeRefreshSchemasStatusAsync ( DescribeRefreshSchemasStatusRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeRefreshSchemasStatus operation.

DescribeReplicationInstances ( DescribeReplicationInstancesRequest request ) : DescribeReplicationInstancesResponse

Returns information about replication instances for your account in the current region.

DescribeReplicationInstancesAsync ( DescribeReplicationInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeReplicationInstances operation.

DescribeReplicationSubnetGroups ( DescribeReplicationSubnetGroupsRequest request ) : DescribeReplicationSubnetGroupsResponse

Returns information about the replication subnet groups.

DescribeReplicationSubnetGroupsAsync ( DescribeReplicationSubnetGroupsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeReplicationSubnetGroups operation.

DescribeReplicationTasks ( DescribeReplicationTasksRequest request ) : DescribeReplicationTasksResponse

Returns information about replication tasks for your account in the current region.

DescribeReplicationTasksAsync ( DescribeReplicationTasksRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeReplicationTasks operation.

DescribeSchemas ( DescribeSchemasRequest request ) : DescribeSchemasResponse

Returns information about the schema for the specified endpoint.

DescribeSchemasAsync ( DescribeSchemasRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeSchemas operation.

DescribeTableStatistics ( DescribeTableStatisticsRequest request ) : DescribeTableStatisticsResponse

Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.

DescribeTableStatisticsAsync ( DescribeTableStatisticsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeTableStatistics operation.

EndAddTagsToResource ( IAsyncResult asyncResult ) : AddTagsToResourceResponse

Finishes the asynchronous execution of the AddTagsToResource operation.

EndCreateEndpoint ( IAsyncResult asyncResult ) : CreateEndpointResponse

Finishes the asynchronous execution of the CreateEndpoint operation.

EndCreateReplicationInstance ( IAsyncResult asyncResult ) : CreateReplicationInstanceResponse

Finishes the asynchronous execution of the CreateReplicationInstance operation.

EndCreateReplicationSubnetGroup ( IAsyncResult asyncResult ) : CreateReplicationSubnetGroupResponse

Finishes the asynchronous execution of the CreateReplicationSubnetGroup operation.

EndCreateReplicationTask ( IAsyncResult asyncResult ) : CreateReplicationTaskResponse

Finishes the asynchronous execution of the CreateReplicationTask operation.

EndDeleteCertificate ( IAsyncResult asyncResult ) : DeleteCertificateResponse

Finishes the asynchronous execution of the DeleteCertificate operation.

EndDeleteEndpoint ( IAsyncResult asyncResult ) : DeleteEndpointResponse

Finishes the asynchronous execution of the DeleteEndpoint operation.

EndDeleteReplicationInstance ( IAsyncResult asyncResult ) : DeleteReplicationInstanceResponse

Finishes the asynchronous execution of the DeleteReplicationInstance operation.

EndDeleteReplicationSubnetGroup ( IAsyncResult asyncResult ) : DeleteReplicationSubnetGroupResponse

Finishes the asynchronous execution of the DeleteReplicationSubnetGroup operation.

EndDeleteReplicationTask ( IAsyncResult asyncResult ) : DeleteReplicationTaskResponse

Finishes the asynchronous execution of the DeleteReplicationTask operation.

EndDescribeAccountAttributes ( IAsyncResult asyncResult ) : DescribeAccountAttributesResponse

Finishes the asynchronous execution of the DescribeAccountAttributes operation.

EndDescribeCertificates ( IAsyncResult asyncResult ) : DescribeCertificatesResponse

Finishes the asynchronous execution of the DescribeCertificates operation.

EndDescribeConnections ( IAsyncResult asyncResult ) : DescribeConnectionsResponse

Finishes the asynchronous execution of the DescribeConnections operation.

EndDescribeEndpointTypes ( IAsyncResult asyncResult ) : DescribeEndpointTypesResponse

Finishes the asynchronous execution of the DescribeEndpointTypes operation.

EndDescribeEndpoints ( IAsyncResult asyncResult ) : DescribeEndpointsResponse

Finishes the asynchronous execution of the DescribeEndpoints operation.

EndDescribeOrderableReplicationInstances ( IAsyncResult asyncResult ) : DescribeOrderableReplicationInstancesResponse

Finishes the asynchronous execution of the DescribeOrderableReplicationInstances operation.

EndDescribeRefreshSchemasStatus ( IAsyncResult asyncResult ) : DescribeRefreshSchemasStatusResponse

Finishes the asynchronous execution of the DescribeRefreshSchemasStatus operation.

EndDescribeReplicationInstances ( IAsyncResult asyncResult ) : DescribeReplicationInstancesResponse

Finishes the asynchronous execution of the DescribeReplicationInstances operation.

EndDescribeReplicationSubnetGroups ( IAsyncResult asyncResult ) : DescribeReplicationSubnetGroupsResponse

Finishes the asynchronous execution of the DescribeReplicationSubnetGroups operation.

EndDescribeReplicationTasks ( IAsyncResult asyncResult ) : DescribeReplicationTasksResponse

Finishes the asynchronous execution of the DescribeReplicationTasks operation.

EndDescribeSchemas ( IAsyncResult asyncResult ) : DescribeSchemasResponse

Finishes the asynchronous execution of the DescribeSchemas operation.

EndDescribeTableStatistics ( IAsyncResult asyncResult ) : DescribeTableStatisticsResponse

Finishes the asynchronous execution of the DescribeTableStatistics operation.

EndImportCertificate ( IAsyncResult asyncResult ) : ImportCertificateResponse

Finishes the asynchronous execution of the ImportCertificate operation.

EndListTagsForResource ( IAsyncResult asyncResult ) : ListTagsForResourceResponse

Finishes the asynchronous execution of the ListTagsForResource operation.

EndModifyEndpoint ( IAsyncResult asyncResult ) : ModifyEndpointResponse

Finishes the asynchronous execution of the ModifyEndpoint operation.

EndModifyReplicationInstance ( IAsyncResult asyncResult ) : ModifyReplicationInstanceResponse

Finishes the asynchronous execution of the ModifyReplicationInstance operation.

EndModifyReplicationSubnetGroup ( IAsyncResult asyncResult ) : ModifyReplicationSubnetGroupResponse

Finishes the asynchronous execution of the ModifyReplicationSubnetGroup operation.

EndModifyReplicationTask ( IAsyncResult asyncResult ) : ModifyReplicationTaskResponse

Finishes the asynchronous execution of the ModifyReplicationTask operation.

EndRefreshSchemas ( IAsyncResult asyncResult ) : RefreshSchemasResponse

Finishes the asynchronous execution of the RefreshSchemas operation.

EndRemoveTagsFromResource ( IAsyncResult asyncResult ) : RemoveTagsFromResourceResponse

Finishes the asynchronous execution of the RemoveTagsFromResource operation.

EndStartReplicationTask ( IAsyncResult asyncResult ) : StartReplicationTaskResponse

Finishes the asynchronous execution of the StartReplicationTask operation.

EndStopReplicationTask ( IAsyncResult asyncResult ) : StopReplicationTaskResponse

Finishes the asynchronous execution of the StopReplicationTask operation.

EndTestConnection ( IAsyncResult asyncResult ) : TestConnectionResponse

Finishes the asynchronous execution of the TestConnection operation.

ImportCertificate ( ImportCertificateRequest request ) : ImportCertificateResponse

Uploads the specified certificate.

ImportCertificateAsync ( ImportCertificateRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ImportCertificate operation.

ListTagsForResource ( ListTagsForResourceRequest request ) : ListTagsForResourceResponse

Lists all tags for an AWS DMS resource.

ListTagsForResourceAsync ( ListTagsForResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListTagsForResource operation.

ModifyEndpoint ( ModifyEndpointRequest request ) : ModifyEndpointResponse

Modifies the specified endpoint.

ModifyEndpointAsync ( ModifyEndpointRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ModifyEndpoint operation.

ModifyReplicationInstance ( ModifyReplicationInstanceRequest request ) : ModifyReplicationInstanceResponse

Modifies 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 ( ModifyReplicationInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ModifyReplicationInstance operation.

ModifyReplicationSubnetGroup ( ModifyReplicationSubnetGroupRequest request ) : ModifyReplicationSubnetGroupResponse

Modifies the settings for the specified replication subnet group.

ModifyReplicationSubnetGroupAsync ( ModifyReplicationSubnetGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ModifyReplicationSubnetGroup operation.

ModifyReplicationTask ( ModifyReplicationTaskRequest request ) : ModifyReplicationTaskResponse

Modifies the specified replication task.

You can't modify the task endpoints. The task must be stopped before you can modify it.

ModifyReplicationTaskAsync ( ModifyReplicationTaskRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ModifyReplicationTask operation.

RefreshSchemas ( RefreshSchemasRequest request ) : RefreshSchemasResponse

Populates 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 ( RefreshSchemasRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RefreshSchemas operation.

RemoveTagsFromResource ( RemoveTagsFromResourceRequest request ) : RemoveTagsFromResourceResponse

Removes metadata tags from a DMS resource.

RemoveTagsFromResourceAsync ( RemoveTagsFromResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RemoveTagsFromResource operation.

StartReplicationTask ( StartReplicationTaskRequest request ) : StartReplicationTaskResponse

Starts the replication task.

StartReplicationTaskAsync ( StartReplicationTaskRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the StartReplicationTask operation.

StopReplicationTask ( StopReplicationTaskRequest request ) : StopReplicationTaskResponse

Stops the replication task.

StopReplicationTaskAsync ( StopReplicationTaskRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the StopReplicationTask operation.

TestConnection ( TestConnectionRequest request ) : TestConnectionResponse

Tests the connection between the replication instance and the endpoint.

TestConnectionAsync ( TestConnectionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the TestConnection operation.

보호된 메소드들

메소드 설명
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

메소드 상세

AddTagsToResource() 공개 메소드

Adds metadata tags to a 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.
/// The resource could not be found. ///
public AddTagsToResource ( AddTagsToResourceRequest request ) : AddTagsToResourceResponse
request Amazon.DatabaseMigrationService.Model.AddTagsToResourceRequest Container for the necessary parameters to execute the AddTagsToResource service method.
리턴 AddTagsToResourceResponse

AddTagsToResourceAsync() 공개 메소드

Initiates the asynchronous execution of the AddTagsToResource operation.
public AddTagsToResourceAsync ( AddTagsToResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DatabaseMigrationService.Model.AddTagsToResourceRequest Container for the necessary parameters to execute the AddTagsToResource operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

AmazonDatabaseMigrationServiceClient() 공개 메소드

Constructs AmazonDatabaseMigrationServiceClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonDatabaseMigrationServiceClient ( ) : System
리턴 System

AmazonDatabaseMigrationServiceClient() 공개 메소드

Constructs AmazonDatabaseMigrationServiceClient with AWS Credentials
public AmazonDatabaseMigrationServiceClient ( AWSCredentials credentials ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
리턴 System

AmazonDatabaseMigrationServiceClient() 공개 메소드

Constructs AmazonDatabaseMigrationServiceClient with AWS Credentials and an AmazonDatabaseMigrationServiceClient Configuration object.
public AmazonDatabaseMigrationServiceClient ( AWSCredentials credentials, AmazonDatabaseMigrationServiceConfig clientConfig ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
clientConfig AmazonDatabaseMigrationServiceConfig The AmazonDatabaseMigrationServiceClient Configuration Object
리턴 System

AmazonDatabaseMigrationServiceClient() 공개 메소드

Constructs AmazonDatabaseMigrationServiceClient with AWS Credentials
public AmazonDatabaseMigrationServiceClient ( AWSCredentials credentials, RegionEndpoint region ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
region RegionEndpoint The region to connect.
리턴 System

AmazonDatabaseMigrationServiceClient() 공개 메소드

Constructs AmazonDatabaseMigrationServiceClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonDatabaseMigrationServiceClient ( AmazonDatabaseMigrationServiceConfig config ) : System
config AmazonDatabaseMigrationServiceConfig The AmazonDatabaseMigrationServiceClient Configuration Object
리턴 System

AmazonDatabaseMigrationServiceClient() 공개 메소드

Constructs AmazonDatabaseMigrationServiceClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonDatabaseMigrationServiceClient ( RegionEndpoint region ) : System
region RegionEndpoint The region to connect.
리턴 System

AmazonDatabaseMigrationServiceClient() 공개 메소드

Constructs AmazonDatabaseMigrationServiceClient with AWS Access Key ID and AWS Secret Key
public AmazonDatabaseMigrationServiceClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
리턴 System

AmazonDatabaseMigrationServiceClient() 공개 메소드

Constructs AmazonDatabaseMigrationServiceClient with AWS Access Key ID, AWS Secret Key and an AmazonDatabaseMigrationServiceClient Configuration object.
public AmazonDatabaseMigrationServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonDatabaseMigrationServiceConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
clientConfig AmazonDatabaseMigrationServiceConfig The AmazonDatabaseMigrationServiceClient Configuration Object
리턴 System

AmazonDatabaseMigrationServiceClient() 공개 메소드

Constructs AmazonDatabaseMigrationServiceClient with AWS Access Key ID and AWS Secret Key
public AmazonDatabaseMigrationServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
region RegionEndpoint The region to connect.
리턴 System

AmazonDatabaseMigrationServiceClient() 공개 메소드

Constructs AmazonDatabaseMigrationServiceClient with AWS Access Key ID and AWS Secret Key
public AmazonDatabaseMigrationServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
리턴 System

AmazonDatabaseMigrationServiceClient() 공개 메소드

Constructs AmazonDatabaseMigrationServiceClient with AWS Access Key ID, AWS Secret Key and an AmazonDatabaseMigrationServiceClient Configuration object.
public AmazonDatabaseMigrationServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonDatabaseMigrationServiceConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
clientConfig AmazonDatabaseMigrationServiceConfig The AmazonDatabaseMigrationServiceClient Configuration Object
리턴 System

AmazonDatabaseMigrationServiceClient() 공개 메소드

Constructs AmazonDatabaseMigrationServiceClient with AWS Access Key ID and AWS Secret Key
public AmazonDatabaseMigrationServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
region RegionEndpoint The region to connect.
리턴 System

BeginAddTagsToResource() 공개 메소드

Initiates the asynchronous execution of the AddTagsToResource operation.
public BeginAddTagsToResource ( AddTagsToResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request AddTagsToResourceRequest Container for the necessary parameters to execute the AddTagsToResource operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginCreateEndpoint() 공개 메소드

Initiates the asynchronous execution of the CreateEndpoint operation.
public BeginCreateEndpoint ( CreateEndpointRequest request, AsyncCallback callback, object state ) : IAsyncResult
request CreateEndpointRequest Container for the necessary parameters to execute the CreateEndpoint operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginCreateReplicationInstance() 공개 메소드

Initiates the asynchronous execution of the CreateReplicationInstance operation.
public BeginCreateReplicationInstance ( CreateReplicationInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request CreateReplicationInstanceRequest Container for the necessary parameters to execute the CreateReplicationInstance operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginCreateReplicationSubnetGroup() 공개 메소드

Initiates the asynchronous execution of the CreateReplicationSubnetGroup operation.
public BeginCreateReplicationSubnetGroup ( CreateReplicationSubnetGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult
request CreateReplicationSubnetGroupRequest Container for the necessary parameters to execute the CreateReplicationSubnetGroup operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginCreateReplicationTask() 공개 메소드

Initiates the asynchronous execution of the CreateReplicationTask operation.
public BeginCreateReplicationTask ( CreateReplicationTaskRequest request, AsyncCallback callback, object state ) : IAsyncResult
request CreateReplicationTaskRequest Container for the necessary parameters to execute the CreateReplicationTask operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDeleteCertificate() 공개 메소드

Initiates the asynchronous execution of the DeleteCertificate operation.
public BeginDeleteCertificate ( DeleteCertificateRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DeleteCertificateRequest Container for the necessary parameters to execute the DeleteCertificate operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDeleteEndpoint() 공개 메소드

Initiates the asynchronous execution of the DeleteEndpoint operation.
public BeginDeleteEndpoint ( DeleteEndpointRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DeleteEndpointRequest Container for the necessary parameters to execute the DeleteEndpoint operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDeleteReplicationInstance() 공개 메소드

Initiates the asynchronous execution of the DeleteReplicationInstance operation.
public BeginDeleteReplicationInstance ( DeleteReplicationInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DeleteReplicationInstanceRequest Container for the necessary parameters to execute the DeleteReplicationInstance operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDeleteReplicationSubnetGroup() 공개 메소드

Initiates the asynchronous execution of the DeleteReplicationSubnetGroup operation.
public BeginDeleteReplicationSubnetGroup ( DeleteReplicationSubnetGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DeleteReplicationSubnetGroupRequest Container for the necessary parameters to execute the DeleteReplicationSubnetGroup operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDeleteReplicationTask() 공개 메소드

Initiates the asynchronous execution of the DeleteReplicationTask operation.
public BeginDeleteReplicationTask ( DeleteReplicationTaskRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DeleteReplicationTaskRequest Container for the necessary parameters to execute the DeleteReplicationTask operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDescribeAccountAttributes() 공개 메소드

Initiates the asynchronous execution of the DescribeAccountAttributes operation.
public BeginDescribeAccountAttributes ( DescribeAccountAttributesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeAccountAttributesRequest Container for the necessary parameters to execute the DescribeAccountAttributes operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDescribeCertificates() 공개 메소드

Initiates the asynchronous execution of the DescribeCertificates operation.
public BeginDescribeCertificates ( DescribeCertificatesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeCertificatesRequest Container for the necessary parameters to execute the DescribeCertificates operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDescribeConnections() 공개 메소드

Initiates the asynchronous execution of the DescribeConnections operation.
public BeginDescribeConnections ( DescribeConnectionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeConnectionsRequest Container for the necessary parameters to execute the DescribeConnections operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDescribeEndpointTypes() 공개 메소드

Initiates the asynchronous execution of the DescribeEndpointTypes operation.
public BeginDescribeEndpointTypes ( DescribeEndpointTypesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeEndpointTypesRequest Container for the necessary parameters to execute the DescribeEndpointTypes operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDescribeEndpoints() 공개 메소드

Initiates the asynchronous execution of the DescribeEndpoints operation.
public BeginDescribeEndpoints ( DescribeEndpointsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeEndpointsRequest Container for the necessary parameters to execute the DescribeEndpoints operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDescribeOrderableReplicationInstances() 공개 메소드

Initiates the asynchronous execution of the DescribeOrderableReplicationInstances operation.
public BeginDescribeOrderableReplicationInstances ( DescribeOrderableReplicationInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeOrderableReplicationInstancesRequest Container for the necessary parameters to execute the DescribeOrderableReplicationInstances operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDescribeRefreshSchemasStatus() 공개 메소드

Initiates the asynchronous execution of the DescribeRefreshSchemasStatus operation.
public BeginDescribeRefreshSchemasStatus ( DescribeRefreshSchemasStatusRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeRefreshSchemasStatusRequest Container for the necessary parameters to execute the DescribeRefreshSchemasStatus operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDescribeReplicationInstances() 공개 메소드

Initiates the asynchronous execution of the DescribeReplicationInstances operation.
public BeginDescribeReplicationInstances ( DescribeReplicationInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeReplicationInstancesRequest Container for the necessary parameters to execute the DescribeReplicationInstances operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDescribeReplicationSubnetGroups() 공개 메소드

Initiates the asynchronous execution of the DescribeReplicationSubnetGroups operation.
public BeginDescribeReplicationSubnetGroups ( DescribeReplicationSubnetGroupsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeReplicationSubnetGroupsRequest Container for the necessary parameters to execute the DescribeReplicationSubnetGroups operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDescribeReplicationTasks() 공개 메소드

Initiates the asynchronous execution of the DescribeReplicationTasks operation.
public BeginDescribeReplicationTasks ( DescribeReplicationTasksRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeReplicationTasksRequest Container for the necessary parameters to execute the DescribeReplicationTasks operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDescribeSchemas() 공개 메소드

Initiates the asynchronous execution of the DescribeSchemas operation.
public BeginDescribeSchemas ( DescribeSchemasRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeSchemasRequest Container for the necessary parameters to execute the DescribeSchemas operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDescribeTableStatistics() 공개 메소드

Initiates the asynchronous execution of the DescribeTableStatistics operation.
public BeginDescribeTableStatistics ( DescribeTableStatisticsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeTableStatisticsRequest Container for the necessary parameters to execute the DescribeTableStatistics operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginImportCertificate() 공개 메소드

Initiates the asynchronous execution of the ImportCertificate operation.
public BeginImportCertificate ( ImportCertificateRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ImportCertificateRequest Container for the necessary parameters to execute the ImportCertificate operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginListTagsForResource() 공개 메소드

Initiates the asynchronous execution of the ListTagsForResource operation.
public BeginListTagsForResource ( ListTagsForResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ListTagsForResourceRequest Container for the necessary parameters to execute the ListTagsForResource operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginModifyEndpoint() 공개 메소드

Initiates the asynchronous execution of the ModifyEndpoint operation.
public BeginModifyEndpoint ( ModifyEndpointRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ModifyEndpointRequest Container for the necessary parameters to execute the ModifyEndpoint operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginModifyReplicationInstance() 공개 메소드

Initiates the asynchronous execution of the ModifyReplicationInstance operation.
public BeginModifyReplicationInstance ( ModifyReplicationInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ModifyReplicationInstanceRequest Container for the necessary parameters to execute the ModifyReplicationInstance operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginModifyReplicationSubnetGroup() 공개 메소드

Initiates the asynchronous execution of the ModifyReplicationSubnetGroup operation.
public BeginModifyReplicationSubnetGroup ( ModifyReplicationSubnetGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ModifyReplicationSubnetGroupRequest Container for the necessary parameters to execute the ModifyReplicationSubnetGroup operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginModifyReplicationTask() 공개 메소드

Initiates the asynchronous execution of the ModifyReplicationTask operation.
public BeginModifyReplicationTask ( ModifyReplicationTaskRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ModifyReplicationTaskRequest Container for the necessary parameters to execute the ModifyReplicationTask operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginRefreshSchemas() 공개 메소드

Initiates the asynchronous execution of the RefreshSchemas operation.
public BeginRefreshSchemas ( RefreshSchemasRequest request, AsyncCallback callback, object state ) : IAsyncResult
request RefreshSchemasRequest Container for the necessary parameters to execute the RefreshSchemas operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginRemoveTagsFromResource() 공개 메소드

Initiates the asynchronous execution of the RemoveTagsFromResource operation.
public BeginRemoveTagsFromResource ( RemoveTagsFromResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request RemoveTagsFromResourceRequest Container for the necessary parameters to execute the RemoveTagsFromResource operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginStartReplicationTask() 공개 메소드

Initiates the asynchronous execution of the StartReplicationTask operation.
public BeginStartReplicationTask ( StartReplicationTaskRequest request, AsyncCallback callback, object state ) : IAsyncResult
request StartReplicationTaskRequest Container for the necessary parameters to execute the StartReplicationTask operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginStopReplicationTask() 공개 메소드

Initiates the asynchronous execution of the StopReplicationTask operation.
public BeginStopReplicationTask ( StopReplicationTaskRequest request, AsyncCallback callback, object state ) : IAsyncResult
request StopReplicationTaskRequest Container for the necessary parameters to execute the StopReplicationTask operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginTestConnection() 공개 메소드

Initiates the asynchronous execution of the TestConnection operation.
public BeginTestConnection ( TestConnectionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request TestConnectionRequest Container for the necessary parameters to execute the TestConnection operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

CreateEndpoint() 공개 메소드

Creates an endpoint using the provided settings.
/// AWS DMS was denied access to the endpoint. /// /// The resource is in a state that prevents it from being used for database migration. /// /// AWS DMS cannot access the KMS key. /// /// The resource you are attempting to create already exists. /// /// The resource could not be found. /// /// The quota for this resource quota has been exceeded. ///
public CreateEndpoint ( CreateEndpointRequest request ) : CreateEndpointResponse
request CreateEndpointRequest Container for the necessary parameters to execute the CreateEndpoint service method.
리턴 CreateEndpointResponse

CreateEndpointAsync() 공개 메소드

Initiates the asynchronous execution of the CreateEndpoint operation.
public CreateEndpointAsync ( CreateEndpointRequest request, System cancellationToken = default(CancellationToken) ) : Task
request CreateEndpointRequest Container for the necessary parameters to execute the CreateEndpoint operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

CreateReplicationInstance() 공개 메소드

Creates the replication instance using the specified parameters.
/// AWS DMS was denied access to the endpoint. /// /// There are not enough resources allocated to the database migration. /// /// The resource is in a state that prevents it from being used for database migration. /// /// The subnet provided is invalid. /// /// AWS DMS cannot access the KMS key. /// /// The replication subnet group does not cover enough Availability Zones (AZs). Edit /// the replication subnet group and add more AZs. /// /// The resource you are attempting to create already exists. /// /// The resource could not be found. /// /// The quota for this resource quota has been exceeded. /// /// The storage quota has been exceeded. ///
public CreateReplicationInstance ( CreateReplicationInstanceRequest request ) : CreateReplicationInstanceResponse
request CreateReplicationInstanceRequest Container for the necessary parameters to execute the CreateReplicationInstance service method.
리턴 CreateReplicationInstanceResponse

CreateReplicationInstanceAsync() 공개 메소드

Initiates the asynchronous execution of the CreateReplicationInstance operation.
public CreateReplicationInstanceAsync ( CreateReplicationInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request CreateReplicationInstanceRequest Container for the necessary parameters to execute the CreateReplicationInstance operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

CreateReplicationSubnetGroup() 공개 메소드

Creates a replication subnet group given a list of the subnet IDs in a VPC.
/// AWS DMS was denied access to the endpoint. /// /// The subnet provided is invalid. /// /// The replication subnet group does not cover enough Availability Zones (AZs). Edit /// the replication subnet group and add more AZs. /// /// The resource you are attempting to create already exists. /// /// The resource could not be found. /// /// The quota for this resource quota has been exceeded. ///
public CreateReplicationSubnetGroup ( CreateReplicationSubnetGroupRequest request ) : CreateReplicationSubnetGroupResponse
request CreateReplicationSubnetGroupRequest Container for the necessary parameters to execute the CreateReplicationSubnetGroup service method.
리턴 CreateReplicationSubnetGroupResponse

CreateReplicationSubnetGroupAsync() 공개 메소드

Initiates the asynchronous execution of the CreateReplicationSubnetGroup operation.
public CreateReplicationSubnetGroupAsync ( CreateReplicationSubnetGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task
request CreateReplicationSubnetGroupRequest Container for the necessary parameters to execute the CreateReplicationSubnetGroup operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

CreateReplicationTask() 공개 메소드

Creates a replication task using the specified parameters.
/// The resource is in a state that prevents it from being used for database migration. /// /// AWS DMS cannot access the KMS key. /// /// The resource you are attempting to create already exists. /// /// The resource could not be found. /// /// The quota for this resource quota has been exceeded. ///
public CreateReplicationTask ( CreateReplicationTaskRequest request ) : CreateReplicationTaskResponse
request CreateReplicationTaskRequest Container for the necessary parameters to execute the CreateReplicationTask service method.
리턴 CreateReplicationTaskResponse

CreateReplicationTaskAsync() 공개 메소드

Initiates the asynchronous execution of the CreateReplicationTask operation.
public CreateReplicationTaskAsync ( CreateReplicationTaskRequest request, System cancellationToken = default(CancellationToken) ) : Task
request CreateReplicationTaskRequest Container for the necessary parameters to execute the CreateReplicationTask operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

CreateSigner() 보호된 메소드

Creates the signer for the service.
protected CreateSigner ( ) : AbstractAWSSigner
리턴 AbstractAWSSigner

DeleteCertificate() 공개 메소드

Deletes the specified certificate.
/// The resource is in a state that prevents it from being used for database migration. /// /// The resource could not be found. ///
public DeleteCertificate ( DeleteCertificateRequest request ) : DeleteCertificateResponse
request DeleteCertificateRequest Container for the necessary parameters to execute the DeleteCertificate service method.
리턴 DeleteCertificateResponse

DeleteCertificateAsync() 공개 메소드

Initiates the asynchronous execution of the DeleteCertificate operation.
public DeleteCertificateAsync ( DeleteCertificateRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteCertificateRequest Container for the necessary parameters to execute the DeleteCertificate operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DeleteEndpoint() 공개 메소드

Deletes the specified endpoint.

All tasks associated with the endpoint must be deleted before you can delete the endpoint.

/// The resource is in a state that prevents it from being used for database migration. /// /// The resource could not be found. ///
public DeleteEndpoint ( DeleteEndpointRequest request ) : DeleteEndpointResponse
request DeleteEndpointRequest Container for the necessary parameters to execute the DeleteEndpoint service method.
리턴 DeleteEndpointResponse

DeleteEndpointAsync() 공개 메소드

Initiates the asynchronous execution of the DeleteEndpoint operation.
public DeleteEndpointAsync ( DeleteEndpointRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteEndpointRequest Container for the necessary parameters to execute the DeleteEndpoint operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DeleteReplicationInstance() 공개 메소드

Deletes the specified replication instance.

You must delete any migration tasks that are associated with the replication instance before you can delete it.

/// The resource is in a state that prevents it from being used for database migration. /// /// The resource could not be found. ///
public DeleteReplicationInstance ( DeleteReplicationInstanceRequest request ) : DeleteReplicationInstanceResponse
request DeleteReplicationInstanceRequest Container for the necessary parameters to execute the DeleteReplicationInstance service method.
리턴 DeleteReplicationInstanceResponse

DeleteReplicationInstanceAsync() 공개 메소드

Initiates the asynchronous execution of the DeleteReplicationInstance operation.
public DeleteReplicationInstanceAsync ( DeleteReplicationInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteReplicationInstanceRequest Container for the necessary parameters to execute the DeleteReplicationInstance operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DeleteReplicationSubnetGroup() 공개 메소드

Deletes a subnet group.
/// The resource is in a state that prevents it from being used for database migration. /// /// The resource could not be found. ///
public DeleteReplicationSubnetGroup ( DeleteReplicationSubnetGroupRequest request ) : DeleteReplicationSubnetGroupResponse
request DeleteReplicationSubnetGroupRequest Container for the necessary parameters to execute the DeleteReplicationSubnetGroup service method.
리턴 DeleteReplicationSubnetGroupResponse

DeleteReplicationSubnetGroupAsync() 공개 메소드

Initiates the asynchronous execution of the DeleteReplicationSubnetGroup operation.
public DeleteReplicationSubnetGroupAsync ( DeleteReplicationSubnetGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteReplicationSubnetGroupRequest Container for the necessary parameters to execute the DeleteReplicationSubnetGroup operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DeleteReplicationTask() 공개 메소드

Deletes the specified replication task.
/// The resource is in a state that prevents it from being used for database migration. /// /// The resource could not be found. ///
public DeleteReplicationTask ( DeleteReplicationTaskRequest request ) : DeleteReplicationTaskResponse
request DeleteReplicationTaskRequest Container for the necessary parameters to execute the DeleteReplicationTask service method.
리턴 DeleteReplicationTaskResponse

DeleteReplicationTaskAsync() 공개 메소드

Initiates the asynchronous execution of the DeleteReplicationTask operation.
public DeleteReplicationTaskAsync ( DeleteReplicationTaskRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteReplicationTaskRequest Container for the necessary parameters to execute the DeleteReplicationTask operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeAccountAttributes() 공개 메소드

Lists all of the AWS DMS attributes for a customer account. The attributes include AWS DMS quotas for the account, such as the number of replication instances allowed. The description for a quota includes the quota name, current usage toward that quota, and the quota's maximum value.

This command does not take any parameters.

public DescribeAccountAttributes ( DescribeAccountAttributesRequest request ) : DescribeAccountAttributesResponse
request DescribeAccountAttributesRequest Container for the necessary parameters to execute the DescribeAccountAttributes service method.
리턴 DescribeAccountAttributesResponse

DescribeAccountAttributesAsync() 공개 메소드

Initiates the asynchronous execution of the DescribeAccountAttributes operation.
public DescribeAccountAttributesAsync ( DescribeAccountAttributesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeAccountAttributesRequest Container for the necessary parameters to execute the DescribeAccountAttributes operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeCertificates() 공개 메소드

Provides a description of the certificate.
/// The resource could not be found. ///
public DescribeCertificates ( DescribeCertificatesRequest request ) : DescribeCertificatesResponse
request DescribeCertificatesRequest Container for the necessary parameters to execute the DescribeCertificates service method.
리턴 DescribeCertificatesResponse

DescribeCertificatesAsync() 공개 메소드

Initiates the asynchronous execution of the DescribeCertificates operation.
public DescribeCertificatesAsync ( DescribeCertificatesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeCertificatesRequest Container for the necessary parameters to execute the DescribeCertificates operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeConnections() 공개 메소드

Describes the status of the connections that have been made between the replication instance and an endpoint. Connections are created when you test an endpoint.
/// The resource could not be found. ///
public DescribeConnections ( DescribeConnectionsRequest request ) : DescribeConnectionsResponse
request DescribeConnectionsRequest Container for the necessary parameters to execute the DescribeConnections service method.
리턴 DescribeConnectionsResponse

DescribeConnectionsAsync() 공개 메소드

Initiates the asynchronous execution of the DescribeConnections operation.
public DescribeConnectionsAsync ( DescribeConnectionsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeConnectionsRequest Container for the necessary parameters to execute the DescribeConnections operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeEndpointTypes() 공개 메소드

Returns information about the type of endpoints available.
public DescribeEndpointTypes ( DescribeEndpointTypesRequest request ) : DescribeEndpointTypesResponse
request DescribeEndpointTypesRequest Container for the necessary parameters to execute the DescribeEndpointTypes service method.
리턴 DescribeEndpointTypesResponse

DescribeEndpointTypesAsync() 공개 메소드

Initiates the asynchronous execution of the DescribeEndpointTypes operation.
public DescribeEndpointTypesAsync ( DescribeEndpointTypesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeEndpointTypesRequest Container for the necessary parameters to execute the DescribeEndpointTypes operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeEndpoints() 공개 메소드

Returns information about the endpoints for your account in the current region.
/// The resource could not be found. ///
public DescribeEndpoints ( DescribeEndpointsRequest request ) : DescribeEndpointsResponse
request DescribeEndpointsRequest Container for the necessary parameters to execute the DescribeEndpoints service method.
리턴 DescribeEndpointsResponse

DescribeEndpointsAsync() 공개 메소드

Initiates the asynchronous execution of the DescribeEndpoints operation.
public DescribeEndpointsAsync ( DescribeEndpointsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeEndpointsRequest Container for the necessary parameters to execute the DescribeEndpoints operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeOrderableReplicationInstances() 공개 메소드

Returns information about the replication instance types that can be created in the specified region.
public DescribeOrderableReplicationInstances ( DescribeOrderableReplicationInstancesRequest request ) : DescribeOrderableReplicationInstancesResponse
request DescribeOrderableReplicationInstancesRequest Container for the necessary parameters to execute the DescribeOrderableReplicationInstances service method.
리턴 DescribeOrderableReplicationInstancesResponse

DescribeOrderableReplicationInstancesAsync() 공개 메소드

Initiates the asynchronous execution of the DescribeOrderableReplicationInstances operation.
public DescribeOrderableReplicationInstancesAsync ( DescribeOrderableReplicationInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeOrderableReplicationInstancesRequest Container for the necessary parameters to execute the DescribeOrderableReplicationInstances operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeRefreshSchemasStatus() 공개 메소드

Returns the status of the RefreshSchemas operation.
/// The resource is in a state that prevents it from being used for database migration. /// /// The resource could not be found. ///
public DescribeRefreshSchemasStatus ( DescribeRefreshSchemasStatusRequest request ) : DescribeRefreshSchemasStatusResponse
request DescribeRefreshSchemasStatusRequest Container for the necessary parameters to execute the DescribeRefreshSchemasStatus service method.
리턴 DescribeRefreshSchemasStatusResponse

DescribeRefreshSchemasStatusAsync() 공개 메소드

Initiates the asynchronous execution of the DescribeRefreshSchemasStatus operation.
public DescribeRefreshSchemasStatusAsync ( DescribeRefreshSchemasStatusRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeRefreshSchemasStatusRequest Container for the necessary parameters to execute the DescribeRefreshSchemasStatus operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeReplicationInstances() 공개 메소드

Returns information about replication instances for your account in the current region.
/// The resource could not be found. ///
public DescribeReplicationInstances ( DescribeReplicationInstancesRequest request ) : DescribeReplicationInstancesResponse
request DescribeReplicationInstancesRequest Container for the necessary parameters to execute the DescribeReplicationInstances service method.
리턴 DescribeReplicationInstancesResponse

DescribeReplicationInstancesAsync() 공개 메소드

Initiates the asynchronous execution of the DescribeReplicationInstances operation.
public DescribeReplicationInstancesAsync ( DescribeReplicationInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeReplicationInstancesRequest Container for the necessary parameters to execute the DescribeReplicationInstances operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeReplicationSubnetGroups() 공개 메소드

Returns information about the replication subnet groups.
/// The resource could not be found. ///
public DescribeReplicationSubnetGroups ( DescribeReplicationSubnetGroupsRequest request ) : DescribeReplicationSubnetGroupsResponse
request DescribeReplicationSubnetGroupsRequest Container for the necessary parameters to execute the DescribeReplicationSubnetGroups service method.
리턴 DescribeReplicationSubnetGroupsResponse

DescribeReplicationSubnetGroupsAsync() 공개 메소드

Initiates the asynchronous execution of the DescribeReplicationSubnetGroups operation.
public DescribeReplicationSubnetGroupsAsync ( DescribeReplicationSubnetGroupsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeReplicationSubnetGroupsRequest Container for the necessary parameters to execute the DescribeReplicationSubnetGroups operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeReplicationTasks() 공개 메소드

Returns information about replication tasks for your account in the current region.
/// The resource could not be found. ///
public DescribeReplicationTasks ( DescribeReplicationTasksRequest request ) : DescribeReplicationTasksResponse
request DescribeReplicationTasksRequest Container for the necessary parameters to execute the DescribeReplicationTasks service method.
리턴 DescribeReplicationTasksResponse

DescribeReplicationTasksAsync() 공개 메소드

Initiates the asynchronous execution of the DescribeReplicationTasks operation.
public DescribeReplicationTasksAsync ( DescribeReplicationTasksRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeReplicationTasksRequest Container for the necessary parameters to execute the DescribeReplicationTasks operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeSchemas() 공개 메소드

Returns information about the schema for the specified endpoint.
/// The resource is in a state that prevents it from being used for database migration. /// /// The resource could not be found. ///
public DescribeSchemas ( DescribeSchemasRequest request ) : DescribeSchemasResponse
request DescribeSchemasRequest Container for the necessary parameters to execute the DescribeSchemas service method.
리턴 DescribeSchemasResponse

DescribeSchemasAsync() 공개 메소드

Initiates the asynchronous execution of the DescribeSchemas operation.
public DescribeSchemasAsync ( DescribeSchemasRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeSchemasRequest Container for the necessary parameters to execute the DescribeSchemas operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeTableStatistics() 공개 메소드

Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.
/// The resource is in a state that prevents it from being used for database migration. /// /// The resource could not be found. ///
public DescribeTableStatistics ( DescribeTableStatisticsRequest request ) : DescribeTableStatisticsResponse
request DescribeTableStatisticsRequest Container for the necessary parameters to execute the DescribeTableStatistics service method.
리턴 DescribeTableStatisticsResponse

DescribeTableStatisticsAsync() 공개 메소드

Initiates the asynchronous execution of the DescribeTableStatistics operation.
public DescribeTableStatisticsAsync ( DescribeTableStatisticsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeTableStatisticsRequest Container for the necessary parameters to execute the DescribeTableStatistics operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

Dispose() 보호된 메소드

Disposes the service client.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

EndAddTagsToResource() 공개 메소드

Finishes the asynchronous execution of the AddTagsToResource operation.
public EndAddTagsToResource ( IAsyncResult asyncResult ) : AddTagsToResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAddTagsToResource.
리턴 AddTagsToResourceResponse

EndCreateEndpoint() 공개 메소드

Finishes the asynchronous execution of the CreateEndpoint operation.
public EndCreateEndpoint ( IAsyncResult asyncResult ) : CreateEndpointResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateEndpoint.
리턴 CreateEndpointResponse

EndCreateReplicationInstance() 공개 메소드

Finishes the asynchronous execution of the CreateReplicationInstance operation.
public EndCreateReplicationInstance ( IAsyncResult asyncResult ) : CreateReplicationInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateReplicationInstance.
리턴 CreateReplicationInstanceResponse

EndCreateReplicationSubnetGroup() 공개 메소드

Finishes the asynchronous execution of the CreateReplicationSubnetGroup operation.
public EndCreateReplicationSubnetGroup ( IAsyncResult asyncResult ) : CreateReplicationSubnetGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateReplicationSubnetGroup.
리턴 CreateReplicationSubnetGroupResponse

EndCreateReplicationTask() 공개 메소드

Finishes the asynchronous execution of the CreateReplicationTask operation.
public EndCreateReplicationTask ( IAsyncResult asyncResult ) : CreateReplicationTaskResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateReplicationTask.
리턴 CreateReplicationTaskResponse

EndDeleteCertificate() 공개 메소드

Finishes the asynchronous execution of the DeleteCertificate operation.
public EndDeleteCertificate ( IAsyncResult asyncResult ) : DeleteCertificateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteCertificate.
리턴 DeleteCertificateResponse

EndDeleteEndpoint() 공개 메소드

Finishes the asynchronous execution of the DeleteEndpoint operation.
public EndDeleteEndpoint ( IAsyncResult asyncResult ) : DeleteEndpointResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteEndpoint.
리턴 DeleteEndpointResponse

EndDeleteReplicationInstance() 공개 메소드

Finishes the asynchronous execution of the DeleteReplicationInstance operation.
public EndDeleteReplicationInstance ( IAsyncResult asyncResult ) : DeleteReplicationInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteReplicationInstance.
리턴 DeleteReplicationInstanceResponse

EndDeleteReplicationSubnetGroup() 공개 메소드

Finishes the asynchronous execution of the DeleteReplicationSubnetGroup operation.
public EndDeleteReplicationSubnetGroup ( IAsyncResult asyncResult ) : DeleteReplicationSubnetGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteReplicationSubnetGroup.
리턴 DeleteReplicationSubnetGroupResponse

EndDeleteReplicationTask() 공개 메소드

Finishes the asynchronous execution of the DeleteReplicationTask operation.
public EndDeleteReplicationTask ( IAsyncResult asyncResult ) : DeleteReplicationTaskResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteReplicationTask.
리턴 DeleteReplicationTaskResponse

EndDescribeAccountAttributes() 공개 메소드

Finishes the asynchronous execution of the DescribeAccountAttributes operation.
public EndDescribeAccountAttributes ( IAsyncResult asyncResult ) : DescribeAccountAttributesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeAccountAttributes.
리턴 DescribeAccountAttributesResponse

EndDescribeCertificates() 공개 메소드

Finishes the asynchronous execution of the DescribeCertificates operation.
public EndDescribeCertificates ( IAsyncResult asyncResult ) : DescribeCertificatesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeCertificates.
리턴 DescribeCertificatesResponse

EndDescribeConnections() 공개 메소드

Finishes the asynchronous execution of the DescribeConnections operation.
public EndDescribeConnections ( IAsyncResult asyncResult ) : DescribeConnectionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeConnections.
리턴 DescribeConnectionsResponse

EndDescribeEndpointTypes() 공개 메소드

Finishes the asynchronous execution of the DescribeEndpointTypes operation.
public EndDescribeEndpointTypes ( IAsyncResult asyncResult ) : DescribeEndpointTypesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEndpointTypes.
리턴 DescribeEndpointTypesResponse

EndDescribeEndpoints() 공개 메소드

Finishes the asynchronous execution of the DescribeEndpoints operation.
public EndDescribeEndpoints ( IAsyncResult asyncResult ) : DescribeEndpointsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEndpoints.
리턴 DescribeEndpointsResponse

EndDescribeOrderableReplicationInstances() 공개 메소드

Finishes the asynchronous execution of the DescribeOrderableReplicationInstances operation.
public EndDescribeOrderableReplicationInstances ( IAsyncResult asyncResult ) : DescribeOrderableReplicationInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeOrderableReplicationInstances.
리턴 DescribeOrderableReplicationInstancesResponse

EndDescribeRefreshSchemasStatus() 공개 메소드

Finishes the asynchronous execution of the DescribeRefreshSchemasStatus operation.
public EndDescribeRefreshSchemasStatus ( IAsyncResult asyncResult ) : DescribeRefreshSchemasStatusResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeRefreshSchemasStatus.
리턴 DescribeRefreshSchemasStatusResponse

EndDescribeReplicationInstances() 공개 메소드

Finishes the asynchronous execution of the DescribeReplicationInstances operation.
public EndDescribeReplicationInstances ( IAsyncResult asyncResult ) : DescribeReplicationInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeReplicationInstances.
리턴 DescribeReplicationInstancesResponse

EndDescribeReplicationSubnetGroups() 공개 메소드

Finishes the asynchronous execution of the DescribeReplicationSubnetGroups operation.
public EndDescribeReplicationSubnetGroups ( IAsyncResult asyncResult ) : DescribeReplicationSubnetGroupsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeReplicationSubnetGroups.
리턴 DescribeReplicationSubnetGroupsResponse

EndDescribeReplicationTasks() 공개 메소드

Finishes the asynchronous execution of the DescribeReplicationTasks operation.
public EndDescribeReplicationTasks ( IAsyncResult asyncResult ) : DescribeReplicationTasksResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeReplicationTasks.
리턴 DescribeReplicationTasksResponse

EndDescribeSchemas() 공개 메소드

Finishes the asynchronous execution of the DescribeSchemas operation.
public EndDescribeSchemas ( IAsyncResult asyncResult ) : DescribeSchemasResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeSchemas.
리턴 DescribeSchemasResponse

EndDescribeTableStatistics() 공개 메소드

Finishes the asynchronous execution of the DescribeTableStatistics operation.
public EndDescribeTableStatistics ( IAsyncResult asyncResult ) : DescribeTableStatisticsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeTableStatistics.
리턴 DescribeTableStatisticsResponse

EndImportCertificate() 공개 메소드

Finishes the asynchronous execution of the ImportCertificate operation.
public EndImportCertificate ( IAsyncResult asyncResult ) : ImportCertificateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginImportCertificate.
리턴 ImportCertificateResponse

EndListTagsForResource() 공개 메소드

Finishes the asynchronous execution of the ListTagsForResource operation.
public EndListTagsForResource ( IAsyncResult asyncResult ) : ListTagsForResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListTagsForResource.
리턴 ListTagsForResourceResponse

EndModifyEndpoint() 공개 메소드

Finishes the asynchronous execution of the ModifyEndpoint operation.
public EndModifyEndpoint ( IAsyncResult asyncResult ) : ModifyEndpointResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyEndpoint.
리턴 ModifyEndpointResponse

EndModifyReplicationInstance() 공개 메소드

Finishes the asynchronous execution of the ModifyReplicationInstance operation.
public EndModifyReplicationInstance ( IAsyncResult asyncResult ) : ModifyReplicationInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyReplicationInstance.
리턴 ModifyReplicationInstanceResponse

EndModifyReplicationSubnetGroup() 공개 메소드

Finishes the asynchronous execution of the ModifyReplicationSubnetGroup operation.
public EndModifyReplicationSubnetGroup ( IAsyncResult asyncResult ) : ModifyReplicationSubnetGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyReplicationSubnetGroup.
리턴 ModifyReplicationSubnetGroupResponse

EndModifyReplicationTask() 공개 메소드

Finishes the asynchronous execution of the ModifyReplicationTask operation.
public EndModifyReplicationTask ( IAsyncResult asyncResult ) : ModifyReplicationTaskResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyReplicationTask.
리턴 ModifyReplicationTaskResponse

EndRefreshSchemas() 공개 메소드

Finishes the asynchronous execution of the RefreshSchemas operation.
public EndRefreshSchemas ( IAsyncResult asyncResult ) : RefreshSchemasResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRefreshSchemas.
리턴 RefreshSchemasResponse

EndRemoveTagsFromResource() 공개 메소드

Finishes the asynchronous execution of the RemoveTagsFromResource operation.
public EndRemoveTagsFromResource ( IAsyncResult asyncResult ) : RemoveTagsFromResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRemoveTagsFromResource.
리턴 RemoveTagsFromResourceResponse

EndStartReplicationTask() 공개 메소드

Finishes the asynchronous execution of the StartReplicationTask operation.
public EndStartReplicationTask ( IAsyncResult asyncResult ) : StartReplicationTaskResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStartReplicationTask.
리턴 StartReplicationTaskResponse

EndStopReplicationTask() 공개 메소드

Finishes the asynchronous execution of the StopReplicationTask operation.
public EndStopReplicationTask ( IAsyncResult asyncResult ) : StopReplicationTaskResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStopReplicationTask.
리턴 StopReplicationTaskResponse

EndTestConnection() 공개 메소드

Finishes the asynchronous execution of the TestConnection operation.
public EndTestConnection ( IAsyncResult asyncResult ) : TestConnectionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginTestConnection.
리턴 TestConnectionResponse

ImportCertificate() 공개 메소드

Uploads the specified certificate.
/// The certificate was not valid. /// /// The resource you are attempting to create already exists. ///
public ImportCertificate ( ImportCertificateRequest request ) : ImportCertificateResponse
request ImportCertificateRequest Container for the necessary parameters to execute the ImportCertificate service method.
리턴 ImportCertificateResponse

ImportCertificateAsync() 공개 메소드

Initiates the asynchronous execution of the ImportCertificate operation.
public ImportCertificateAsync ( ImportCertificateRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ImportCertificateRequest Container for the necessary parameters to execute the ImportCertificate operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

ListTagsForResource() 공개 메소드

Lists all tags for an AWS DMS resource.
/// The resource could not be found. ///
public ListTagsForResource ( ListTagsForResourceRequest request ) : ListTagsForResourceResponse
request ListTagsForResourceRequest Container for the necessary parameters to execute the ListTagsForResource service method.
리턴 ListTagsForResourceResponse

ListTagsForResourceAsync() 공개 메소드

Initiates the asynchronous execution of the ListTagsForResource operation.
public ListTagsForResourceAsync ( ListTagsForResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListTagsForResourceRequest Container for the necessary parameters to execute the ListTagsForResource operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

ModifyEndpoint() 공개 메소드

Modifies the specified endpoint.
/// The resource is in a state that prevents it from being used for database migration. /// /// AWS DMS cannot access the KMS key. /// /// The resource you are attempting to create already exists. /// /// The resource could not be found. ///
public ModifyEndpoint ( ModifyEndpointRequest request ) : ModifyEndpointResponse
request ModifyEndpointRequest Container for the necessary parameters to execute the ModifyEndpoint service method.
리턴 ModifyEndpointResponse

ModifyEndpointAsync() 공개 메소드

Initiates the asynchronous execution of the ModifyEndpoint operation.
public ModifyEndpointAsync ( ModifyEndpointRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ModifyEndpointRequest Container for the necessary parameters to execute the ModifyEndpoint operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

ModifyReplicationInstance() 공개 메소드

Modifies 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.

/// There are not enough resources allocated to the database migration. /// /// The resource is in a state that prevents it from being used for database migration. /// /// The resource you are attempting to create already exists. /// /// The resource could not be found. /// /// The storage quota has been exceeded. /// /// An upgrade dependency is preventing the database migration. ///
public ModifyReplicationInstance ( ModifyReplicationInstanceRequest request ) : ModifyReplicationInstanceResponse
request ModifyReplicationInstanceRequest Container for the necessary parameters to execute the ModifyReplicationInstance service method.
리턴 ModifyReplicationInstanceResponse

ModifyReplicationInstanceAsync() 공개 메소드

Initiates the asynchronous execution of the ModifyReplicationInstance operation.
public ModifyReplicationInstanceAsync ( ModifyReplicationInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ModifyReplicationInstanceRequest Container for the necessary parameters to execute the ModifyReplicationInstance operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

ModifyReplicationSubnetGroup() 공개 메소드

Modifies the settings for the specified replication subnet group.
/// AWS DMS was denied access to the endpoint. /// /// The subnet provided is invalid. /// /// The replication subnet group does not cover enough Availability Zones (AZs). Edit /// the replication subnet group and add more AZs. /// /// The resource could not be found. /// /// The quota for this resource quota has been exceeded. /// /// The specified subnet is already in use. ///
public ModifyReplicationSubnetGroup ( ModifyReplicationSubnetGroupRequest request ) : ModifyReplicationSubnetGroupResponse
request ModifyReplicationSubnetGroupRequest Container for the necessary parameters to execute the ModifyReplicationSubnetGroup service method.
리턴 ModifyReplicationSubnetGroupResponse

ModifyReplicationSubnetGroupAsync() 공개 메소드

Initiates the asynchronous execution of the ModifyReplicationSubnetGroup operation.
public ModifyReplicationSubnetGroupAsync ( ModifyReplicationSubnetGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ModifyReplicationSubnetGroupRequest Container for the necessary parameters to execute the ModifyReplicationSubnetGroup operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

ModifyReplicationTask() 공개 메소드

Modifies the specified replication task.

You can't modify the task endpoints. The task must be stopped before you can modify it.

/// The resource is in a state that prevents it from being used for database migration. /// /// AWS DMS cannot access the KMS key. /// /// The resource you are attempting to create already exists. /// /// The resource could not be found. ///
public ModifyReplicationTask ( ModifyReplicationTaskRequest request ) : ModifyReplicationTaskResponse
request ModifyReplicationTaskRequest Container for the necessary parameters to execute the ModifyReplicationTask service method.
리턴 ModifyReplicationTaskResponse

ModifyReplicationTaskAsync() 공개 메소드

Initiates the asynchronous execution of the ModifyReplicationTask operation.
public ModifyReplicationTaskAsync ( ModifyReplicationTaskRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ModifyReplicationTaskRequest Container for the necessary parameters to execute the ModifyReplicationTask operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

RefreshSchemas() 공개 메소드

Populates 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.
/// The resource is in a state that prevents it from being used for database migration. /// /// AWS DMS cannot access the KMS key. /// /// The resource could not be found. /// /// The quota for this resource quota has been exceeded. ///
public RefreshSchemas ( RefreshSchemasRequest request ) : RefreshSchemasResponse
request RefreshSchemasRequest Container for the necessary parameters to execute the RefreshSchemas service method.
리턴 RefreshSchemasResponse

RefreshSchemasAsync() 공개 메소드

Initiates the asynchronous execution of the RefreshSchemas operation.
public RefreshSchemasAsync ( RefreshSchemasRequest request, System cancellationToken = default(CancellationToken) ) : Task
request RefreshSchemasRequest Container for the necessary parameters to execute the RefreshSchemas operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

RemoveTagsFromResource() 공개 메소드

Removes metadata tags from a DMS resource.
/// The resource could not be found. ///
public RemoveTagsFromResource ( RemoveTagsFromResourceRequest request ) : RemoveTagsFromResourceResponse
request RemoveTagsFromResourceRequest Container for the necessary parameters to execute the RemoveTagsFromResource service method.
리턴 RemoveTagsFromResourceResponse

RemoveTagsFromResourceAsync() 공개 메소드

Initiates the asynchronous execution of the RemoveTagsFromResource operation.
public RemoveTagsFromResourceAsync ( RemoveTagsFromResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request RemoveTagsFromResourceRequest Container for the necessary parameters to execute the RemoveTagsFromResource operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

StartReplicationTask() 공개 메소드

Starts the replication task.
/// The resource is in a state that prevents it from being used for database migration. /// /// The resource could not be found. ///
public StartReplicationTask ( StartReplicationTaskRequest request ) : StartReplicationTaskResponse
request StartReplicationTaskRequest Container for the necessary parameters to execute the StartReplicationTask service method.
리턴 StartReplicationTaskResponse

StartReplicationTaskAsync() 공개 메소드

Initiates the asynchronous execution of the StartReplicationTask operation.
public StartReplicationTaskAsync ( StartReplicationTaskRequest request, System cancellationToken = default(CancellationToken) ) : Task
request StartReplicationTaskRequest Container for the necessary parameters to execute the StartReplicationTask operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

StopReplicationTask() 공개 메소드

Stops the replication task.
/// The resource is in a state that prevents it from being used for database migration. /// /// The resource could not be found. ///
public StopReplicationTask ( StopReplicationTaskRequest request ) : StopReplicationTaskResponse
request StopReplicationTaskRequest Container for the necessary parameters to execute the StopReplicationTask service method.
리턴 StopReplicationTaskResponse

StopReplicationTaskAsync() 공개 메소드

Initiates the asynchronous execution of the StopReplicationTask operation.
public StopReplicationTaskAsync ( StopReplicationTaskRequest request, System cancellationToken = default(CancellationToken) ) : Task
request StopReplicationTaskRequest Container for the necessary parameters to execute the StopReplicationTask operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

TestConnection() 공개 메소드

Tests the connection between the replication instance and the endpoint.
/// The resource is in a state that prevents it from being used for database migration. /// /// AWS DMS cannot access the KMS key. /// /// The resource could not be found. /// /// The quota for this resource quota has been exceeded. ///
public TestConnection ( TestConnectionRequest request ) : TestConnectionResponse
request TestConnectionRequest Container for the necessary parameters to execute the TestConnection service method.
리턴 TestConnectionResponse

TestConnectionAsync() 공개 메소드

Initiates the asynchronous execution of the TestConnection operation.
public TestConnectionAsync ( TestConnectionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request TestConnectionRequest Container for the necessary parameters to execute the TestConnection operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task