C# 클래스 Amazon.RDS.AmazonRDSClient

Implementation for accessing RDS Amazon Relational Database Service

Amazon Relational Database Service (Amazon RDS) is a web service that makes it easier to set up, operate, and scale a relational database in the cloud. It provides cost-efficient, resizeable capacity for an industry-standard relational database and manages common database administration tasks, freeing up developers to focus on what makes their applications and businesses unique.

Amazon RDS gives you access to the capabilities of a MySQL, MariaDB, PostgreSQL, Microsoft SQL Server, Oracle, or Amazon Aurora database server. These capabilities mean that the code, applications, and tools you already use today with your existing databases work with Amazon RDS without modification. Amazon RDS automatically backs up your database and maintains the database software that powers your DB instance. Amazon RDS is flexible: you can scale your database instance's compute resources and storage capacity to meet your application's demand. As with all Amazon Web Services, there are no up-front investments, and you pay only for the resources you use.

This interface reference for Amazon RDS contains documentation for a programming or command line interface you can use to manage Amazon RDS. Note that Amazon RDS is asynchronous, which means that some interfaces might require techniques such as polling or callback functions to determine when a command has been applied. In this reference, the parameter descriptions indicate whether a command is applied immediately, on the next instance reboot, or during the maintenance window. The reference structure is as follows, and we list following some related topics from the user guide.

Amazon RDS API Reference

Amazon RDS User Guide

상속: AmazonServiceClient, IAmazonRDS
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
AddRoleToDBCluster ( AddRoleToDBClusterRequest request ) : AddRoleToDBClusterResponse

Associates an Identity and Access Management (IAM) role from an Aurora DB cluster. For more information, see Authorizing Amazon Aurora to Access Other AWS Services On Your Behalf.

AddRoleToDBClusterAsync ( AddRoleToDBClusterRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AddRoleToDBCluster operation.

AddSourceIdentifierToSubscription ( AddSourceIdentifierToSubscriptionRequest request ) : AddSourceIdentifierToSubscriptionResponse

Adds a source identifier to an existing RDS event notification subscription.

AddSourceIdentifierToSubscriptionAsync ( AddSourceIdentifierToSubscriptionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AddSourceIdentifierToSubscription operation.

AddTagsToResource ( AddTagsToResourceRequest request ) : Amazon.RDS.Model.AddTagsToResourceResponse

Adds metadata tags to an Amazon RDS resource. These tags can also be used with cost allocation reporting to track cost associated with Amazon RDS resources, or used in a Condition statement in an IAM policy for Amazon RDS.

For an overview on tagging Amazon RDS resources, see Tagging Amazon RDS Resources.

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

Initiates the asynchronous execution of the AddTagsToResource operation.

AmazonRDSClient ( ) : System

Constructs AmazonRDSClient 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>

AmazonRDSClient ( AWSCredentials credentials ) : System

Constructs AmazonRDSClient with AWS Credentials

AmazonRDSClient ( AWSCredentials credentials, AmazonRDSConfig clientConfig ) : System

Constructs AmazonRDSClient with AWS Credentials and an AmazonRDSClient Configuration object.

AmazonRDSClient ( AWSCredentials credentials, RegionEndpoint region ) : System

Constructs AmazonRDSClient with AWS Credentials

AmazonRDSClient ( AmazonRDSConfig config ) : System

Constructs AmazonRDSClient 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>

AmazonRDSClient ( RegionEndpoint region ) : System

Constructs AmazonRDSClient 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>

AmazonRDSClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System

Constructs AmazonRDSClient with AWS Access Key ID and AWS Secret Key

AmazonRDSClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonRDSConfig clientConfig ) : System

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

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

Constructs AmazonRDSClient with AWS Access Key ID and AWS Secret Key

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

Constructs AmazonRDSClient with AWS Access Key ID and AWS Secret Key

AmazonRDSClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonRDSConfig clientConfig ) : System

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

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

Constructs AmazonRDSClient with AWS Access Key ID and AWS Secret Key

ApplyPendingMaintenanceAction ( ApplyPendingMaintenanceActionRequest request ) : ApplyPendingMaintenanceActionResponse

Applies a pending maintenance action to a resource (for example, to a DB instance).

ApplyPendingMaintenanceActionAsync ( ApplyPendingMaintenanceActionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ApplyPendingMaintenanceAction operation.

AuthorizeDBSecurityGroupIngress ( AuthorizeDBSecurityGroupIngressRequest request ) : AuthorizeDBSecurityGroupIngressResponse

Enables ingress to a DBSecurityGroup using one of two forms of authorization. First, EC2 or VPC security groups can be added to the DBSecurityGroup if the application using the database is running on EC2 or VPC instances. Second, IP ranges are available if the application accessing your database is running on the Internet. Required parameters for this API are one of CIDR range, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId for non-VPC).

You cannot authorize ingress from an EC2 security group in one region to an Amazon RDS DB instance in another. You cannot authorize ingress from a VPC security group in one VPC to an Amazon RDS DB instance in another.

For an overview of CIDR ranges, go to the Wikipedia Tutorial.

AuthorizeDBSecurityGroupIngressAsync ( AuthorizeDBSecurityGroupIngressRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AuthorizeDBSecurityGroupIngress operation.

BeginAddRoleToDBCluster ( AddRoleToDBClusterRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AddRoleToDBCluster operation.

BeginAddSourceIdentifierToSubscription ( AddSourceIdentifierToSubscriptionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AddSourceIdentifierToSubscription operation.

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

Initiates the asynchronous execution of the AddTagsToResource operation.

BeginApplyPendingMaintenanceAction ( ApplyPendingMaintenanceActionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ApplyPendingMaintenanceAction operation.

BeginAuthorizeDBSecurityGroupIngress ( AuthorizeDBSecurityGroupIngressRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AuthorizeDBSecurityGroupIngress operation.

BeginCopyDBClusterParameterGroup ( CopyDBClusterParameterGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CopyDBClusterParameterGroup operation.

BeginCopyDBClusterSnapshot ( CopyDBClusterSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CopyDBClusterSnapshot operation.

BeginCopyDBParameterGroup ( CopyDBParameterGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CopyDBParameterGroup operation.

BeginCopyDBSnapshot ( CopyDBSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CopyDBSnapshot operation.

BeginCopyOptionGroup ( CopyOptionGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CopyOptionGroup operation.

BeginCreateDBCluster ( CreateDBClusterRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateDBCluster operation.

BeginCreateDBClusterParameterGroup ( CreateDBClusterParameterGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateDBClusterParameterGroup operation.

BeginCreateDBClusterSnapshot ( CreateDBClusterSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateDBClusterSnapshot operation.

BeginCreateDBInstance ( CreateDBInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateDBInstance operation.

BeginCreateDBInstanceReadReplica ( CreateDBInstanceReadReplicaRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateDBInstanceReadReplica operation.

BeginCreateDBParameterGroup ( CreateDBParameterGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateDBParameterGroup operation.

BeginCreateDBSecurityGroup ( CreateDBSecurityGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateDBSecurityGroup operation.

BeginCreateDBSnapshot ( CreateDBSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateDBSnapshot operation.

BeginCreateDBSubnetGroup ( CreateDBSubnetGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateDBSubnetGroup operation.

BeginCreateEventSubscription ( CreateEventSubscriptionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateEventSubscription operation.

BeginCreateOptionGroup ( CreateOptionGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateOptionGroup operation.

BeginDeleteDBCluster ( DeleteDBClusterRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteDBCluster operation.

BeginDeleteDBClusterParameterGroup ( DeleteDBClusterParameterGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteDBClusterParameterGroup operation.

BeginDeleteDBClusterSnapshot ( DeleteDBClusterSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteDBClusterSnapshot operation.

BeginDeleteDBInstance ( DeleteDBInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteDBInstance operation.

BeginDeleteDBParameterGroup ( DeleteDBParameterGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteDBParameterGroup operation.

BeginDeleteDBSecurityGroup ( DeleteDBSecurityGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteDBSecurityGroup operation.

BeginDeleteDBSnapshot ( DeleteDBSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteDBSnapshot operation.

BeginDeleteDBSubnetGroup ( DeleteDBSubnetGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteDBSubnetGroup operation.

BeginDeleteEventSubscription ( DeleteEventSubscriptionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteEventSubscription operation.

BeginDeleteOptionGroup ( DeleteOptionGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteOptionGroup 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.

BeginDescribeDBClusterParameterGroups ( DescribeDBClusterParameterGroupsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeDBClusterParameterGroups operation.

BeginDescribeDBClusterParameters ( DescribeDBClusterParametersRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeDBClusterParameters operation.

BeginDescribeDBClusterSnapshotAttributes ( DescribeDBClusterSnapshotAttributesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeDBClusterSnapshotAttributes operation.

BeginDescribeDBClusterSnapshots ( DescribeDBClusterSnapshotsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeDBClusterSnapshots operation.

BeginDescribeDBClusters ( DescribeDBClustersRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeDBClusters operation.

BeginDescribeDBEngineVersions ( DescribeDBEngineVersionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeDBEngineVersions operation.

BeginDescribeDBInstances ( DescribeDBInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeDBInstances operation.

BeginDescribeDBLogFiles ( DescribeDBLogFilesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeDBLogFiles operation.

BeginDescribeDBParameterGroups ( DescribeDBParameterGroupsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeDBParameterGroups operation.

BeginDescribeDBParameters ( DescribeDBParametersRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeDBParameters operation.

BeginDescribeDBSecurityGroups ( DescribeDBSecurityGroupsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeDBSecurityGroups operation.

BeginDescribeDBSnapshotAttributes ( DescribeDBSnapshotAttributesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeDBSnapshotAttributes operation.

BeginDescribeDBSnapshots ( DescribeDBSnapshotsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeDBSnapshots operation.

BeginDescribeDBSubnetGroups ( DescribeDBSubnetGroupsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeDBSubnetGroups operation.

BeginDescribeEngineDefaultClusterParameters ( DescribeEngineDefaultClusterParametersRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeEngineDefaultClusterParameters operation.

BeginDescribeEngineDefaultParameters ( DescribeEngineDefaultParametersRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeEngineDefaultParameters operation.

BeginDescribeEventCategories ( DescribeEventCategoriesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeEventCategories operation.

BeginDescribeEventSubscriptions ( DescribeEventSubscriptionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeEventSubscriptions operation.

BeginDescribeEvents ( DescribeEventsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeEvents operation.

BeginDescribeOptionGroupOptions ( DescribeOptionGroupOptionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeOptionGroupOptions operation.

BeginDescribeOptionGroups ( DescribeOptionGroupsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeOptionGroups operation.

BeginDescribeOrderableDBInstanceOptions ( DescribeOrderableDBInstanceOptionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeOrderableDBInstanceOptions operation.

BeginDescribePendingMaintenanceActions ( DescribePendingMaintenanceActionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribePendingMaintenanceActions operation.

BeginDescribeReservedDBInstances ( DescribeReservedDBInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeReservedDBInstances operation.

BeginDescribeReservedDBInstancesOfferings ( DescribeReservedDBInstancesOfferingsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeReservedDBInstancesOfferings operation.

BeginDescribeSourceRegions ( DescribeSourceRegionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeSourceRegions operation.

BeginDownloadDBLogFilePortion ( DownloadDBLogFilePortionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DownloadDBLogFilePortion operation.

BeginFailoverDBCluster ( FailoverDBClusterRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the FailoverDBCluster operation.

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

Initiates the asynchronous execution of the ListTagsForResource operation.

BeginModifyDBCluster ( ModifyDBClusterRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ModifyDBCluster operation.

BeginModifyDBClusterParameterGroup ( ModifyDBClusterParameterGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ModifyDBClusterParameterGroup operation.

BeginModifyDBClusterSnapshotAttribute ( ModifyDBClusterSnapshotAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ModifyDBClusterSnapshotAttribute operation.

BeginModifyDBInstance ( ModifyDBInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ModifyDBInstance operation.

BeginModifyDBParameterGroup ( ModifyDBParameterGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ModifyDBParameterGroup operation.

BeginModifyDBSnapshotAttribute ( ModifyDBSnapshotAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ModifyDBSnapshotAttribute operation.

BeginModifyDBSubnetGroup ( ModifyDBSubnetGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ModifyDBSubnetGroup operation.

BeginModifyEventSubscription ( ModifyEventSubscriptionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ModifyEventSubscription operation.

BeginModifyOptionGroup ( ModifyOptionGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ModifyOptionGroup operation.

BeginPromoteReadReplica ( PromoteReadReplicaRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the PromoteReadReplica operation.

BeginPromoteReadReplicaDBCluster ( PromoteReadReplicaDBClusterRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the PromoteReadReplicaDBCluster operation.

BeginPurchaseReservedDBInstancesOffering ( PurchaseReservedDBInstancesOfferingRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the PurchaseReservedDBInstancesOffering operation.

BeginRebootDBInstance ( RebootDBInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RebootDBInstance operation.

BeginRemoveRoleFromDBCluster ( RemoveRoleFromDBClusterRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RemoveRoleFromDBCluster operation.

BeginRemoveSourceIdentifierFromSubscription ( RemoveSourceIdentifierFromSubscriptionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RemoveSourceIdentifierFromSubscription operation.

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

Initiates the asynchronous execution of the RemoveTagsFromResource operation.

BeginResetDBClusterParameterGroup ( ResetDBClusterParameterGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ResetDBClusterParameterGroup operation.

BeginResetDBParameterGroup ( ResetDBParameterGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ResetDBParameterGroup operation.

BeginRestoreDBClusterFromS3 ( RestoreDBClusterFromS3Request request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RestoreDBClusterFromS3 operation.

BeginRestoreDBClusterFromSnapshot ( RestoreDBClusterFromSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RestoreDBClusterFromSnapshot operation.

BeginRestoreDBClusterToPointInTime ( RestoreDBClusterToPointInTimeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RestoreDBClusterToPointInTime operation.

BeginRestoreDBInstanceFromDBSnapshot ( RestoreDBInstanceFromDBSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RestoreDBInstanceFromDBSnapshot operation.

BeginRestoreDBInstanceToPointInTime ( RestoreDBInstanceToPointInTimeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RestoreDBInstanceToPointInTime operation.

BeginRevokeDBSecurityGroupIngress ( RevokeDBSecurityGroupIngressRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RevokeDBSecurityGroupIngress operation.

CopyDBClusterParameterGroup ( CopyDBClusterParameterGroupRequest request ) : CopyDBClusterParameterGroupResponse

Copies the specified DB cluster parameter group.

CopyDBClusterParameterGroupAsync ( CopyDBClusterParameterGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CopyDBClusterParameterGroup operation.

CopyDBClusterSnapshot ( CopyDBClusterSnapshotRequest request ) : CopyDBClusterSnapshotResponse

Creates a snapshot of a DB cluster. For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

CopyDBClusterSnapshotAsync ( CopyDBClusterSnapshotRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CopyDBClusterSnapshot operation.

CopyDBParameterGroup ( CopyDBParameterGroupRequest request ) : CopyDBParameterGroupResponse

Copies the specified DB parameter group.

CopyDBParameterGroupAsync ( CopyDBParameterGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CopyDBParameterGroup operation.

CopyDBSnapshot ( CopyDBSnapshotRequest request ) : CopyDBSnapshotResponse

Copies the specified DB snapshot. The source DB snapshot must be in the "available" state.

To copy a DB snapshot from a shared manual DB snapshot, SourceDBSnapshotIdentifier must be the Amazon Resource Name (ARN) of the shared DB snapshot.

You can not copy an encrypted DB snapshot from another AWS region.

You can copy an encrypted DB snapshot from another AWS region. In that case, the region where you call the CopyDBSnapshot action is the destination region for the encrypted DB snapshot to be copied to. To copy an encrypted DB snapshot from another region, you must provide the following values:

  • KmsKeyId - the AWS Key Management System (KMS) key identifier for the key to use to encrypt the copy of the DB snapshot in the destination region.

  • PreSignedUrl - a URL that contains a Signature Version 4 signed request for the CopyDBSnapshot action to be called in the source region where the DB snapshot will be copied from. The pre-signed URL must be a valid request for the CopyDBSnapshot API action that can be executed in the source region that contains the encrypted DB snapshot to be copied.

    The pre-signed URL request must contain the following parameter values:

    • KmsKeyId - The KMS key identifier for the key to use to encrypt the copy of the DB snapshot in the destination region. This is the same identifier for both the CopyDBSnapshot action that is called in the destination region, and the action contained in the pre-signed URL.

    • SourceDBSnapshotIdentifier - the DB snapshot identifier for the encrypted snapshot to be copied. This identifier must be in the Amazon Resource Name (ARN) format for the source region. For example, if you are copying an encrypted DB snapshot from the us-west-2 region, then your SourceDBSnapshotIdentifier would look like Example: arn:aws:rds:us-west-2:123456789012:snapshot:mysql-instance1-snapshot-20161115.

    To learn how to generate a Signature Version 4 signed request, see Authenticating Requests: Using Query Parameters (AWS Signature Version 4) and Signature Version 4 Signing Process.

  • TargetDBSnapshotIdentifier - the identifier for the new copy of the DB snapshot in the destination region.

  • SourceDBSnapshotIdentifier - the DB snapshot identifier for the encrypted snapshot to be copied. This identifier must be in the ARN format for the source region and is the same value as the SourceDBSnapshotIdentifier in the pre-signed URL.

For more information on copying encrypted snapshots from one region to another, see Copying an Encrypted DB Snapshot to Another Region in the Amazon RDS User Guide.

CopyDBSnapshotAsync ( CopyDBSnapshotRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CopyDBSnapshot operation.

CopyOptionGroup ( CopyOptionGroupRequest request ) : CopyOptionGroupResponse

Copies the specified option group.

CopyOptionGroupAsync ( CopyOptionGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CopyOptionGroup operation.

CreateDBCluster ( CreateDBClusterRequest request ) : CreateDBClusterResponse

Creates a new Amazon Aurora DB cluster.

You can use the ReplicationSourceIdentifier parameter to create the DB cluster as a Read Replica of another DB cluster.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

CreateDBClusterAsync ( CreateDBClusterRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateDBCluster operation.

CreateDBClusterParameterGroup ( CreateDBClusterParameterGroupRequest request ) : CreateDBClusterParameterGroupResponse

Creates a new DB cluster parameter group.

Parameters in a DB cluster parameter group apply to all of the instances in a DB cluster.

A DB cluster parameter group is initially created with the default parameters for the database engine used by instances in the DB cluster. To provide custom values for any of the parameters, you must modify the group after creating it using ModifyDBClusterParameterGroup. Once you've created a DB cluster parameter group, you need to associate it with your DB cluster using ModifyDBCluster. When you associate a new DB cluster parameter group with a running DB cluster, you need to reboot the DB instances in the DB cluster without failover for the new DB cluster parameter group and associated settings to take effect.

After you create a DB cluster parameter group, you should wait at least 5 minutes before creating your first DB cluster that uses that DB cluster parameter group as the default parameter group. This allows Amazon RDS to fully complete the create action before the DB cluster parameter group is used as the default for a new DB cluster. This is especially important for parameters that are critical when creating the default database for a DB cluster, such as the character set for the default database defined by the character_set_database parameter. You can use the Parameter Groups option of the Amazon RDS console or the DescribeDBClusterParameters command to verify that your DB cluster parameter group has been created or modified.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

CreateDBClusterParameterGroupAsync ( CreateDBClusterParameterGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateDBClusterParameterGroup operation.

CreateDBClusterSnapshot ( CreateDBClusterSnapshotRequest request ) : CreateDBClusterSnapshotResponse

Creates a snapshot of a DB cluster. For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

CreateDBClusterSnapshotAsync ( CreateDBClusterSnapshotRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateDBClusterSnapshot operation.

CreateDBInstance ( CreateDBInstanceRequest request ) : CreateDBInstanceResponse

Creates a new DB instance.

CreateDBInstanceAsync ( CreateDBInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateDBInstance operation.

CreateDBInstanceReadReplica ( CreateDBInstanceReadReplicaRequest request ) : CreateDBInstanceReadReplicaResponse

Creates a DB instance for a DB instance running MySQL, MariaDB, or PostgreSQL that acts as a Read Replica of a source DB instance.

All Read Replica DB instances are created as Single-AZ deployments with backups disabled. All other DB instance attributes (including DB security groups and DB parameter groups) are inherited from the source DB instance, except as specified below.

The source DB instance must have backup retention enabled.

CreateDBInstanceReadReplicaAsync ( CreateDBInstanceReadReplicaRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateDBInstanceReadReplica operation.

CreateDBParameterGroup ( CreateDBParameterGroupRequest request ) : CreateDBParameterGroupResponse

Creates a new DB parameter group.

A DB parameter group is initially created with the default parameters for the database engine used by the DB instance. To provide custom values for any of the parameters, you must modify the group after creating it using ModifyDBParameterGroup. Once you've created a DB parameter group, you need to associate it with your DB instance using ModifyDBInstance. When you associate a new DB parameter group with a running DB instance, you need to reboot the DB instance without failover for the new DB parameter group and associated settings to take effect.

After you create a DB parameter group, you should wait at least 5 minutes before creating your first DB instance that uses that DB parameter group as the default parameter group. This allows Amazon RDS to fully complete the create action before the parameter group is used as the default for a new DB instance. This is especially important for parameters that are critical when creating the default database for a DB instance, such as the character set for the default database defined by the character_set_database parameter. You can use the Parameter Groups option of the Amazon RDS console or the DescribeDBParameters command to verify that your DB parameter group has been created or modified.

CreateDBParameterGroupAsync ( CreateDBParameterGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateDBParameterGroup operation.

CreateDBSecurityGroup ( CreateDBSecurityGroupRequest request ) : CreateDBSecurityGroupResponse

Creates a new DB security group. DB security groups control access to a DB instance.

CreateDBSecurityGroupAsync ( CreateDBSecurityGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateDBSecurityGroup operation.

CreateDBSnapshot ( CreateDBSnapshotRequest request ) : CreateDBSnapshotResponse

Creates a DBSnapshot. The source DBInstance must be in "available" state.

CreateDBSnapshotAsync ( CreateDBSnapshotRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateDBSnapshot operation.

CreateDBSubnetGroup ( CreateDBSubnetGroupRequest request ) : CreateDBSubnetGroupResponse

Creates a new DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the region.

CreateDBSubnetGroupAsync ( CreateDBSubnetGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateDBSubnetGroup operation.

CreateEventSubscription ( CreateEventSubscriptionRequest request ) : CreateEventSubscriptionResponse

Creates an RDS event notification subscription. This action requires a topic ARN (Amazon Resource Name) created by either the RDS console, the SNS console, or the SNS API. To obtain an ARN with SNS, you must create a topic in Amazon SNS and subscribe to the topic. The ARN is displayed in the SNS console.

You can specify the type of source (SourceType) you want to be notified of, provide a list of RDS sources (SourceIds) that triggers the events, and provide a list of event categories (EventCategories) for events you want to be notified of. For example, you can specify SourceType = db-instance, SourceIds = mydbinstance1, mydbinstance2 and EventCategories = Availability, Backup.

If you specify both the SourceType and SourceIds, such as SourceType = db-instance and SourceIdentifier = myDBInstance1, you will be notified of all the db-instance events for the specified source. If you specify a SourceType but do not specify a SourceIdentifier, you will receive notice of the events for that source type for all your RDS sources. If you do not specify either the SourceType nor the SourceIdentifier, you will be notified of events generated from all RDS sources belonging to your customer account.

CreateEventSubscriptionAsync ( CreateEventSubscriptionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateEventSubscription operation.

CreateOptionGroup ( CreateOptionGroupRequest request ) : CreateOptionGroupResponse

Creates a new option group. You can create up to 20 option groups.

CreateOptionGroupAsync ( CreateOptionGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateOptionGroup operation.

DeleteDBCluster ( DeleteDBClusterRequest request ) : DeleteDBClusterResponse

The DeleteDBCluster action deletes a previously provisioned DB cluster. When you delete a DB cluster, all automated backups for that DB cluster are deleted and cannot be recovered. Manual DB cluster snapshots of the specified DB cluster are not deleted.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

DeleteDBClusterAsync ( DeleteDBClusterRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteDBCluster operation.

DeleteDBClusterParameterGroup ( DeleteDBClusterParameterGroupRequest request ) : DeleteDBClusterParameterGroupResponse

Deletes a specified DB cluster parameter group. The DB cluster parameter group to be deleted cannot be associated with any DB clusters.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

DeleteDBClusterParameterGroupAsync ( DeleteDBClusterParameterGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteDBClusterParameterGroup operation.

DeleteDBClusterSnapshot ( DeleteDBClusterSnapshotRequest request ) : DeleteDBClusterSnapshotResponse

Deletes a DB cluster snapshot. If the snapshot is being copied, the copy operation is terminated.

The DB cluster snapshot must be in the available state to be deleted.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

DeleteDBClusterSnapshotAsync ( DeleteDBClusterSnapshotRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteDBClusterSnapshot operation.

DeleteDBInstance ( DeleteDBInstanceRequest request ) : DeleteDBInstanceResponse

The DeleteDBInstance action deletes a previously provisioned DB instance. When you delete a DB instance, all automated backups for that instance are deleted and cannot be recovered. Manual DB snapshots of the DB instance to be deleted by DeleteDBInstance are not deleted.

If you request a final DB snapshot the status of the Amazon RDS DB instance is deleting until the DB snapshot is created. The API action DescribeDBInstance is used to monitor the status of this operation. The action cannot be canceled or reverted once submitted.

Note that when a DB instance is in a failure state and has a status of failed, incompatible-restore, or incompatible-network, you can only delete it when the SkipFinalSnapshot parameter is set to true.

If the specified DB instance is part of an Amazon Aurora DB cluster, you cannot delete the DB instance if the following are true:

  • The DB cluster is a Read Replica of another Amazon Aurora DB cluster.

  • The DB instance is the only instance in the DB cluster.

To delete a DB instance in this case, first call the PromoteReadReplicaDBCluster API action to promote the DB cluster so it's no longer a Read Replica. After the promotion completes, then call the DeleteDBInstance API action to delete the final instance in the DB cluster.

DeleteDBInstanceAsync ( DeleteDBInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteDBInstance operation.

DeleteDBParameterGroup ( DeleteDBParameterGroupRequest request ) : Amazon.RDS.Model.DeleteDBParameterGroupResponse

Deletes a specified DBParameterGroup. The DBParameterGroup to be deleted cannot be associated with any DB instances.

DeleteDBParameterGroupAsync ( DeleteDBParameterGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteDBParameterGroup operation.

DeleteDBSecurityGroup ( DeleteDBSecurityGroupRequest request ) : Amazon.RDS.Model.DeleteDBSecurityGroupResponse

Deletes a DB security group.

The specified DB security group must not be associated with any DB instances.

DeleteDBSecurityGroupAsync ( DeleteDBSecurityGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteDBSecurityGroup operation.

DeleteDBSnapshot ( DeleteDBSnapshotRequest request ) : DeleteDBSnapshotResponse

Deletes a DBSnapshot. If the snapshot is being copied, the copy operation is terminated.

The DBSnapshot must be in the available state to be deleted.

DeleteDBSnapshotAsync ( DeleteDBSnapshotRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteDBSnapshot operation.

DeleteDBSubnetGroup ( DeleteDBSubnetGroupRequest request ) : Amazon.RDS.Model.DeleteDBSubnetGroupResponse

Deletes a DB subnet group.

The specified database subnet group must not be associated with any DB instances.

DeleteDBSubnetGroupAsync ( DeleteDBSubnetGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteDBSubnetGroup operation.

DeleteEventSubscription ( DeleteEventSubscriptionRequest request ) : DeleteEventSubscriptionResponse

Deletes an RDS event notification subscription.

DeleteEventSubscriptionAsync ( DeleteEventSubscriptionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteEventSubscription operation.

DeleteOptionGroup ( DeleteOptionGroupRequest request ) : Amazon.RDS.Model.DeleteOptionGroupResponse

Deletes an existing option group.

DeleteOptionGroupAsync ( DeleteOptionGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteOptionGroup operation.

DescribeAccountAttributes ( ) : Amazon.RDS.Model.DescribeAccountAttributesResponse

Lists all of the attributes for a customer account. The attributes include Amazon RDS quotas for the account, such as the number of DB 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.

DescribeAccountAttributes ( DescribeAccountAttributesRequest request ) : Amazon.RDS.Model.DescribeAccountAttributesResponse

Lists all of the attributes for a customer account. The attributes include Amazon RDS quotas for the account, such as the number of DB 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.

DescribeAccountAttributesAsync ( System cancellationToken = default(CancellationToken) ) : Task

Lists all of the attributes for a customer account. The attributes include Amazon RDS quotas for the account, such as the number of DB 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.

DescribeCertificates ( DescribeCertificatesRequest request ) : Amazon.RDS.Model.DescribeCertificatesResponse

Lists the set of CA certificates provided by Amazon RDS for this AWS account.

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

Initiates the asynchronous execution of the DescribeCertificates operation.

DescribeDBClusterParameterGroups ( DescribeDBClusterParameterGroupsRequest request ) : Amazon.RDS.Model.DescribeDBClusterParameterGroupsResponse

Returns a list of DBClusterParameterGroup descriptions. If a DBClusterParameterGroupName parameter is specified, the list will contain only the description of the specified DB cluster parameter group.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

DescribeDBClusterParameterGroupsAsync ( DescribeDBClusterParameterGroupsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeDBClusterParameterGroups operation.

DescribeDBClusterParameters ( DescribeDBClusterParametersRequest request ) : Amazon.RDS.Model.DescribeDBClusterParametersResponse

Returns the detailed parameter list for a particular DB cluster parameter group.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

DescribeDBClusterParametersAsync ( DescribeDBClusterParametersRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeDBClusterParameters operation.

DescribeDBClusterSnapshotAttributes ( DescribeDBClusterSnapshotAttributesRequest request ) : DescribeDBClusterSnapshotAttributesResponse

Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster snapshot.

When sharing snapshots with other AWS accounts, DescribeDBClusterSnapshotAttributes returns the restore attribute and a list of IDs for the AWS accounts that are authorized to copy or restore the manual DB cluster snapshot. If all is included in the list of values for the restore attribute, then the manual DB cluster snapshot is public and can be copied or restored by all AWS accounts.

To add or remove access for an AWS account to copy or restore a manual DB cluster snapshot, or to make the manual DB cluster snapshot public or private, use the ModifyDBClusterSnapshotAttribute API action.

DescribeDBClusterSnapshotAttributesAsync ( DescribeDBClusterSnapshotAttributesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeDBClusterSnapshotAttributes operation.

DescribeDBClusterSnapshots ( DescribeDBClusterSnapshotsRequest request ) : DescribeDBClusterSnapshotsResponse

Returns information about DB cluster snapshots. This API action supports pagination.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

DescribeDBClusterSnapshotsAsync ( DescribeDBClusterSnapshotsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeDBClusterSnapshots operation.

DescribeDBClusters ( DescribeDBClustersRequest request ) : Amazon.RDS.Model.DescribeDBClustersResponse

Returns information about provisioned Aurora DB clusters. This API supports pagination.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

DescribeDBClustersAsync ( DescribeDBClustersRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeDBClusters operation.

DescribeDBEngineVersions ( ) : DescribeDBEngineVersionsResponse

Returns a list of the available DB engines.

DescribeDBEngineVersions ( DescribeDBEngineVersionsRequest request ) : DescribeDBEngineVersionsResponse

Returns a list of the available DB engines.

DescribeDBEngineVersionsAsync ( DescribeDBEngineVersionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeDBEngineVersions operation.

DescribeDBEngineVersionsAsync ( System cancellationToken = default(CancellationToken) ) : Task

Returns a list of the available DB engines.

DescribeDBInstances ( ) : DescribeDBInstancesResponse

Returns information about provisioned RDS instances. This API supports pagination.

DescribeDBInstances ( DescribeDBInstancesRequest request ) : DescribeDBInstancesResponse

Returns information about provisioned RDS instances. This API supports pagination.

DescribeDBInstancesAsync ( DescribeDBInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeDBInstances operation.

DescribeDBInstancesAsync ( System cancellationToken = default(CancellationToken) ) : Task

Returns information about provisioned RDS instances. This API supports pagination.

DescribeDBLogFiles ( DescribeDBLogFilesRequest request ) : DescribeDBLogFilesResponse

Returns a list of DB log files for the DB instance.

DescribeDBLogFilesAsync ( DescribeDBLogFilesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeDBLogFiles operation.

DescribeDBParameterGroups ( ) : DescribeDBParameterGroupsResponse

Returns a list of DBParameterGroup descriptions. If a DBParameterGroupName is specified, the list will contain only the description of the specified DB parameter group.

DescribeDBParameterGroups ( DescribeDBParameterGroupsRequest request ) : DescribeDBParameterGroupsResponse

Returns a list of DBParameterGroup descriptions. If a DBParameterGroupName is specified, the list will contain only the description of the specified DB parameter group.

DescribeDBParameterGroupsAsync ( DescribeDBParameterGroupsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeDBParameterGroups operation.

DescribeDBParameterGroupsAsync ( System cancellationToken = default(CancellationToken) ) : Task

Returns a list of DBParameterGroup descriptions. If a DBParameterGroupName is specified, the list will contain only the description of the specified DB parameter group.

DescribeDBParameters ( DescribeDBParametersRequest request ) : DescribeDBParametersResponse

Returns the detailed parameter list for a particular DB parameter group.

DescribeDBParametersAsync ( DescribeDBParametersRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeDBParameters operation.

DescribeDBSecurityGroups ( ) : DescribeDBSecurityGroupsResponse

Returns a list of DBSecurityGroup descriptions. If a DBSecurityGroupName is specified, the list will contain only the descriptions of the specified DB security group.

DescribeDBSecurityGroups ( DescribeDBSecurityGroupsRequest request ) : DescribeDBSecurityGroupsResponse

Returns a list of DBSecurityGroup descriptions. If a DBSecurityGroupName is specified, the list will contain only the descriptions of the specified DB security group.

DescribeDBSecurityGroupsAsync ( DescribeDBSecurityGroupsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeDBSecurityGroups operation.

DescribeDBSecurityGroupsAsync ( System cancellationToken = default(CancellationToken) ) : Task

Returns a list of DBSecurityGroup descriptions. If a DBSecurityGroupName is specified, the list will contain only the descriptions of the specified DB security group.

DescribeDBSnapshotAttributes ( DescribeDBSnapshotAttributesRequest request ) : DescribeDBSnapshotAttributesResponse

Returns a list of DB snapshot attribute names and values for a manual DB snapshot.

When sharing snapshots with other AWS accounts, DescribeDBSnapshotAttributes returns the restore attribute and a list of IDs for the AWS accounts that are authorized to copy or restore the manual DB snapshot. If all is included in the list of values for the restore attribute, then the manual DB snapshot is public and can be copied or restored by all AWS accounts.

To add or remove access for an AWS account to copy or restore a manual DB snapshot, or to make the manual DB snapshot public or private, use the ModifyDBSnapshotAttribute API action.

DescribeDBSnapshotAttributesAsync ( DescribeDBSnapshotAttributesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeDBSnapshotAttributes operation.

DescribeDBSnapshots ( ) : Amazon.RDS.Model.DescribeDBSnapshotsResponse

Returns information about DB snapshots. This API action supports pagination.

DescribeDBSnapshots ( DescribeDBSnapshotsRequest request ) : Amazon.RDS.Model.DescribeDBSnapshotsResponse

Returns information about DB snapshots. This API action supports pagination.

DescribeDBSnapshotsAsync ( DescribeDBSnapshotsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeDBSnapshots operation.

DescribeDBSnapshotsAsync ( System cancellationToken = default(CancellationToken) ) : Task

Returns information about DB snapshots. This API action supports pagination.

DescribeDBSubnetGroups ( ) : DescribeDBSubnetGroupsResponse

Returns a list of DBSubnetGroup descriptions. If a DBSubnetGroupName is specified, the list will contain only the descriptions of the specified DBSubnetGroup.

For an overview of CIDR ranges, go to the Wikipedia Tutorial.

DescribeDBSubnetGroups ( DescribeDBSubnetGroupsRequest request ) : DescribeDBSubnetGroupsResponse

Returns a list of DBSubnetGroup descriptions. If a DBSubnetGroupName is specified, the list will contain only the descriptions of the specified DBSubnetGroup.

For an overview of CIDR ranges, go to the Wikipedia Tutorial.

DescribeDBSubnetGroupsAsync ( DescribeDBSubnetGroupsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeDBSubnetGroups operation.

DescribeDBSubnetGroupsAsync ( System cancellationToken = default(CancellationToken) ) : Task

Returns a list of DBSubnetGroup descriptions. If a DBSubnetGroupName is specified, the list will contain only the descriptions of the specified DBSubnetGroup.

For an overview of CIDR ranges, go to the Wikipedia Tutorial.

DescribeEngineDefaultClusterParameters ( DescribeEngineDefaultClusterParametersRequest request ) : DescribeEngineDefaultClusterParametersResponse

Returns the default engine and system parameter information for the cluster database engine.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

DescribeEngineDefaultClusterParametersAsync ( DescribeEngineDefaultClusterParametersRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeEngineDefaultClusterParameters operation.

DescribeEngineDefaultParameters ( DescribeEngineDefaultParametersRequest request ) : DescribeEngineDefaultParametersResponse

Returns the default engine and system parameter information for the specified database engine.

DescribeEngineDefaultParametersAsync ( DescribeEngineDefaultParametersRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeEngineDefaultParameters operation.

DescribeEventCategories ( ) : DescribeEventCategoriesResponse

Displays a list of categories for all event source types, or, if specified, for a specified source type. You can see a list of the event categories and source types in the Events topic in the Amazon RDS User Guide.

DescribeEventCategories ( DescribeEventCategoriesRequest request ) : DescribeEventCategoriesResponse

Displays a list of categories for all event source types, or, if specified, for a specified source type. You can see a list of the event categories and source types in the Events topic in the Amazon RDS User Guide.

DescribeEventCategoriesAsync ( DescribeEventCategoriesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeEventCategories operation.

DescribeEventCategoriesAsync ( System cancellationToken = default(CancellationToken) ) : Task

Displays a list of categories for all event source types, or, if specified, for a specified source type. You can see a list of the event categories and source types in the Events topic in the Amazon RDS User Guide.

DescribeEventSubscriptions ( ) : DescribeEventSubscriptionsResponse

Lists all the subscription descriptions for a customer account. The description for a subscription includes SubscriptionName, SNSTopicARN, CustomerID, SourceType, SourceID, CreationTime, and Status.

If you specify a SubscriptionName, lists the description for that subscription.

DescribeEventSubscriptions ( DescribeEventSubscriptionsRequest request ) : DescribeEventSubscriptionsResponse

Lists all the subscription descriptions for a customer account. The description for a subscription includes SubscriptionName, SNSTopicARN, CustomerID, SourceType, SourceID, CreationTime, and Status.

If you specify a SubscriptionName, lists the description for that subscription.

DescribeEventSubscriptionsAsync ( DescribeEventSubscriptionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeEventSubscriptions operation.

DescribeEventSubscriptionsAsync ( System cancellationToken = default(CancellationToken) ) : Task

Lists all the subscription descriptions for a customer account. The description for a subscription includes SubscriptionName, SNSTopicARN, CustomerID, SourceType, SourceID, CreationTime, and Status.

If you specify a SubscriptionName, lists the description for that subscription.

DescribeEvents ( ) : DescribeEventsResponse

Returns events related to DB instances, DB security groups, DB snapshots, and DB parameter groups for the past 14 days. Events specific to a particular DB instance, DB security group, database snapshot, or DB parameter group can be obtained by providing the name as a parameter. By default, the past hour of events are returned.

DescribeEvents ( DescribeEventsRequest request ) : DescribeEventsResponse

Returns events related to DB instances, DB security groups, DB snapshots, and DB parameter groups for the past 14 days. Events specific to a particular DB instance, DB security group, database snapshot, or DB parameter group can be obtained by providing the name as a parameter. By default, the past hour of events are returned.

DescribeEventsAsync ( DescribeEventsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeEvents operation.

DescribeEventsAsync ( System cancellationToken = default(CancellationToken) ) : Task

Returns events related to DB instances, DB security groups, DB snapshots, and DB parameter groups for the past 14 days. Events specific to a particular DB instance, DB security group, database snapshot, or DB parameter group can be obtained by providing the name as a parameter. By default, the past hour of events are returned.

DescribeOptionGroupOptions ( DescribeOptionGroupOptionsRequest request ) : DescribeOptionGroupOptionsResponse

Describes all available options.

DescribeOptionGroupOptionsAsync ( DescribeOptionGroupOptionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeOptionGroupOptions operation.

DescribeOptionGroups ( ) : DescribeOptionGroupsResponse

Describes the available option groups.

DescribeOptionGroups ( DescribeOptionGroupsRequest request ) : DescribeOptionGroupsResponse

Describes the available option groups.

DescribeOptionGroupsAsync ( DescribeOptionGroupsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeOptionGroups operation.

DescribeOptionGroupsAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes the available option groups.

DescribeOrderableDBInstanceOptions ( DescribeOrderableDBInstanceOptionsRequest request ) : DescribeOrderableDBInstanceOptionsResponse

Returns a list of orderable DB instance options for the specified engine.

DescribeOrderableDBInstanceOptionsAsync ( DescribeOrderableDBInstanceOptionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeOrderableDBInstanceOptions operation.

DescribePendingMaintenanceActions ( DescribePendingMaintenanceActionsRequest request ) : Amazon.RDS.Model.DescribePendingMaintenanceActionsResponse

Returns a list of resources (for example, DB instances) that have at least one pending maintenance action.

DescribePendingMaintenanceActionsAsync ( DescribePendingMaintenanceActionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribePendingMaintenanceActions operation.

DescribeReservedDBInstances ( ) : DescribeReservedDBInstancesResponse

Returns information about reserved DB instances for this account, or about a specified reserved DB instance.

DescribeReservedDBInstances ( DescribeReservedDBInstancesRequest request ) : DescribeReservedDBInstancesResponse

Returns information about reserved DB instances for this account, or about a specified reserved DB instance.

DescribeReservedDBInstancesAsync ( DescribeReservedDBInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeReservedDBInstances operation.

DescribeReservedDBInstancesAsync ( System cancellationToken = default(CancellationToken) ) : Task

Returns information about reserved DB instances for this account, or about a specified reserved DB instance.

DescribeReservedDBInstancesOfferings ( ) : DescribeReservedDBInstancesOfferingsResponse

Lists available reserved DB instance offerings.

DescribeReservedDBInstancesOfferings ( DescribeReservedDBInstancesOfferingsRequest request ) : DescribeReservedDBInstancesOfferingsResponse

Lists available reserved DB instance offerings.

DescribeReservedDBInstancesOfferingsAsync ( DescribeReservedDBInstancesOfferingsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeReservedDBInstancesOfferings operation.

DescribeReservedDBInstancesOfferingsAsync ( System cancellationToken = default(CancellationToken) ) : Task

Lists available reserved DB instance offerings.

DescribeSourceRegions ( DescribeSourceRegionsRequest request ) : DescribeSourceRegionsResponse

Returns a list of the source AWS regions where the current AWS region can create a Read Replica or copy a DB snapshot from. This API action supports pagination.

DescribeSourceRegionsAsync ( DescribeSourceRegionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeSourceRegions operation.

DownloadDBLogFilePortion ( DownloadDBLogFilePortionRequest request ) : DownloadDBLogFilePortionResponse

Downloads all or a portion of the specified log file, up to 1 MB in size.

DownloadDBLogFilePortionAsync ( DownloadDBLogFilePortionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DownloadDBLogFilePortion operation.

EndAddRoleToDBCluster ( IAsyncResult asyncResult ) : AddRoleToDBClusterResponse

Finishes the asynchronous execution of the AddRoleToDBCluster operation.

EndAddSourceIdentifierToSubscription ( IAsyncResult asyncResult ) : AddSourceIdentifierToSubscriptionResponse

Finishes the asynchronous execution of the AddSourceIdentifierToSubscription operation.

EndAddTagsToResource ( IAsyncResult asyncResult ) : Amazon.RDS.Model.AddTagsToResourceResponse

Finishes the asynchronous execution of the AddTagsToResource operation.

EndApplyPendingMaintenanceAction ( IAsyncResult asyncResult ) : ApplyPendingMaintenanceActionResponse

Finishes the asynchronous execution of the ApplyPendingMaintenanceAction operation.

EndAuthorizeDBSecurityGroupIngress ( IAsyncResult asyncResult ) : AuthorizeDBSecurityGroupIngressResponse

Finishes the asynchronous execution of the AuthorizeDBSecurityGroupIngress operation.

EndCopyDBClusterParameterGroup ( IAsyncResult asyncResult ) : CopyDBClusterParameterGroupResponse

Finishes the asynchronous execution of the CopyDBClusterParameterGroup operation.

EndCopyDBClusterSnapshot ( IAsyncResult asyncResult ) : CopyDBClusterSnapshotResponse

Finishes the asynchronous execution of the CopyDBClusterSnapshot operation.

EndCopyDBParameterGroup ( IAsyncResult asyncResult ) : CopyDBParameterGroupResponse

Finishes the asynchronous execution of the CopyDBParameterGroup operation.

EndCopyDBSnapshot ( IAsyncResult asyncResult ) : CopyDBSnapshotResponse

Finishes the asynchronous execution of the CopyDBSnapshot operation.

EndCopyOptionGroup ( IAsyncResult asyncResult ) : CopyOptionGroupResponse

Finishes the asynchronous execution of the CopyOptionGroup operation.

EndCreateDBCluster ( IAsyncResult asyncResult ) : CreateDBClusterResponse

Finishes the asynchronous execution of the CreateDBCluster operation.

EndCreateDBClusterParameterGroup ( IAsyncResult asyncResult ) : CreateDBClusterParameterGroupResponse

Finishes the asynchronous execution of the CreateDBClusterParameterGroup operation.

EndCreateDBClusterSnapshot ( IAsyncResult asyncResult ) : CreateDBClusterSnapshotResponse

Finishes the asynchronous execution of the CreateDBClusterSnapshot operation.

EndCreateDBInstance ( IAsyncResult asyncResult ) : CreateDBInstanceResponse

Finishes the asynchronous execution of the CreateDBInstance operation.

EndCreateDBInstanceReadReplica ( IAsyncResult asyncResult ) : CreateDBInstanceReadReplicaResponse

Finishes the asynchronous execution of the CreateDBInstanceReadReplica operation.

EndCreateDBParameterGroup ( IAsyncResult asyncResult ) : CreateDBParameterGroupResponse

Finishes the asynchronous execution of the CreateDBParameterGroup operation.

EndCreateDBSecurityGroup ( IAsyncResult asyncResult ) : CreateDBSecurityGroupResponse

Finishes the asynchronous execution of the CreateDBSecurityGroup operation.

EndCreateDBSnapshot ( IAsyncResult asyncResult ) : CreateDBSnapshotResponse

Finishes the asynchronous execution of the CreateDBSnapshot operation.

EndCreateDBSubnetGroup ( IAsyncResult asyncResult ) : CreateDBSubnetGroupResponse

Finishes the asynchronous execution of the CreateDBSubnetGroup operation.

EndCreateEventSubscription ( IAsyncResult asyncResult ) : CreateEventSubscriptionResponse

Finishes the asynchronous execution of the CreateEventSubscription operation.

EndCreateOptionGroup ( IAsyncResult asyncResult ) : CreateOptionGroupResponse

Finishes the asynchronous execution of the CreateOptionGroup operation.

EndDeleteDBCluster ( IAsyncResult asyncResult ) : DeleteDBClusterResponse

Finishes the asynchronous execution of the DeleteDBCluster operation.

EndDeleteDBClusterParameterGroup ( IAsyncResult asyncResult ) : DeleteDBClusterParameterGroupResponse

Finishes the asynchronous execution of the DeleteDBClusterParameterGroup operation.

EndDeleteDBClusterSnapshot ( IAsyncResult asyncResult ) : DeleteDBClusterSnapshotResponse

Finishes the asynchronous execution of the DeleteDBClusterSnapshot operation.

EndDeleteDBInstance ( IAsyncResult asyncResult ) : DeleteDBInstanceResponse

Finishes the asynchronous execution of the DeleteDBInstance operation.

EndDeleteDBParameterGroup ( IAsyncResult asyncResult ) : DeleteDBParameterGroupResponse

Finishes the asynchronous execution of the DeleteDBParameterGroup operation.

EndDeleteDBSecurityGroup ( IAsyncResult asyncResult ) : DeleteDBSecurityGroupResponse

Finishes the asynchronous execution of the DeleteDBSecurityGroup operation.

EndDeleteDBSnapshot ( IAsyncResult asyncResult ) : DeleteDBSnapshotResponse

Finishes the asynchronous execution of the DeleteDBSnapshot operation.

EndDeleteDBSubnetGroup ( IAsyncResult asyncResult ) : DeleteDBSubnetGroupResponse

Finishes the asynchronous execution of the DeleteDBSubnetGroup operation.

EndDeleteEventSubscription ( IAsyncResult asyncResult ) : DeleteEventSubscriptionResponse

Finishes the asynchronous execution of the DeleteEventSubscription operation.

EndDeleteOptionGroup ( IAsyncResult asyncResult ) : DeleteOptionGroupResponse

Finishes the asynchronous execution of the DeleteOptionGroup 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.

EndDescribeDBClusterParameterGroups ( IAsyncResult asyncResult ) : DescribeDBClusterParameterGroupsResponse

Finishes the asynchronous execution of the DescribeDBClusterParameterGroups operation.

EndDescribeDBClusterParameters ( IAsyncResult asyncResult ) : DescribeDBClusterParametersResponse

Finishes the asynchronous execution of the DescribeDBClusterParameters operation.

EndDescribeDBClusterSnapshotAttributes ( IAsyncResult asyncResult ) : DescribeDBClusterSnapshotAttributesResponse

Finishes the asynchronous execution of the DescribeDBClusterSnapshotAttributes operation.

EndDescribeDBClusterSnapshots ( IAsyncResult asyncResult ) : DescribeDBClusterSnapshotsResponse

Finishes the asynchronous execution of the DescribeDBClusterSnapshots operation.

EndDescribeDBClusters ( IAsyncResult asyncResult ) : DescribeDBClustersResponse

Finishes the asynchronous execution of the DescribeDBClusters operation.

EndDescribeDBEngineVersions ( IAsyncResult asyncResult ) : DescribeDBEngineVersionsResponse

Finishes the asynchronous execution of the DescribeDBEngineVersions operation.

EndDescribeDBInstances ( IAsyncResult asyncResult ) : DescribeDBInstancesResponse

Finishes the asynchronous execution of the DescribeDBInstances operation.

EndDescribeDBLogFiles ( IAsyncResult asyncResult ) : DescribeDBLogFilesResponse

Finishes the asynchronous execution of the DescribeDBLogFiles operation.

EndDescribeDBParameterGroups ( IAsyncResult asyncResult ) : DescribeDBParameterGroupsResponse

Finishes the asynchronous execution of the DescribeDBParameterGroups operation.

EndDescribeDBParameters ( IAsyncResult asyncResult ) : DescribeDBParametersResponse

Finishes the asynchronous execution of the DescribeDBParameters operation.

EndDescribeDBSecurityGroups ( IAsyncResult asyncResult ) : DescribeDBSecurityGroupsResponse

Finishes the asynchronous execution of the DescribeDBSecurityGroups operation.

EndDescribeDBSnapshotAttributes ( IAsyncResult asyncResult ) : DescribeDBSnapshotAttributesResponse

Finishes the asynchronous execution of the DescribeDBSnapshotAttributes operation.

EndDescribeDBSnapshots ( IAsyncResult asyncResult ) : DescribeDBSnapshotsResponse

Finishes the asynchronous execution of the DescribeDBSnapshots operation.

EndDescribeDBSubnetGroups ( IAsyncResult asyncResult ) : DescribeDBSubnetGroupsResponse

Finishes the asynchronous execution of the DescribeDBSubnetGroups operation.

EndDescribeEngineDefaultClusterParameters ( IAsyncResult asyncResult ) : DescribeEngineDefaultClusterParametersResponse

Finishes the asynchronous execution of the DescribeEngineDefaultClusterParameters operation.

EndDescribeEngineDefaultParameters ( IAsyncResult asyncResult ) : DescribeEngineDefaultParametersResponse

Finishes the asynchronous execution of the DescribeEngineDefaultParameters operation.

EndDescribeEventCategories ( IAsyncResult asyncResult ) : DescribeEventCategoriesResponse

Finishes the asynchronous execution of the DescribeEventCategories operation.

EndDescribeEventSubscriptions ( IAsyncResult asyncResult ) : DescribeEventSubscriptionsResponse

Finishes the asynchronous execution of the DescribeEventSubscriptions operation.

EndDescribeEvents ( IAsyncResult asyncResult ) : DescribeEventsResponse

Finishes the asynchronous execution of the DescribeEvents operation.

EndDescribeOptionGroupOptions ( IAsyncResult asyncResult ) : DescribeOptionGroupOptionsResponse

Finishes the asynchronous execution of the DescribeOptionGroupOptions operation.

EndDescribeOptionGroups ( IAsyncResult asyncResult ) : DescribeOptionGroupsResponse

Finishes the asynchronous execution of the DescribeOptionGroups operation.

EndDescribeOrderableDBInstanceOptions ( IAsyncResult asyncResult ) : DescribeOrderableDBInstanceOptionsResponse

Finishes the asynchronous execution of the DescribeOrderableDBInstanceOptions operation.

EndDescribePendingMaintenanceActions ( IAsyncResult asyncResult ) : DescribePendingMaintenanceActionsResponse

Finishes the asynchronous execution of the DescribePendingMaintenanceActions operation.

EndDescribeReservedDBInstances ( IAsyncResult asyncResult ) : DescribeReservedDBInstancesResponse

Finishes the asynchronous execution of the DescribeReservedDBInstances operation.

EndDescribeReservedDBInstancesOfferings ( IAsyncResult asyncResult ) : DescribeReservedDBInstancesOfferingsResponse

Finishes the asynchronous execution of the DescribeReservedDBInstancesOfferings operation.

EndDescribeSourceRegions ( IAsyncResult asyncResult ) : DescribeSourceRegionsResponse

Finishes the asynchronous execution of the DescribeSourceRegions operation.

EndDownloadDBLogFilePortion ( IAsyncResult asyncResult ) : DownloadDBLogFilePortionResponse

Finishes the asynchronous execution of the DownloadDBLogFilePortion operation.

EndFailoverDBCluster ( IAsyncResult asyncResult ) : FailoverDBClusterResponse

Finishes the asynchronous execution of the FailoverDBCluster operation.

EndListTagsForResource ( IAsyncResult asyncResult ) : ListTagsForResourceResponse

Finishes the asynchronous execution of the ListTagsForResource operation.

EndModifyDBCluster ( IAsyncResult asyncResult ) : ModifyDBClusterResponse

Finishes the asynchronous execution of the ModifyDBCluster operation.

EndModifyDBClusterParameterGroup ( IAsyncResult asyncResult ) : ModifyDBClusterParameterGroupResponse

Finishes the asynchronous execution of the ModifyDBClusterParameterGroup operation.

EndModifyDBClusterSnapshotAttribute ( IAsyncResult asyncResult ) : ModifyDBClusterSnapshotAttributeResponse

Finishes the asynchronous execution of the ModifyDBClusterSnapshotAttribute operation.

EndModifyDBInstance ( IAsyncResult asyncResult ) : ModifyDBInstanceResponse

Finishes the asynchronous execution of the ModifyDBInstance operation.

EndModifyDBParameterGroup ( IAsyncResult asyncResult ) : ModifyDBParameterGroupResponse

Finishes the asynchronous execution of the ModifyDBParameterGroup operation.

EndModifyDBSnapshotAttribute ( IAsyncResult asyncResult ) : ModifyDBSnapshotAttributeResponse

Finishes the asynchronous execution of the ModifyDBSnapshotAttribute operation.

EndModifyDBSubnetGroup ( IAsyncResult asyncResult ) : ModifyDBSubnetGroupResponse

Finishes the asynchronous execution of the ModifyDBSubnetGroup operation.

EndModifyEventSubscription ( IAsyncResult asyncResult ) : ModifyEventSubscriptionResponse

Finishes the asynchronous execution of the ModifyEventSubscription operation.

EndModifyOptionGroup ( IAsyncResult asyncResult ) : ModifyOptionGroupResponse

Finishes the asynchronous execution of the ModifyOptionGroup operation.

EndPromoteReadReplica ( IAsyncResult asyncResult ) : PromoteReadReplicaResponse

Finishes the asynchronous execution of the PromoteReadReplica operation.

EndPromoteReadReplicaDBCluster ( IAsyncResult asyncResult ) : PromoteReadReplicaDBClusterResponse

Finishes the asynchronous execution of the PromoteReadReplicaDBCluster operation.

EndPurchaseReservedDBInstancesOffering ( IAsyncResult asyncResult ) : PurchaseReservedDBInstancesOfferingResponse

Finishes the asynchronous execution of the PurchaseReservedDBInstancesOffering operation.

EndRebootDBInstance ( IAsyncResult asyncResult ) : RebootDBInstanceResponse

Finishes the asynchronous execution of the RebootDBInstance operation.

EndRemoveRoleFromDBCluster ( IAsyncResult asyncResult ) : RemoveRoleFromDBClusterResponse

Finishes the asynchronous execution of the RemoveRoleFromDBCluster operation.

EndRemoveSourceIdentifierFromSubscription ( IAsyncResult asyncResult ) : RemoveSourceIdentifierFromSubscriptionResponse

Finishes the asynchronous execution of the RemoveSourceIdentifierFromSubscription operation.

EndRemoveTagsFromResource ( IAsyncResult asyncResult ) : RemoveTagsFromResourceResponse

Finishes the asynchronous execution of the RemoveTagsFromResource operation.

EndResetDBClusterParameterGroup ( IAsyncResult asyncResult ) : ResetDBClusterParameterGroupResponse

Finishes the asynchronous execution of the ResetDBClusterParameterGroup operation.

EndResetDBParameterGroup ( IAsyncResult asyncResult ) : ResetDBParameterGroupResponse

Finishes the asynchronous execution of the ResetDBParameterGroup operation.

EndRestoreDBClusterFromS3 ( IAsyncResult asyncResult ) : RestoreDBClusterFromS3Response

Finishes the asynchronous execution of the RestoreDBClusterFromS3 operation.

EndRestoreDBClusterFromSnapshot ( IAsyncResult asyncResult ) : RestoreDBClusterFromSnapshotResponse

Finishes the asynchronous execution of the RestoreDBClusterFromSnapshot operation.

EndRestoreDBClusterToPointInTime ( IAsyncResult asyncResult ) : RestoreDBClusterToPointInTimeResponse

Finishes the asynchronous execution of the RestoreDBClusterToPointInTime operation.

EndRestoreDBInstanceFromDBSnapshot ( IAsyncResult asyncResult ) : RestoreDBInstanceFromDBSnapshotResponse

Finishes the asynchronous execution of the RestoreDBInstanceFromDBSnapshot operation.

EndRestoreDBInstanceToPointInTime ( IAsyncResult asyncResult ) : RestoreDBInstanceToPointInTimeResponse

Finishes the asynchronous execution of the RestoreDBInstanceToPointInTime operation.

EndRevokeDBSecurityGroupIngress ( IAsyncResult asyncResult ) : RevokeDBSecurityGroupIngressResponse

Finishes the asynchronous execution of the RevokeDBSecurityGroupIngress operation.

FailoverDBCluster ( FailoverDBClusterRequest request ) : FailoverDBClusterResponse

Forces a failover for a DB cluster.

A failover for a DB cluster promotes one of the Aurora Replicas (read-only instances) in the DB cluster to be the primary instance (the cluster writer).

Amazon Aurora will automatically fail over to an Aurora Replica, if one exists, when the primary instance fails. You can force a failover when you want to simulate a failure of a primary instance for testing. Because each instance in a DB cluster has its own endpoint address, you will need to clean up and re-establish any existing connections that use those endpoint addresses when the failover is complete.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

FailoverDBClusterAsync ( FailoverDBClusterRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the FailoverDBCluster operation.

ListTagsForResource ( ListTagsForResourceRequest request ) : ListTagsForResourceResponse

Lists all tags on an Amazon RDS resource.

For an overview on tagging an Amazon RDS resource, see Tagging Amazon RDS Resources.

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

Initiates the asynchronous execution of the ListTagsForResource operation.

ModifyDBCluster ( ModifyDBClusterRequest request ) : ModifyDBClusterResponse

Modify a setting for an Amazon Aurora DB cluster. You can change one or more database configuration parameters by specifying these parameters and the new values in the request. For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

ModifyDBClusterAsync ( ModifyDBClusterRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ModifyDBCluster operation.

ModifyDBClusterParameterGroup ( ModifyDBClusterParameterGroupRequest request ) : ModifyDBClusterParameterGroupResponse

Modifies the parameters of a DB cluster parameter group. To modify more than one parameter, submit a list of the following: ParameterName, ParameterValue, and ApplyMethod. A maximum of 20 parameters can be modified in a single request.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

Changes to dynamic parameters are applied immediately. Changes to static parameters require a reboot without failover to the DB cluster associated with the parameter group before the change can take effect.

After you create a DB cluster parameter group, you should wait at least 5 minutes before creating your first DB cluster that uses that DB cluster parameter group as the default parameter group. This allows Amazon RDS to fully complete the create action before the parameter group is used as the default for a new DB cluster. This is especially important for parameters that are critical when creating the default database for a DB cluster, such as the character set for the default database defined by the character_set_database parameter. You can use the Parameter Groups option of the Amazon RDS console or the DescribeDBClusterParameters command to verify that your DB cluster parameter group has been created or modified.

ModifyDBClusterParameterGroupAsync ( ModifyDBClusterParameterGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ModifyDBClusterParameterGroup operation.

ModifyDBClusterSnapshotAttribute ( ModifyDBClusterSnapshotAttributeRequest request ) : ModifyDBClusterSnapshotAttributeResponse

Adds an attribute and values to, or removes an attribute and values from, a manual DB cluster snapshot.

To share a manual DB cluster snapshot with other AWS accounts, specify restore as the AttributeName and use the ValuesToAdd parameter to add a list of IDs of the AWS accounts that are authorized to restore the manual DB cluster snapshot. Use the value all to make the manual DB cluster snapshot public, which means that it can be copied or restored by all AWS accounts. Do not add the all value for any manual DB cluster snapshots that contain private information that you don't want available to all AWS accounts.

To view which AWS accounts have access to copy or restore a manual DB cluster snapshot, or whether a manual DB cluster snapshot public or private, use the DescribeDBClusterSnapshotAttributes API action.

If a manual DB cluster snapshot is encrypted, it cannot be shared.

ModifyDBClusterSnapshotAttributeAsync ( ModifyDBClusterSnapshotAttributeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ModifyDBClusterSnapshotAttribute operation.

ModifyDBInstance ( ModifyDBInstanceRequest request ) : ModifyDBInstanceResponse

Modifies settings for a DB instance. You can change one or more database configuration parameters by specifying these parameters and the new values in the request.

ModifyDBInstanceAsync ( ModifyDBInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ModifyDBInstance operation.

ModifyDBParameterGroup ( ModifyDBParameterGroupRequest request ) : ModifyDBParameterGroupResponse

Modifies the parameters of a DB parameter group. To modify more than one parameter, submit a list of the following: ParameterName, ParameterValue, and ApplyMethod. A maximum of 20 parameters can be modified in a single request.

Changes to dynamic parameters are applied immediately. Changes to static parameters require a reboot without failover to the DB instance associated with the parameter group before the change can take effect.

After you modify a DB parameter group, you should wait at least 5 minutes before creating your first DB instance that uses that DB parameter group as the default parameter group. This allows Amazon RDS to fully complete the modify action before the parameter group is used as the default for a new DB instance. This is especially important for parameters that are critical when creating the default database for a DB instance, such as the character set for the default database defined by the character_set_database parameter. You can use the Parameter Groups option of the Amazon RDS console or the DescribeDBParameters command to verify that your DB parameter group has been created or modified.

ModifyDBParameterGroupAsync ( ModifyDBParameterGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ModifyDBParameterGroup operation.

ModifyDBSnapshotAttribute ( ModifyDBSnapshotAttributeRequest request ) : ModifyDBSnapshotAttributeResponse

Adds an attribute and values to, or removes an attribute and values from, a manual DB snapshot.

To share a manual DB snapshot with other AWS accounts, specify restore as the AttributeName and use the ValuesToAdd parameter to add a list of IDs of the AWS accounts that are authorized to restore the manual DB snapshot. Uses the value all to make the manual DB snapshot public, which means it can be copied or restored by all AWS accounts. Do not add the all value for any manual DB snapshots that contain private information that you don't want available to all AWS accounts.

To view which AWS accounts have access to copy or restore a manual DB snapshot, or whether a manual DB snapshot public or private, use the DescribeDBSnapshotAttributes API action.

If the manual DB snapshot is encrypted, it cannot be shared.

ModifyDBSnapshotAttributeAsync ( ModifyDBSnapshotAttributeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ModifyDBSnapshotAttribute operation.

ModifyDBSubnetGroup ( ModifyDBSubnetGroupRequest request ) : ModifyDBSubnetGroupResponse

Modifies an existing DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the region.

ModifyDBSubnetGroupAsync ( ModifyDBSubnetGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ModifyDBSubnetGroup operation.

ModifyEventSubscription ( ModifyEventSubscriptionRequest request ) : ModifyEventSubscriptionResponse

Modifies an existing RDS event notification subscription. Note that you cannot modify the source identifiers using this call; to change source identifiers for a subscription, use the AddSourceIdentifierToSubscription and RemoveSourceIdentifierFromSubscription calls.

You can see a list of the event categories for a given SourceType in the Events topic in the Amazon RDS User Guide or by using the DescribeEventCategories action.

ModifyEventSubscriptionAsync ( ModifyEventSubscriptionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ModifyEventSubscription operation.

ModifyOptionGroup ( ModifyOptionGroupRequest request ) : ModifyOptionGroupResponse

Modifies an existing option group.

ModifyOptionGroupAsync ( ModifyOptionGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ModifyOptionGroup operation.

PromoteReadReplica ( PromoteReadReplicaRequest request ) : PromoteReadReplicaResponse

Promotes a Read Replica DB instance to a standalone DB instance.

We recommend that you enable automated backups on your Read Replica before promoting the Read Replica. This ensures that no backup is taken during the promotion process. Once the instance is promoted to a primary instance, backups are taken based on your backup settings.

PromoteReadReplicaAsync ( PromoteReadReplicaRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the PromoteReadReplica operation.

PromoteReadReplicaDBCluster ( PromoteReadReplicaDBClusterRequest request ) : PromoteReadReplicaDBClusterResponse

Promotes a Read Replica DB cluster to a standalone DB cluster.

PromoteReadReplicaDBClusterAsync ( PromoteReadReplicaDBClusterRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the PromoteReadReplicaDBCluster operation.

PurchaseReservedDBInstancesOffering ( PurchaseReservedDBInstancesOfferingRequest request ) : PurchaseReservedDBInstancesOfferingResponse

Purchases a reserved DB instance offering.

PurchaseReservedDBInstancesOfferingAsync ( PurchaseReservedDBInstancesOfferingRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the PurchaseReservedDBInstancesOffering operation.

RebootDBInstance ( RebootDBInstanceRequest request ) : RebootDBInstanceResponse

Rebooting a DB instance restarts the database engine service. A reboot also applies to the DB instance any modifications to the associated DB parameter group that were pending. Rebooting a DB instance results in a momentary outage of the instance, during which the DB instance status is set to rebooting. If the RDS instance is configured for MultiAZ, it is possible that the reboot will be conducted through a failover. An Amazon RDS event is created when the reboot is completed.

If your DB instance is deployed in multiple Availability Zones, you can force a failover from one AZ to the other during the reboot. You might force a failover to test the availability of your DB instance deployment or to restore operations to the original AZ after a failover occurs.

The time required to reboot is a function of the specific database engine's crash recovery process. To improve the reboot time, we recommend that you reduce database activities as much as possible during the reboot process to reduce rollback activity for in-transit transactions.

RebootDBInstanceAsync ( RebootDBInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RebootDBInstance operation.

RemoveRoleFromDBCluster ( RemoveRoleFromDBClusterRequest request ) : RemoveRoleFromDBClusterResponse

Disassociates an Identity and Access Management (IAM) role from an Aurora DB cluster. For more information, see Authorizing Amazon Aurora to Access Other AWS Services On Your Behalf.

RemoveRoleFromDBClusterAsync ( RemoveRoleFromDBClusterRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RemoveRoleFromDBCluster operation.

RemoveSourceIdentifierFromSubscription ( RemoveSourceIdentifierFromSubscriptionRequest request ) : RemoveSourceIdentifierFromSubscriptionResponse

Removes a source identifier from an existing RDS event notification subscription.

RemoveSourceIdentifierFromSubscriptionAsync ( RemoveSourceIdentifierFromSubscriptionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RemoveSourceIdentifierFromSubscription operation.

RemoveTagsFromResource ( RemoveTagsFromResourceRequest request ) : RemoveTagsFromResourceResponse

Removes metadata tags from an Amazon RDS resource.

For an overview on tagging an Amazon RDS resource, see Tagging Amazon RDS Resources.

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

Initiates the asynchronous execution of the RemoveTagsFromResource operation.

ResetDBClusterParameterGroup ( ResetDBClusterParameterGroupRequest request ) : ResetDBClusterParameterGroupResponse

Modifies the parameters of a DB cluster parameter group to the default value. To reset specific parameters submit a list of the following: ParameterName and ApplyMethod. To reset the entire DB cluster parameter group, specify the DBClusterParameterGroupName and ResetAllParameters parameters.

When resetting the entire group, dynamic parameters are updated immediately and static parameters are set to pending-reboot to take effect on the next DB instance restart or RebootDBInstance request. You must call RebootDBInstance for every DB instance in your DB cluster that you want the updated static parameter to apply to.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

ResetDBClusterParameterGroupAsync ( ResetDBClusterParameterGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ResetDBClusterParameterGroup operation.

ResetDBParameterGroup ( ResetDBParameterGroupRequest request ) : ResetDBParameterGroupResponse

Modifies the parameters of a DB parameter group to the engine/system default value. To reset specific parameters submit a list of the following: ParameterName and ApplyMethod. To reset the entire DB parameter group, specify the DBParameterGroup name and ResetAllParameters parameters. When resetting the entire group, dynamic parameters are updated immediately and static parameters are set to pending-reboot to take effect on the next DB instance restart or RebootDBInstance request.

ResetDBParameterGroupAsync ( ResetDBParameterGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ResetDBParameterGroup operation.

RestoreDBClusterFromS3 ( RestoreDBClusterFromS3Request request ) : RestoreDBClusterFromS3Response

Creates an Amazon Aurora DB cluster from data stored in an Amazon S3 bucket. Amazon RDS must be authorized to access the Amazon S3 bucket and the data must be created using the Percona XtraBackup utility as described in Migrating Data from MySQL by Using an Amazon S3 Bucket.

RestoreDBClusterFromS3Async ( RestoreDBClusterFromS3Request request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RestoreDBClusterFromS3 operation.

RestoreDBClusterFromSnapshot ( RestoreDBClusterFromSnapshotRequest request ) : RestoreDBClusterFromSnapshotResponse

Creates a new DB cluster from a DB cluster snapshot. The target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

RestoreDBClusterFromSnapshotAsync ( RestoreDBClusterFromSnapshotRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RestoreDBClusterFromSnapshot operation.

RestoreDBClusterToPointInTime ( RestoreDBClusterToPointInTimeRequest request ) : RestoreDBClusterToPointInTimeResponse

Restores a DB cluster to an arbitrary point in time. Users can restore to any point in time before LatestRestorableTime for up to BackupRetentionPeriod days. The target DB cluster is created from the source DB cluster with the same configuration as the original DB cluster, except that the new DB cluster is created with the default DB security group.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

RestoreDBClusterToPointInTimeAsync ( RestoreDBClusterToPointInTimeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RestoreDBClusterToPointInTime operation.

RestoreDBInstanceFromDBSnapshot ( RestoreDBInstanceFromDBSnapshotRequest request ) : RestoreDBInstanceFromDBSnapshotResponse

Creates a new DB instance from a DB snapshot. The target database is created from the source database restore point with the most of original configuration with the default security group and the default DB parameter group. By default, the new DB instance is created as a single-AZ deployment except when the instance is a SQL Server instance that has an option group that is associated with mirroring; in this case, the instance becomes a mirrored AZ deployment and not a single-AZ deployment.

If your intent is to replace your original DB instance with the new, restored DB instance, then rename your original DB instance before you call the RestoreDBInstanceFromDBSnapshot action. RDS does not allow two DB instances with the same name. Once you have renamed your original DB instance with a different identifier, then you can pass the original name of the DB instance as the DBInstanceIdentifier in the call to the RestoreDBInstanceFromDBSnapshot action. The result is that you will replace the original DB instance with the DB instance created from the snapshot.

If you are restoring from a shared manual DB snapshot, the DBSnapshotIdentifier must be the ARN of the shared DB snapshot.

RestoreDBInstanceFromDBSnapshotAsync ( RestoreDBInstanceFromDBSnapshotRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RestoreDBInstanceFromDBSnapshot operation.

RestoreDBInstanceToPointInTime ( RestoreDBInstanceToPointInTimeRequest request ) : RestoreDBInstanceToPointInTimeResponse

Restores a DB instance to an arbitrary point in time. You can restore to any point in time before the time identified by the LatestRestorableTime property. You can restore to a point up to the number of days specified by the BackupRetentionPeriod property.

The target database is created with most of the original configuration, but in a system-selected availability zone, with the default security group, the default subnet group, and the default DB parameter group. By default, the new DB instance is created as a single-AZ deployment except when the instance is a SQL Server instance that has an option group that is associated with mirroring; in this case, the instance becomes a mirrored deployment and not a single-AZ deployment.

RestoreDBInstanceToPointInTimeAsync ( RestoreDBInstanceToPointInTimeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RestoreDBInstanceToPointInTime operation.

RevokeDBSecurityGroupIngress ( RevokeDBSecurityGroupIngressRequest request ) : RevokeDBSecurityGroupIngressResponse

Revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 or VPC Security Groups. Required parameters for this API are one of CIDRIP, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId).

RevokeDBSecurityGroupIngressAsync ( RevokeDBSecurityGroupIngressRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RevokeDBSecurityGroupIngress operation.

보호된 메소드들

메소드 설명
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

CustomizeRuntimePipeline ( RuntimePipeline pipeline ) : void

Customize the pipeline

Dispose ( bool disposing ) : void

Disposes the service client.

메소드 상세

AddRoleToDBCluster() 공개 메소드

Associates an Identity and Access Management (IAM) role from an Aurora DB cluster. For more information, see Authorizing Amazon Aurora to Access Other AWS Services On Your Behalf.
/// DBClusterIdentifier does not refer to an existing DB cluster. /// /// The specified IAM role Amazon Resource Name (ARN) is already associated with the specified /// DB cluster. /// /// You have exceeded the maximum number of IAM roles that can be associated with the /// specified DB cluster. /// /// The DB cluster is not in a valid state. ///
public AddRoleToDBCluster ( AddRoleToDBClusterRequest request ) : AddRoleToDBClusterResponse
request Amazon.RDS.Model.AddRoleToDBClusterRequest Container for the necessary parameters to execute the AddRoleToDBCluster service method.
리턴 AddRoleToDBClusterResponse

AddRoleToDBClusterAsync() 공개 메소드

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

AddSourceIdentifierToSubscription() 공개 메소드

Adds a source identifier to an existing RDS event notification subscription.
/// The requested source could not be found. /// /// The subscription name does not exist. ///
public AddSourceIdentifierToSubscription ( AddSourceIdentifierToSubscriptionRequest request ) : AddSourceIdentifierToSubscriptionResponse
request Amazon.RDS.Model.AddSourceIdentifierToSubscriptionRequest Container for the necessary parameters to execute the AddSourceIdentifierToSubscription service method.
리턴 Amazon.RDS.Model.AddSourceIdentifierToSubscriptionResponse

AddSourceIdentifierToSubscriptionAsync() 공개 메소드

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

AddTagsToResource() 공개 메소드

Adds metadata tags to an Amazon RDS resource. These tags can also be used with cost allocation reporting to track cost associated with Amazon RDS resources, or used in a Condition statement in an IAM policy for Amazon RDS.

For an overview on tagging Amazon RDS resources, see Tagging Amazon RDS Resources.

/// DBClusterIdentifier does not refer to an existing DB cluster. /// /// DBInstanceIdentifier does not refer to an existing DB instance. /// /// DBSnapshotIdentifier does not refer to an existing DB snapshot. ///
public AddTagsToResource ( AddTagsToResourceRequest request ) : Amazon.RDS.Model.AddTagsToResourceResponse
request Amazon.RDS.Model.AddTagsToResourceRequest Container for the necessary parameters to execute the AddTagsToResource service method.
리턴 Amazon.RDS.Model.AddTagsToResourceResponse

AddTagsToResourceAsync() 공개 메소드

Initiates the asynchronous execution of the AddTagsToResource operation.
public AddTagsToResourceAsync ( AddTagsToResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.RDS.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

AmazonRDSClient() 공개 메소드

Constructs AmazonRDSClient 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 AmazonRDSClient ( ) : System
리턴 System

AmazonRDSClient() 공개 메소드

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

AmazonRDSClient() 공개 메소드

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

AmazonRDSClient() 공개 메소드

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

AmazonRDSClient() 공개 메소드

Constructs AmazonRDSClient 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 AmazonRDSClient ( AmazonRDSConfig config ) : System
config AmazonRDSConfig The AmazonRDSClient Configuration Object
리턴 System

AmazonRDSClient() 공개 메소드

Constructs AmazonRDSClient 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 AmazonRDSClient ( RegionEndpoint region ) : System
region RegionEndpoint The region to connect.
리턴 System

AmazonRDSClient() 공개 메소드

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

AmazonRDSClient() 공개 메소드

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

AmazonRDSClient() 공개 메소드

Constructs AmazonRDSClient with AWS Access Key ID and AWS Secret Key
public AmazonRDSClient ( 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

AmazonRDSClient() 공개 메소드

Constructs AmazonRDSClient with AWS Access Key ID and AWS Secret Key
public AmazonRDSClient ( 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

AmazonRDSClient() 공개 메소드

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

AmazonRDSClient() 공개 메소드

Constructs AmazonRDSClient with AWS Access Key ID and AWS Secret Key
public AmazonRDSClient ( 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

ApplyPendingMaintenanceAction() 공개 메소드

Applies a pending maintenance action to a resource (for example, to a DB instance).
/// The specified resource ID was not found. ///
public ApplyPendingMaintenanceAction ( ApplyPendingMaintenanceActionRequest request ) : ApplyPendingMaintenanceActionResponse
request Amazon.RDS.Model.ApplyPendingMaintenanceActionRequest Container for the necessary parameters to execute the ApplyPendingMaintenanceAction service method.
리턴 Amazon.RDS.Model.ApplyPendingMaintenanceActionResponse

ApplyPendingMaintenanceActionAsync() 공개 메소드

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

AuthorizeDBSecurityGroupIngress() 공개 메소드

Enables ingress to a DBSecurityGroup using one of two forms of authorization. First, EC2 or VPC security groups can be added to the DBSecurityGroup if the application using the database is running on EC2 or VPC instances. Second, IP ranges are available if the application accessing your database is running on the Internet. Required parameters for this API are one of CIDR range, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId for non-VPC).

You cannot authorize ingress from an EC2 security group in one region to an Amazon RDS DB instance in another. You cannot authorize ingress from a VPC security group in one VPC to an Amazon RDS DB instance in another.

For an overview of CIDR ranges, go to the Wikipedia Tutorial.

/// The specified CIDRIP or EC2 security group is already authorized for the specified /// DB security group. /// /// DB security group authorization quota has been reached. /// /// DBSecurityGroupName does not refer to an existing DB security group. /// /// The state of the DB security group does not allow deletion. ///
public AuthorizeDBSecurityGroupIngress ( AuthorizeDBSecurityGroupIngressRequest request ) : AuthorizeDBSecurityGroupIngressResponse
request Amazon.RDS.Model.AuthorizeDBSecurityGroupIngressRequest Container for the necessary parameters to execute the AuthorizeDBSecurityGroupIngress service method.
리턴 Amazon.RDS.Model.AuthorizeDBSecurityGroupIngressResponse

AuthorizeDBSecurityGroupIngressAsync() 공개 메소드

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

BeginAddRoleToDBCluster() 공개 메소드

Initiates the asynchronous execution of the AddRoleToDBCluster operation.
public BeginAddRoleToDBCluster ( AddRoleToDBClusterRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.AddRoleToDBClusterRequest Container for the necessary parameters to execute the AddRoleToDBCluster operation on AmazonRDSClient.
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

BeginAddSourceIdentifierToSubscription() 공개 메소드

Initiates the asynchronous execution of the AddSourceIdentifierToSubscription operation.
public BeginAddSourceIdentifierToSubscription ( AddSourceIdentifierToSubscriptionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.AddSourceIdentifierToSubscriptionRequest Container for the necessary parameters to execute the AddSourceIdentifierToSubscription operation on AmazonRDSClient.
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

BeginAddTagsToResource() 공개 메소드

Initiates the asynchronous execution of the AddTagsToResource operation.
public BeginAddTagsToResource ( AddTagsToResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.AddTagsToResourceRequest Container for the necessary parameters to execute the AddTagsToResource operation on AmazonRDSClient.
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

BeginApplyPendingMaintenanceAction() 공개 메소드

Initiates the asynchronous execution of the ApplyPendingMaintenanceAction operation.
public BeginApplyPendingMaintenanceAction ( ApplyPendingMaintenanceActionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.ApplyPendingMaintenanceActionRequest Container for the necessary parameters to execute the ApplyPendingMaintenanceAction operation on AmazonRDSClient.
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

BeginAuthorizeDBSecurityGroupIngress() 공개 메소드

Initiates the asynchronous execution of the AuthorizeDBSecurityGroupIngress operation.
public BeginAuthorizeDBSecurityGroupIngress ( AuthorizeDBSecurityGroupIngressRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.AuthorizeDBSecurityGroupIngressRequest Container for the necessary parameters to execute the AuthorizeDBSecurityGroupIngress operation on AmazonRDSClient.
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

BeginCopyDBClusterParameterGroup() 공개 메소드

Initiates the asynchronous execution of the CopyDBClusterParameterGroup operation.
public BeginCopyDBClusterParameterGroup ( CopyDBClusterParameterGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.CopyDBClusterParameterGroupRequest Container for the necessary parameters to execute the CopyDBClusterParameterGroup operation on AmazonRDSClient.
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

BeginCopyDBClusterSnapshot() 공개 메소드

Initiates the asynchronous execution of the CopyDBClusterSnapshot operation.
public BeginCopyDBClusterSnapshot ( CopyDBClusterSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.CopyDBClusterSnapshotRequest Container for the necessary parameters to execute the CopyDBClusterSnapshot operation on AmazonRDSClient.
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

BeginCopyDBParameterGroup() 공개 메소드

Initiates the asynchronous execution of the CopyDBParameterGroup operation.
public BeginCopyDBParameterGroup ( CopyDBParameterGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.CopyDBParameterGroupRequest Container for the necessary parameters to execute the CopyDBParameterGroup operation on AmazonRDSClient.
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

BeginCopyDBSnapshot() 공개 메소드

Initiates the asynchronous execution of the CopyDBSnapshot operation.
public BeginCopyDBSnapshot ( CopyDBSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.CopyDBSnapshotRequest Container for the necessary parameters to execute the CopyDBSnapshot operation on AmazonRDSClient.
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

BeginCopyOptionGroup() 공개 메소드

Initiates the asynchronous execution of the CopyOptionGroup operation.
public BeginCopyOptionGroup ( CopyOptionGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.CopyOptionGroupRequest Container for the necessary parameters to execute the CopyOptionGroup operation on AmazonRDSClient.
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

BeginCreateDBCluster() 공개 메소드

Initiates the asynchronous execution of the CreateDBCluster operation.
public BeginCreateDBCluster ( CreateDBClusterRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.CreateDBClusterRequest Container for the necessary parameters to execute the CreateDBCluster operation on AmazonRDSClient.
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

BeginCreateDBClusterParameterGroup() 공개 메소드

Initiates the asynchronous execution of the CreateDBClusterParameterGroup operation.
public BeginCreateDBClusterParameterGroup ( CreateDBClusterParameterGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.CreateDBClusterParameterGroupRequest Container for the necessary parameters to execute the CreateDBClusterParameterGroup operation on AmazonRDSClient.
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

BeginCreateDBClusterSnapshot() 공개 메소드

Initiates the asynchronous execution of the CreateDBClusterSnapshot operation.
public BeginCreateDBClusterSnapshot ( CreateDBClusterSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.CreateDBClusterSnapshotRequest Container for the necessary parameters to execute the CreateDBClusterSnapshot operation on AmazonRDSClient.
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

BeginCreateDBInstance() 공개 메소드

Initiates the asynchronous execution of the CreateDBInstance operation.
public BeginCreateDBInstance ( CreateDBInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.CreateDBInstanceRequest Container for the necessary parameters to execute the CreateDBInstance operation on AmazonRDSClient.
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

BeginCreateDBInstanceReadReplica() 공개 메소드

Initiates the asynchronous execution of the CreateDBInstanceReadReplica operation.
public BeginCreateDBInstanceReadReplica ( CreateDBInstanceReadReplicaRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.CreateDBInstanceReadReplicaRequest Container for the necessary parameters to execute the CreateDBInstanceReadReplica operation on AmazonRDSClient.
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

BeginCreateDBParameterGroup() 공개 메소드

Initiates the asynchronous execution of the CreateDBParameterGroup operation.
public BeginCreateDBParameterGroup ( CreateDBParameterGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.CreateDBParameterGroupRequest Container for the necessary parameters to execute the CreateDBParameterGroup operation on AmazonRDSClient.
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

BeginCreateDBSecurityGroup() 공개 메소드

Initiates the asynchronous execution of the CreateDBSecurityGroup operation.
public BeginCreateDBSecurityGroup ( CreateDBSecurityGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.CreateDBSecurityGroupRequest Container for the necessary parameters to execute the CreateDBSecurityGroup operation on AmazonRDSClient.
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

BeginCreateDBSnapshot() 공개 메소드

Initiates the asynchronous execution of the CreateDBSnapshot operation.
public BeginCreateDBSnapshot ( CreateDBSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.CreateDBSnapshotRequest Container for the necessary parameters to execute the CreateDBSnapshot operation on AmazonRDSClient.
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

BeginCreateDBSubnetGroup() 공개 메소드

Initiates the asynchronous execution of the CreateDBSubnetGroup operation.
public BeginCreateDBSubnetGroup ( CreateDBSubnetGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.CreateDBSubnetGroupRequest Container for the necessary parameters to execute the CreateDBSubnetGroup operation on AmazonRDSClient.
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

BeginCreateEventSubscription() 공개 메소드

Initiates the asynchronous execution of the CreateEventSubscription operation.
public BeginCreateEventSubscription ( CreateEventSubscriptionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.CreateEventSubscriptionRequest Container for the necessary parameters to execute the CreateEventSubscription operation on AmazonRDSClient.
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

BeginCreateOptionGroup() 공개 메소드

Initiates the asynchronous execution of the CreateOptionGroup operation.
public BeginCreateOptionGroup ( CreateOptionGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.CreateOptionGroupRequest Container for the necessary parameters to execute the CreateOptionGroup operation on AmazonRDSClient.
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

BeginDeleteDBCluster() 공개 메소드

Initiates the asynchronous execution of the DeleteDBCluster operation.
public BeginDeleteDBCluster ( DeleteDBClusterRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DeleteDBClusterRequest Container for the necessary parameters to execute the DeleteDBCluster operation on AmazonRDSClient.
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

BeginDeleteDBClusterParameterGroup() 공개 메소드

Initiates the asynchronous execution of the DeleteDBClusterParameterGroup operation.
public BeginDeleteDBClusterParameterGroup ( DeleteDBClusterParameterGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DeleteDBClusterParameterGroupRequest Container for the necessary parameters to execute the DeleteDBClusterParameterGroup operation on AmazonRDSClient.
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

BeginDeleteDBClusterSnapshot() 공개 메소드

Initiates the asynchronous execution of the DeleteDBClusterSnapshot operation.
public BeginDeleteDBClusterSnapshot ( DeleteDBClusterSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DeleteDBClusterSnapshotRequest Container for the necessary parameters to execute the DeleteDBClusterSnapshot operation on AmazonRDSClient.
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

BeginDeleteDBInstance() 공개 메소드

Initiates the asynchronous execution of the DeleteDBInstance operation.
public BeginDeleteDBInstance ( DeleteDBInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DeleteDBInstanceRequest Container for the necessary parameters to execute the DeleteDBInstance operation on AmazonRDSClient.
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

BeginDeleteDBParameterGroup() 공개 메소드

Initiates the asynchronous execution of the DeleteDBParameterGroup operation.
public BeginDeleteDBParameterGroup ( DeleteDBParameterGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DeleteDBParameterGroupRequest Container for the necessary parameters to execute the DeleteDBParameterGroup operation on AmazonRDSClient.
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

BeginDeleteDBSecurityGroup() 공개 메소드

Initiates the asynchronous execution of the DeleteDBSecurityGroup operation.
public BeginDeleteDBSecurityGroup ( DeleteDBSecurityGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DeleteDBSecurityGroupRequest Container for the necessary parameters to execute the DeleteDBSecurityGroup operation on AmazonRDSClient.
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

BeginDeleteDBSnapshot() 공개 메소드

Initiates the asynchronous execution of the DeleteDBSnapshot operation.
public BeginDeleteDBSnapshot ( DeleteDBSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DeleteDBSnapshotRequest Container for the necessary parameters to execute the DeleteDBSnapshot operation on AmazonRDSClient.
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

BeginDeleteDBSubnetGroup() 공개 메소드

Initiates the asynchronous execution of the DeleteDBSubnetGroup operation.
public BeginDeleteDBSubnetGroup ( DeleteDBSubnetGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DeleteDBSubnetGroupRequest Container for the necessary parameters to execute the DeleteDBSubnetGroup operation on AmazonRDSClient.
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

BeginDeleteEventSubscription() 공개 메소드

Initiates the asynchronous execution of the DeleteEventSubscription operation.
public BeginDeleteEventSubscription ( DeleteEventSubscriptionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DeleteEventSubscriptionRequest Container for the necessary parameters to execute the DeleteEventSubscription operation on AmazonRDSClient.
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

BeginDeleteOptionGroup() 공개 메소드

Initiates the asynchronous execution of the DeleteOptionGroup operation.
public BeginDeleteOptionGroup ( DeleteOptionGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DeleteOptionGroupRequest Container for the necessary parameters to execute the DeleteOptionGroup operation on AmazonRDSClient.
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 AmazonRDSClient.
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 Amazon.RDS.Model.DescribeCertificatesRequest Container for the necessary parameters to execute the DescribeCertificates operation on AmazonRDSClient.
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

BeginDescribeDBClusterParameterGroups() 공개 메소드

Initiates the asynchronous execution of the DescribeDBClusterParameterGroups operation.
public BeginDescribeDBClusterParameterGroups ( DescribeDBClusterParameterGroupsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DescribeDBClusterParameterGroupsRequest Container for the necessary parameters to execute the DescribeDBClusterParameterGroups operation on AmazonRDSClient.
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

BeginDescribeDBClusterParameters() 공개 메소드

Initiates the asynchronous execution of the DescribeDBClusterParameters operation.
public BeginDescribeDBClusterParameters ( DescribeDBClusterParametersRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DescribeDBClusterParametersRequest Container for the necessary parameters to execute the DescribeDBClusterParameters operation on AmazonRDSClient.
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

BeginDescribeDBClusterSnapshotAttributes() 공개 메소드

Initiates the asynchronous execution of the DescribeDBClusterSnapshotAttributes operation.
public BeginDescribeDBClusterSnapshotAttributes ( DescribeDBClusterSnapshotAttributesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DescribeDBClusterSnapshotAttributesRequest Container for the necessary parameters to execute the DescribeDBClusterSnapshotAttributes operation on AmazonRDSClient.
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

BeginDescribeDBClusterSnapshots() 공개 메소드

Initiates the asynchronous execution of the DescribeDBClusterSnapshots operation.
public BeginDescribeDBClusterSnapshots ( DescribeDBClusterSnapshotsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DescribeDBClusterSnapshotsRequest Container for the necessary parameters to execute the DescribeDBClusterSnapshots operation on AmazonRDSClient.
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

BeginDescribeDBClusters() 공개 메소드

Initiates the asynchronous execution of the DescribeDBClusters operation.
public BeginDescribeDBClusters ( DescribeDBClustersRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DescribeDBClustersRequest Container for the necessary parameters to execute the DescribeDBClusters operation on AmazonRDSClient.
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

BeginDescribeDBEngineVersions() 공개 메소드

Initiates the asynchronous execution of the DescribeDBEngineVersions operation.
public BeginDescribeDBEngineVersions ( DescribeDBEngineVersionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DescribeDBEngineVersionsRequest Container for the necessary parameters to execute the DescribeDBEngineVersions operation on AmazonRDSClient.
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

BeginDescribeDBInstances() 공개 메소드

Initiates the asynchronous execution of the DescribeDBInstances operation.
public BeginDescribeDBInstances ( DescribeDBInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DescribeDBInstancesRequest Container for the necessary parameters to execute the DescribeDBInstances operation on AmazonRDSClient.
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

BeginDescribeDBLogFiles() 공개 메소드

Initiates the asynchronous execution of the DescribeDBLogFiles operation.
public BeginDescribeDBLogFiles ( DescribeDBLogFilesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DescribeDBLogFilesRequest Container for the necessary parameters to execute the DescribeDBLogFiles operation on AmazonRDSClient.
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

BeginDescribeDBParameterGroups() 공개 메소드

Initiates the asynchronous execution of the DescribeDBParameterGroups operation.
public BeginDescribeDBParameterGroups ( DescribeDBParameterGroupsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DescribeDBParameterGroupsRequest Container for the necessary parameters to execute the DescribeDBParameterGroups operation on AmazonRDSClient.
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

BeginDescribeDBParameters() 공개 메소드

Initiates the asynchronous execution of the DescribeDBParameters operation.
public BeginDescribeDBParameters ( DescribeDBParametersRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DescribeDBParametersRequest Container for the necessary parameters to execute the DescribeDBParameters operation on AmazonRDSClient.
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

BeginDescribeDBSecurityGroups() 공개 메소드

Initiates the asynchronous execution of the DescribeDBSecurityGroups operation.
public BeginDescribeDBSecurityGroups ( DescribeDBSecurityGroupsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DescribeDBSecurityGroupsRequest Container for the necessary parameters to execute the DescribeDBSecurityGroups operation on AmazonRDSClient.
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

BeginDescribeDBSnapshotAttributes() 공개 메소드

Initiates the asynchronous execution of the DescribeDBSnapshotAttributes operation.
public BeginDescribeDBSnapshotAttributes ( DescribeDBSnapshotAttributesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DescribeDBSnapshotAttributesRequest Container for the necessary parameters to execute the DescribeDBSnapshotAttributes operation on AmazonRDSClient.
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

BeginDescribeDBSnapshots() 공개 메소드

Initiates the asynchronous execution of the DescribeDBSnapshots operation.
public BeginDescribeDBSnapshots ( DescribeDBSnapshotsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DescribeDBSnapshotsRequest Container for the necessary parameters to execute the DescribeDBSnapshots operation on AmazonRDSClient.
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

BeginDescribeDBSubnetGroups() 공개 메소드

Initiates the asynchronous execution of the DescribeDBSubnetGroups operation.
public BeginDescribeDBSubnetGroups ( DescribeDBSubnetGroupsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DescribeDBSubnetGroupsRequest Container for the necessary parameters to execute the DescribeDBSubnetGroups operation on AmazonRDSClient.
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

BeginDescribeEngineDefaultClusterParameters() 공개 메소드

Initiates the asynchronous execution of the DescribeEngineDefaultClusterParameters operation.
public BeginDescribeEngineDefaultClusterParameters ( DescribeEngineDefaultClusterParametersRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DescribeEngineDefaultClusterParametersRequest Container for the necessary parameters to execute the DescribeEngineDefaultClusterParameters operation on AmazonRDSClient.
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

BeginDescribeEngineDefaultParameters() 공개 메소드

Initiates the asynchronous execution of the DescribeEngineDefaultParameters operation.
public BeginDescribeEngineDefaultParameters ( DescribeEngineDefaultParametersRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DescribeEngineDefaultParametersRequest Container for the necessary parameters to execute the DescribeEngineDefaultParameters operation on AmazonRDSClient.
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

BeginDescribeEventCategories() 공개 메소드

Initiates the asynchronous execution of the DescribeEventCategories operation.
public BeginDescribeEventCategories ( DescribeEventCategoriesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DescribeEventCategoriesRequest Container for the necessary parameters to execute the DescribeEventCategories operation on AmazonRDSClient.
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

BeginDescribeEventSubscriptions() 공개 메소드

Initiates the asynchronous execution of the DescribeEventSubscriptions operation.
public BeginDescribeEventSubscriptions ( DescribeEventSubscriptionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DescribeEventSubscriptionsRequest Container for the necessary parameters to execute the DescribeEventSubscriptions operation on AmazonRDSClient.
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

BeginDescribeEvents() 공개 메소드

Initiates the asynchronous execution of the DescribeEvents operation.
public BeginDescribeEvents ( DescribeEventsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DescribeEventsRequest Container for the necessary parameters to execute the DescribeEvents operation on AmazonRDSClient.
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

BeginDescribeOptionGroupOptions() 공개 메소드

Initiates the asynchronous execution of the DescribeOptionGroupOptions operation.
public BeginDescribeOptionGroupOptions ( DescribeOptionGroupOptionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DescribeOptionGroupOptionsRequest Container for the necessary parameters to execute the DescribeOptionGroupOptions operation on AmazonRDSClient.
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

BeginDescribeOptionGroups() 공개 메소드

Initiates the asynchronous execution of the DescribeOptionGroups operation.
public BeginDescribeOptionGroups ( DescribeOptionGroupsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DescribeOptionGroupsRequest Container for the necessary parameters to execute the DescribeOptionGroups operation on AmazonRDSClient.
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

BeginDescribeOrderableDBInstanceOptions() 공개 메소드

Initiates the asynchronous execution of the DescribeOrderableDBInstanceOptions operation.
public BeginDescribeOrderableDBInstanceOptions ( DescribeOrderableDBInstanceOptionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DescribeOrderableDBInstanceOptionsRequest Container for the necessary parameters to execute the DescribeOrderableDBInstanceOptions operation on AmazonRDSClient.
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

BeginDescribePendingMaintenanceActions() 공개 메소드

Initiates the asynchronous execution of the DescribePendingMaintenanceActions operation.
public BeginDescribePendingMaintenanceActions ( DescribePendingMaintenanceActionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DescribePendingMaintenanceActionsRequest Container for the necessary parameters to execute the DescribePendingMaintenanceActions operation on AmazonRDSClient.
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

BeginDescribeReservedDBInstances() 공개 메소드

Initiates the asynchronous execution of the DescribeReservedDBInstances operation.
public BeginDescribeReservedDBInstances ( DescribeReservedDBInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DescribeReservedDBInstancesRequest Container for the necessary parameters to execute the DescribeReservedDBInstances operation on AmazonRDSClient.
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

BeginDescribeReservedDBInstancesOfferings() 공개 메소드

Initiates the asynchronous execution of the DescribeReservedDBInstancesOfferings operation.
public BeginDescribeReservedDBInstancesOfferings ( DescribeReservedDBInstancesOfferingsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DescribeReservedDBInstancesOfferingsRequest Container for the necessary parameters to execute the DescribeReservedDBInstancesOfferings operation on AmazonRDSClient.
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

BeginDescribeSourceRegions() 공개 메소드

Initiates the asynchronous execution of the DescribeSourceRegions operation.
public BeginDescribeSourceRegions ( DescribeSourceRegionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DescribeSourceRegionsRequest Container for the necessary parameters to execute the DescribeSourceRegions operation on AmazonRDSClient.
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

BeginDownloadDBLogFilePortion() 공개 메소드

Initiates the asynchronous execution of the DownloadDBLogFilePortion operation.
public BeginDownloadDBLogFilePortion ( DownloadDBLogFilePortionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.DownloadDBLogFilePortionRequest Container for the necessary parameters to execute the DownloadDBLogFilePortion operation on AmazonRDSClient.
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

BeginFailoverDBCluster() 공개 메소드

Initiates the asynchronous execution of the FailoverDBCluster operation.
public BeginFailoverDBCluster ( FailoverDBClusterRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.FailoverDBClusterRequest Container for the necessary parameters to execute the FailoverDBCluster operation on AmazonRDSClient.
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 Amazon.RDS.Model.ListTagsForResourceRequest Container for the necessary parameters to execute the ListTagsForResource operation on AmazonRDSClient.
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

BeginModifyDBCluster() 공개 메소드

Initiates the asynchronous execution of the ModifyDBCluster operation.
public BeginModifyDBCluster ( ModifyDBClusterRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.ModifyDBClusterRequest Container for the necessary parameters to execute the ModifyDBCluster operation on AmazonRDSClient.
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

BeginModifyDBClusterParameterGroup() 공개 메소드

Initiates the asynchronous execution of the ModifyDBClusterParameterGroup operation.
public BeginModifyDBClusterParameterGroup ( ModifyDBClusterParameterGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.ModifyDBClusterParameterGroupRequest Container for the necessary parameters to execute the ModifyDBClusterParameterGroup operation on AmazonRDSClient.
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

BeginModifyDBClusterSnapshotAttribute() 공개 메소드

Initiates the asynchronous execution of the ModifyDBClusterSnapshotAttribute operation.
public BeginModifyDBClusterSnapshotAttribute ( ModifyDBClusterSnapshotAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.ModifyDBClusterSnapshotAttributeRequest Container for the necessary parameters to execute the ModifyDBClusterSnapshotAttribute operation on AmazonRDSClient.
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

BeginModifyDBInstance() 공개 메소드

Initiates the asynchronous execution of the ModifyDBInstance operation.
public BeginModifyDBInstance ( ModifyDBInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.ModifyDBInstanceRequest Container for the necessary parameters to execute the ModifyDBInstance operation on AmazonRDSClient.
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

BeginModifyDBParameterGroup() 공개 메소드

Initiates the asynchronous execution of the ModifyDBParameterGroup operation.
public BeginModifyDBParameterGroup ( ModifyDBParameterGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.ModifyDBParameterGroupRequest Container for the necessary parameters to execute the ModifyDBParameterGroup operation on AmazonRDSClient.
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

BeginModifyDBSnapshotAttribute() 공개 메소드

Initiates the asynchronous execution of the ModifyDBSnapshotAttribute operation.
public BeginModifyDBSnapshotAttribute ( ModifyDBSnapshotAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.ModifyDBSnapshotAttributeRequest Container for the necessary parameters to execute the ModifyDBSnapshotAttribute operation on AmazonRDSClient.
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

BeginModifyDBSubnetGroup() 공개 메소드

Initiates the asynchronous execution of the ModifyDBSubnetGroup operation.
public BeginModifyDBSubnetGroup ( ModifyDBSubnetGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.ModifyDBSubnetGroupRequest Container for the necessary parameters to execute the ModifyDBSubnetGroup operation on AmazonRDSClient.
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

BeginModifyEventSubscription() 공개 메소드

Initiates the asynchronous execution of the ModifyEventSubscription operation.
public BeginModifyEventSubscription ( ModifyEventSubscriptionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.ModifyEventSubscriptionRequest Container for the necessary parameters to execute the ModifyEventSubscription operation on AmazonRDSClient.
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

BeginModifyOptionGroup() 공개 메소드

Initiates the asynchronous execution of the ModifyOptionGroup operation.
public BeginModifyOptionGroup ( ModifyOptionGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.ModifyOptionGroupRequest Container for the necessary parameters to execute the ModifyOptionGroup operation on AmazonRDSClient.
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

BeginPromoteReadReplica() 공개 메소드

Initiates the asynchronous execution of the PromoteReadReplica operation.
public BeginPromoteReadReplica ( PromoteReadReplicaRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.PromoteReadReplicaRequest Container for the necessary parameters to execute the PromoteReadReplica operation on AmazonRDSClient.
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

BeginPromoteReadReplicaDBCluster() 공개 메소드

Initiates the asynchronous execution of the PromoteReadReplicaDBCluster operation.
public BeginPromoteReadReplicaDBCluster ( PromoteReadReplicaDBClusterRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.PromoteReadReplicaDBClusterRequest Container for the necessary parameters to execute the PromoteReadReplicaDBCluster operation on AmazonRDSClient.
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

BeginPurchaseReservedDBInstancesOffering() 공개 메소드

Initiates the asynchronous execution of the PurchaseReservedDBInstancesOffering operation.
public BeginPurchaseReservedDBInstancesOffering ( PurchaseReservedDBInstancesOfferingRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.PurchaseReservedDBInstancesOfferingRequest Container for the necessary parameters to execute the PurchaseReservedDBInstancesOffering operation on AmazonRDSClient.
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

BeginRebootDBInstance() 공개 메소드

Initiates the asynchronous execution of the RebootDBInstance operation.
public BeginRebootDBInstance ( RebootDBInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.RebootDBInstanceRequest Container for the necessary parameters to execute the RebootDBInstance operation on AmazonRDSClient.
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

BeginRemoveRoleFromDBCluster() 공개 메소드

Initiates the asynchronous execution of the RemoveRoleFromDBCluster operation.
public BeginRemoveRoleFromDBCluster ( RemoveRoleFromDBClusterRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.RemoveRoleFromDBClusterRequest Container for the necessary parameters to execute the RemoveRoleFromDBCluster operation on AmazonRDSClient.
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

BeginRemoveSourceIdentifierFromSubscription() 공개 메소드

Initiates the asynchronous execution of the RemoveSourceIdentifierFromSubscription operation.
public BeginRemoveSourceIdentifierFromSubscription ( RemoveSourceIdentifierFromSubscriptionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.RemoveSourceIdentifierFromSubscriptionRequest Container for the necessary parameters to execute the RemoveSourceIdentifierFromSubscription operation on AmazonRDSClient.
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 Amazon.RDS.Model.RemoveTagsFromResourceRequest Container for the necessary parameters to execute the RemoveTagsFromResource operation on AmazonRDSClient.
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

BeginResetDBClusterParameterGroup() 공개 메소드

Initiates the asynchronous execution of the ResetDBClusterParameterGroup operation.
public BeginResetDBClusterParameterGroup ( ResetDBClusterParameterGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.ResetDBClusterParameterGroupRequest Container for the necessary parameters to execute the ResetDBClusterParameterGroup operation on AmazonRDSClient.
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

BeginResetDBParameterGroup() 공개 메소드

Initiates the asynchronous execution of the ResetDBParameterGroup operation.
public BeginResetDBParameterGroup ( ResetDBParameterGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.ResetDBParameterGroupRequest Container for the necessary parameters to execute the ResetDBParameterGroup operation on AmazonRDSClient.
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

BeginRestoreDBClusterFromS3() 공개 메소드

Initiates the asynchronous execution of the RestoreDBClusterFromS3 operation.
public BeginRestoreDBClusterFromS3 ( RestoreDBClusterFromS3Request request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.RestoreDBClusterFromS3Request Container for the necessary parameters to execute the RestoreDBClusterFromS3 operation on AmazonRDSClient.
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

BeginRestoreDBClusterFromSnapshot() 공개 메소드

Initiates the asynchronous execution of the RestoreDBClusterFromSnapshot operation.
public BeginRestoreDBClusterFromSnapshot ( RestoreDBClusterFromSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.RestoreDBClusterFromSnapshotRequest Container for the necessary parameters to execute the RestoreDBClusterFromSnapshot operation on AmazonRDSClient.
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

BeginRestoreDBClusterToPointInTime() 공개 메소드

Initiates the asynchronous execution of the RestoreDBClusterToPointInTime operation.
public BeginRestoreDBClusterToPointInTime ( RestoreDBClusterToPointInTimeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.RestoreDBClusterToPointInTimeRequest Container for the necessary parameters to execute the RestoreDBClusterToPointInTime operation on AmazonRDSClient.
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

BeginRestoreDBInstanceFromDBSnapshot() 공개 메소드

Initiates the asynchronous execution of the RestoreDBInstanceFromDBSnapshot operation.
public BeginRestoreDBInstanceFromDBSnapshot ( RestoreDBInstanceFromDBSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.RestoreDBInstanceFromDBSnapshotRequest Container for the necessary parameters to execute the RestoreDBInstanceFromDBSnapshot operation on AmazonRDSClient.
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

BeginRestoreDBInstanceToPointInTime() 공개 메소드

Initiates the asynchronous execution of the RestoreDBInstanceToPointInTime operation.
public BeginRestoreDBInstanceToPointInTime ( RestoreDBInstanceToPointInTimeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.RestoreDBInstanceToPointInTimeRequest Container for the necessary parameters to execute the RestoreDBInstanceToPointInTime operation on AmazonRDSClient.
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

BeginRevokeDBSecurityGroupIngress() 공개 메소드

Initiates the asynchronous execution of the RevokeDBSecurityGroupIngress operation.
public BeginRevokeDBSecurityGroupIngress ( RevokeDBSecurityGroupIngressRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.RevokeDBSecurityGroupIngressRequest Container for the necessary parameters to execute the RevokeDBSecurityGroupIngress operation on AmazonRDSClient.
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

CopyDBClusterParameterGroup() 공개 메소드

Copies the specified DB cluster parameter group.
/// A DB parameter group with the same name exists. /// /// DBParameterGroupName does not refer to an existing DB parameter group. /// /// Request would result in user exceeding the allowed number of DB parameter groups. ///
public CopyDBClusterParameterGroup ( CopyDBClusterParameterGroupRequest request ) : CopyDBClusterParameterGroupResponse
request Amazon.RDS.Model.CopyDBClusterParameterGroupRequest Container for the necessary parameters to execute the CopyDBClusterParameterGroup service method.
리턴 Amazon.RDS.Model.CopyDBClusterParameterGroupResponse

CopyDBClusterParameterGroupAsync() 공개 메소드

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

CopyDBClusterSnapshot() 공개 메소드

Creates a snapshot of a DB cluster. For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.
/// User already has a DB cluster snapshot with the given identifier. /// /// DBClusterSnapshotIdentifier does not refer to an existing DB cluster snapshot. /// /// The supplied value is not a valid DB cluster snapshot state. /// /// The DB cluster is not in a valid state. /// /// Error accessing KMS key. /// /// Request would result in user exceeding the allowed number of DB snapshots. ///
public CopyDBClusterSnapshot ( CopyDBClusterSnapshotRequest request ) : CopyDBClusterSnapshotResponse
request Amazon.RDS.Model.CopyDBClusterSnapshotRequest Container for the necessary parameters to execute the CopyDBClusterSnapshot service method.
리턴 Amazon.RDS.Model.CopyDBClusterSnapshotResponse

CopyDBClusterSnapshotAsync() 공개 메소드

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

CopyDBParameterGroup() 공개 메소드

Copies the specified DB parameter group.
/// A DB parameter group with the same name exists. /// /// DBParameterGroupName does not refer to an existing DB parameter group. /// /// Request would result in user exceeding the allowed number of DB parameter groups. ///
public CopyDBParameterGroup ( CopyDBParameterGroupRequest request ) : CopyDBParameterGroupResponse
request Amazon.RDS.Model.CopyDBParameterGroupRequest Container for the necessary parameters to execute the CopyDBParameterGroup service method.
리턴 Amazon.RDS.Model.CopyDBParameterGroupResponse

CopyDBParameterGroupAsync() 공개 메소드

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

CopyDBSnapshot() 공개 메소드

Copies the specified DB snapshot. The source DB snapshot must be in the "available" state.

To copy a DB snapshot from a shared manual DB snapshot, SourceDBSnapshotIdentifier must be the Amazon Resource Name (ARN) of the shared DB snapshot.

You can not copy an encrypted DB snapshot from another AWS region.

You can copy an encrypted DB snapshot from another AWS region. In that case, the region where you call the CopyDBSnapshot action is the destination region for the encrypted DB snapshot to be copied to. To copy an encrypted DB snapshot from another region, you must provide the following values:

  • KmsKeyId - the AWS Key Management System (KMS) key identifier for the key to use to encrypt the copy of the DB snapshot in the destination region.

  • PreSignedUrl - a URL that contains a Signature Version 4 signed request for the CopyDBSnapshot action to be called in the source region where the DB snapshot will be copied from. The pre-signed URL must be a valid request for the CopyDBSnapshot API action that can be executed in the source region that contains the encrypted DB snapshot to be copied.

    The pre-signed URL request must contain the following parameter values:

    • KmsKeyId - The KMS key identifier for the key to use to encrypt the copy of the DB snapshot in the destination region. This is the same identifier for both the CopyDBSnapshot action that is called in the destination region, and the action contained in the pre-signed URL.

    • SourceDBSnapshotIdentifier - the DB snapshot identifier for the encrypted snapshot to be copied. This identifier must be in the Amazon Resource Name (ARN) format for the source region. For example, if you are copying an encrypted DB snapshot from the us-west-2 region, then your SourceDBSnapshotIdentifier would look like Example: arn:aws:rds:us-west-2:123456789012:snapshot:mysql-instance1-snapshot-20161115.

    To learn how to generate a Signature Version 4 signed request, see Authenticating Requests: Using Query Parameters (AWS Signature Version 4) and Signature Version 4 Signing Process.

  • TargetDBSnapshotIdentifier - the identifier for the new copy of the DB snapshot in the destination region.

  • SourceDBSnapshotIdentifier - the DB snapshot identifier for the encrypted snapshot to be copied. This identifier must be in the ARN format for the source region and is the same value as the SourceDBSnapshotIdentifier in the pre-signed URL.

For more information on copying encrypted snapshots from one region to another, see Copying an Encrypted DB Snapshot to Another Region in the Amazon RDS User Guide.

/// DBSnapshotIdentifier is already used by an existing snapshot. /// /// DBSnapshotIdentifier does not refer to an existing DB snapshot. /// /// The state of the DB snapshot does not allow deletion. /// /// Error accessing KMS key. /// /// Request would result in user exceeding the allowed number of DB snapshots. ///
public CopyDBSnapshot ( CopyDBSnapshotRequest request ) : CopyDBSnapshotResponse
request Amazon.RDS.Model.CopyDBSnapshotRequest Container for the necessary parameters to execute the CopyDBSnapshot service method.
리턴 Amazon.RDS.Model.CopyDBSnapshotResponse

CopyDBSnapshotAsync() 공개 메소드

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

CopyOptionGroup() 공개 메소드

Copies the specified option group.
/// The option group you are trying to create already exists. /// /// The specified option group could not be found. /// /// The quota of 20 option groups was exceeded for this AWS account. ///
public CopyOptionGroup ( CopyOptionGroupRequest request ) : CopyOptionGroupResponse
request Amazon.RDS.Model.CopyOptionGroupRequest Container for the necessary parameters to execute the CopyOptionGroup service method.
리턴 Amazon.RDS.Model.CopyOptionGroupResponse

CopyOptionGroupAsync() 공개 메소드

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

CreateDBCluster() 공개 메소드

Creates a new Amazon Aurora DB cluster.

You can use the ReplicationSourceIdentifier parameter to create the DB cluster as a Read Replica of another DB cluster.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

/// User already has a DB cluster with the given identifier. /// /// DBClusterIdentifier does not refer to an existing DB cluster. /// /// DBClusterParameterGroupName does not refer to an existing DB Cluster parameter /// group. /// /// User attempted to create a new DB cluster and the user has already reached the maximum /// allowed DB cluster quota. /// /// DBSubnetGroupName does not refer to an existing DB subnet group. /// /// There is insufficient storage available for the current action. You may be able to /// resolve this error by updating your subnet group to use different Availability Zones /// that have more storage available. /// /// The DB cluster is not in a valid state. /// /// The specified DB instance is not in the available state. /// /// The DB subnet group cannot be deleted because it is in use. /// /// The requested subnet is invalid, or multiple subnets were requested that are not all /// in a common VPC. /// /// DB subnet group does not cover all Availability Zones after it is created because /// users' change. /// /// Error accessing KMS key. /// /// Request would result in user exceeding the allowed amount of storage available across /// all DB instances. ///
public CreateDBCluster ( CreateDBClusterRequest request ) : CreateDBClusterResponse
request Amazon.RDS.Model.CreateDBClusterRequest Container for the necessary parameters to execute the CreateDBCluster service method.
리턴 Amazon.RDS.Model.CreateDBClusterResponse

CreateDBClusterAsync() 공개 메소드

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

CreateDBClusterParameterGroup() 공개 메소드

Creates a new DB cluster parameter group.

Parameters in a DB cluster parameter group apply to all of the instances in a DB cluster.

A DB cluster parameter group is initially created with the default parameters for the database engine used by instances in the DB cluster. To provide custom values for any of the parameters, you must modify the group after creating it using ModifyDBClusterParameterGroup. Once you've created a DB cluster parameter group, you need to associate it with your DB cluster using ModifyDBCluster. When you associate a new DB cluster parameter group with a running DB cluster, you need to reboot the DB instances in the DB cluster without failover for the new DB cluster parameter group and associated settings to take effect.

After you create a DB cluster parameter group, you should wait at least 5 minutes before creating your first DB cluster that uses that DB cluster parameter group as the default parameter group. This allows Amazon RDS to fully complete the create action before the DB cluster parameter group is used as the default for a new DB cluster. This is especially important for parameters that are critical when creating the default database for a DB cluster, such as the character set for the default database defined by the character_set_database parameter. You can use the Parameter Groups option of the Amazon RDS console or the DescribeDBClusterParameters command to verify that your DB cluster parameter group has been created or modified.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

/// A DB parameter group with the same name exists. /// /// Request would result in user exceeding the allowed number of DB parameter groups. ///
public CreateDBClusterParameterGroup ( CreateDBClusterParameterGroupRequest request ) : CreateDBClusterParameterGroupResponse
request Amazon.RDS.Model.CreateDBClusterParameterGroupRequest Container for the necessary parameters to execute the CreateDBClusterParameterGroup service method.
리턴 Amazon.RDS.Model.CreateDBClusterParameterGroupResponse

CreateDBClusterParameterGroupAsync() 공개 메소드

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

CreateDBClusterSnapshot() 공개 메소드

Creates a snapshot of a DB cluster. For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.
/// DBClusterIdentifier does not refer to an existing DB cluster. /// /// User already has a DB cluster snapshot with the given identifier. /// /// The supplied value is not a valid DB cluster snapshot state. /// /// The DB cluster is not in a valid state. /// /// Request would result in user exceeding the allowed number of DB snapshots. ///
public CreateDBClusterSnapshot ( CreateDBClusterSnapshotRequest request ) : CreateDBClusterSnapshotResponse
request Amazon.RDS.Model.CreateDBClusterSnapshotRequest Container for the necessary parameters to execute the CreateDBClusterSnapshot service method.
리턴 Amazon.RDS.Model.CreateDBClusterSnapshotResponse

CreateDBClusterSnapshotAsync() 공개 메소드

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

CreateDBInstance() 공개 메소드

Creates a new DB instance.
/// Specified CIDRIP or EC2 security group is not authorized for the specified DB security /// group. /// /// /// /// RDS may not also be authorized via IAM to perform necessary actions on your behalf. /// /// /// DBClusterIdentifier does not refer to an existing DB cluster. /// /// User already has a DB instance with the given identifier. /// /// DBParameterGroupName does not refer to an existing DB parameter group. /// /// DBSecurityGroupName does not refer to an existing DB security group. /// /// Subnets in the DB subnet group should cover at least two Availability Zones unless /// there is only one Availability Zone. /// /// DBSubnetGroupName does not refer to an existing DB subnet group. /// /// Domain does not refer to an existing Active Directory Domain. /// /// Request would result in user exceeding the allowed number of DB instances. /// /// Specified DB instance class is not available in the specified Availability Zone. /// /// The DB cluster is not in a valid state. /// /// The requested subnet is invalid, or multiple subnets were requested that are not all /// in a common VPC. /// /// DB subnet group does not cover all Availability Zones after it is created because /// users' change. /// /// Error accessing KMS key. /// /// The specified option group could not be found. /// /// Provisioned IOPS not available in the specified Availability Zone. /// /// Request would result in user exceeding the allowed amount of storage available across /// all DB instances. /// /// StorageType specified cannot be associated with the DB Instance. ///
public CreateDBInstance ( CreateDBInstanceRequest request ) : CreateDBInstanceResponse
request Amazon.RDS.Model.CreateDBInstanceRequest Container for the necessary parameters to execute the CreateDBInstance service method.
리턴 Amazon.RDS.Model.CreateDBInstanceResponse

CreateDBInstanceAsync() 공개 메소드

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

CreateDBInstanceReadReplica() 공개 메소드

Creates a DB instance for a DB instance running MySQL, MariaDB, or PostgreSQL that acts as a Read Replica of a source DB instance.

All Read Replica DB instances are created as Single-AZ deployments with backups disabled. All other DB instance attributes (including DB security groups and DB parameter groups) are inherited from the source DB instance, except as specified below.

The source DB instance must have backup retention enabled.

/// User already has a DB instance with the given identifier. /// /// DBInstanceIdentifier does not refer to an existing DB instance. /// /// DBParameterGroupName does not refer to an existing DB parameter group. /// /// DBSecurityGroupName does not refer to an existing DB security group. /// /// Subnets in the DB subnet group should cover at least two Availability Zones unless /// there is only one Availability Zone. /// /// Indicates that the DBSubnetGroup should not be specified while creating read replicas /// that lie in the same region as the source instance. /// /// DBSubnetGroupName does not refer to an existing DB subnet group. /// /// Request would result in user exceeding the allowed number of DB instances. /// /// Specified DB instance class is not available in the specified Availability Zone. /// /// The specified DB instance is not in the available state. /// /// Indicates the DBSubnetGroup does not belong to the same VPC as that of an existing /// cross region read replica of the same source instance. /// /// The requested subnet is invalid, or multiple subnets were requested that are not all /// in a common VPC. /// /// DB subnet group does not cover all Availability Zones after it is created because /// users' change. /// /// Error accessing KMS key. /// /// The specified option group could not be found. /// /// Provisioned IOPS not available in the specified Availability Zone. /// /// Request would result in user exceeding the allowed amount of storage available across /// all DB instances. /// /// StorageType specified cannot be associated with the DB Instance. ///
public CreateDBInstanceReadReplica ( CreateDBInstanceReadReplicaRequest request ) : CreateDBInstanceReadReplicaResponse
request Amazon.RDS.Model.CreateDBInstanceReadReplicaRequest Container for the necessary parameters to execute the CreateDBInstanceReadReplica service method.
리턴 Amazon.RDS.Model.CreateDBInstanceReadReplicaResponse

CreateDBInstanceReadReplicaAsync() 공개 메소드

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

CreateDBParameterGroup() 공개 메소드

Creates a new DB parameter group.

A DB parameter group is initially created with the default parameters for the database engine used by the DB instance. To provide custom values for any of the parameters, you must modify the group after creating it using ModifyDBParameterGroup. Once you've created a DB parameter group, you need to associate it with your DB instance using ModifyDBInstance. When you associate a new DB parameter group with a running DB instance, you need to reboot the DB instance without failover for the new DB parameter group and associated settings to take effect.

After you create a DB parameter group, you should wait at least 5 minutes before creating your first DB instance that uses that DB parameter group as the default parameter group. This allows Amazon RDS to fully complete the create action before the parameter group is used as the default for a new DB instance. This is especially important for parameters that are critical when creating the default database for a DB instance, such as the character set for the default database defined by the character_set_database parameter. You can use the Parameter Groups option of the Amazon RDS console or the DescribeDBParameters command to verify that your DB parameter group has been created or modified.

/// A DB parameter group with the same name exists. /// /// Request would result in user exceeding the allowed number of DB parameter groups. ///
public CreateDBParameterGroup ( CreateDBParameterGroupRequest request ) : CreateDBParameterGroupResponse
request Amazon.RDS.Model.CreateDBParameterGroupRequest Container for the necessary parameters to execute the CreateDBParameterGroup service method.
리턴 Amazon.RDS.Model.CreateDBParameterGroupResponse

CreateDBParameterGroupAsync() 공개 메소드

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

CreateDBSecurityGroup() 공개 메소드

Creates a new DB security group. DB security groups control access to a DB instance.
/// A DB security group with the name specified in DBSecurityGroupName already /// exists. /// /// A DB security group is not allowed for this action. /// /// Request would result in user exceeding the allowed number of DB security groups. ///
public CreateDBSecurityGroup ( CreateDBSecurityGroupRequest request ) : CreateDBSecurityGroupResponse
request Amazon.RDS.Model.CreateDBSecurityGroupRequest Container for the necessary parameters to execute the CreateDBSecurityGroup service method.
리턴 Amazon.RDS.Model.CreateDBSecurityGroupResponse

CreateDBSecurityGroupAsync() 공개 메소드

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

CreateDBSnapshot() 공개 메소드

Creates a DBSnapshot. The source DBInstance must be in "available" state.
/// DBInstanceIdentifier does not refer to an existing DB instance. /// /// DBSnapshotIdentifier is already used by an existing snapshot. /// /// The specified DB instance is not in the available state. /// /// Request would result in user exceeding the allowed number of DB snapshots. ///
public CreateDBSnapshot ( CreateDBSnapshotRequest request ) : CreateDBSnapshotResponse
request Amazon.RDS.Model.CreateDBSnapshotRequest Container for the necessary parameters to execute the CreateDBSnapshot service method.
리턴 Amazon.RDS.Model.CreateDBSnapshotResponse

CreateDBSnapshotAsync() 공개 메소드

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

CreateDBSubnetGroup() 공개 메소드

Creates a new DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the region.
/// DBSubnetGroupName is already used by an existing DB subnet group. /// /// Subnets in the DB subnet group should cover at least two Availability Zones unless /// there is only one Availability Zone. /// /// Request would result in user exceeding the allowed number of DB subnet groups. /// /// Request would result in user exceeding the allowed number of subnets in a DB subnet /// groups. /// /// The requested subnet is invalid, or multiple subnets were requested that are not all /// in a common VPC. ///
public CreateDBSubnetGroup ( CreateDBSubnetGroupRequest request ) : CreateDBSubnetGroupResponse
request Amazon.RDS.Model.CreateDBSubnetGroupRequest Container for the necessary parameters to execute the CreateDBSubnetGroup service method.
리턴 Amazon.RDS.Model.CreateDBSubnetGroupResponse

CreateDBSubnetGroupAsync() 공개 메소드

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

CreateEventSubscription() 공개 메소드

Creates an RDS event notification subscription. This action requires a topic ARN (Amazon Resource Name) created by either the RDS console, the SNS console, or the SNS API. To obtain an ARN with SNS, you must create a topic in Amazon SNS and subscribe to the topic. The ARN is displayed in the SNS console.

You can specify the type of source (SourceType) you want to be notified of, provide a list of RDS sources (SourceIds) that triggers the events, and provide a list of event categories (EventCategories) for events you want to be notified of. For example, you can specify SourceType = db-instance, SourceIds = mydbinstance1, mydbinstance2 and EventCategories = Availability, Backup.

If you specify both the SourceType and SourceIds, such as SourceType = db-instance and SourceIdentifier = myDBInstance1, you will be notified of all the db-instance events for the specified source. If you specify a SourceType but do not specify a SourceIdentifier, you will receive notice of the events for that source type for all your RDS sources. If you do not specify either the SourceType nor the SourceIdentifier, you will be notified of events generated from all RDS sources belonging to your customer account.

/// You have reached the maximum number of event subscriptions. /// /// SNS has responded that there is a problem with the SND topic specified. /// /// You do not have permission to publish to the SNS topic ARN. /// /// The SNS topic ARN does not exist. /// /// The requested source could not be found. /// /// The supplied subscription name already exists. /// /// The supplied category does not exist. ///
public CreateEventSubscription ( CreateEventSubscriptionRequest request ) : CreateEventSubscriptionResponse
request Amazon.RDS.Model.CreateEventSubscriptionRequest Container for the necessary parameters to execute the CreateEventSubscription service method.
리턴 Amazon.RDS.Model.CreateEventSubscriptionResponse

CreateEventSubscriptionAsync() 공개 메소드

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

CreateOptionGroup() 공개 메소드

Creates a new option group. You can create up to 20 option groups.
/// The option group you are trying to create already exists. /// /// The quota of 20 option groups was exceeded for this AWS account. ///
public CreateOptionGroup ( CreateOptionGroupRequest request ) : CreateOptionGroupResponse
request Amazon.RDS.Model.CreateOptionGroupRequest Container for the necessary parameters to execute the CreateOptionGroup service method.
리턴 Amazon.RDS.Model.CreateOptionGroupResponse

CreateOptionGroupAsync() 공개 메소드

Initiates the asynchronous execution of the CreateOptionGroup operation.
public CreateOptionGroupAsync ( CreateOptionGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.RDS.Model.CreateOptionGroupRequest Container for the necessary parameters to execute the CreateOptionGroup 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
리턴 Amazon.Runtime.Internal.Auth.AbstractAWSSigner

CustomizeRuntimePipeline() 보호된 메소드

Customize the pipeline
protected CustomizeRuntimePipeline ( RuntimePipeline pipeline ) : void
pipeline RuntimePipeline
리턴 void

DeleteDBCluster() 공개 메소드

The DeleteDBCluster action deletes a previously provisioned DB cluster. When you delete a DB cluster, all automated backups for that DB cluster are deleted and cannot be recovered. Manual DB cluster snapshots of the specified DB cluster are not deleted.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

/// DBClusterIdentifier does not refer to an existing DB cluster. /// /// User already has a DB cluster snapshot with the given identifier. /// /// The supplied value is not a valid DB cluster snapshot state. /// /// The DB cluster is not in a valid state. /// /// Request would result in user exceeding the allowed number of DB snapshots. ///
public DeleteDBCluster ( DeleteDBClusterRequest request ) : DeleteDBClusterResponse
request Amazon.RDS.Model.DeleteDBClusterRequest Container for the necessary parameters to execute the DeleteDBCluster service method.
리턴 Amazon.RDS.Model.DeleteDBClusterResponse

DeleteDBClusterAsync() 공개 메소드

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

DeleteDBClusterParameterGroup() 공개 메소드

Deletes a specified DB cluster parameter group. The DB cluster parameter group to be deleted cannot be associated with any DB clusters.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

/// DBParameterGroupName does not refer to an existing DB parameter group. /// /// The DB parameter group cannot be deleted because it is in use. ///
public DeleteDBClusterParameterGroup ( DeleteDBClusterParameterGroupRequest request ) : DeleteDBClusterParameterGroupResponse
request Amazon.RDS.Model.DeleteDBClusterParameterGroupRequest Container for the necessary parameters to execute the DeleteDBClusterParameterGroup service method.
리턴 DeleteDBClusterParameterGroupResponse

DeleteDBClusterParameterGroupAsync() 공개 메소드

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

DeleteDBClusterSnapshot() 공개 메소드

Deletes a DB cluster snapshot. If the snapshot is being copied, the copy operation is terminated.

The DB cluster snapshot must be in the available state to be deleted.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

/// DBClusterSnapshotIdentifier does not refer to an existing DB cluster snapshot. /// /// The supplied value is not a valid DB cluster snapshot state. ///
public DeleteDBClusterSnapshot ( DeleteDBClusterSnapshotRequest request ) : DeleteDBClusterSnapshotResponse
request Amazon.RDS.Model.DeleteDBClusterSnapshotRequest Container for the necessary parameters to execute the DeleteDBClusterSnapshot service method.
리턴 Amazon.RDS.Model.DeleteDBClusterSnapshotResponse

DeleteDBClusterSnapshotAsync() 공개 메소드

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

DeleteDBInstance() 공개 메소드

The DeleteDBInstance action deletes a previously provisioned DB instance. When you delete a DB instance, all automated backups for that instance are deleted and cannot be recovered. Manual DB snapshots of the DB instance to be deleted by DeleteDBInstance are not deleted.

If you request a final DB snapshot the status of the Amazon RDS DB instance is deleting until the DB snapshot is created. The API action DescribeDBInstance is used to monitor the status of this operation. The action cannot be canceled or reverted once submitted.

Note that when a DB instance is in a failure state and has a status of failed, incompatible-restore, or incompatible-network, you can only delete it when the SkipFinalSnapshot parameter is set to true.

If the specified DB instance is part of an Amazon Aurora DB cluster, you cannot delete the DB instance if the following are true:

  • The DB cluster is a Read Replica of another Amazon Aurora DB cluster.

  • The DB instance is the only instance in the DB cluster.

To delete a DB instance in this case, first call the PromoteReadReplicaDBCluster API action to promote the DB cluster so it's no longer a Read Replica. After the promotion completes, then call the DeleteDBInstance API action to delete the final instance in the DB cluster.

/// DBInstanceIdentifier does not refer to an existing DB instance. /// /// DBSnapshotIdentifier is already used by an existing snapshot. /// /// The DB cluster is not in a valid state. /// /// The specified DB instance is not in the available state. /// /// Request would result in user exceeding the allowed number of DB snapshots. ///
public DeleteDBInstance ( DeleteDBInstanceRequest request ) : DeleteDBInstanceResponse
request Amazon.RDS.Model.DeleteDBInstanceRequest Container for the necessary parameters to execute the DeleteDBInstance service method.
리턴 Amazon.RDS.Model.DeleteDBInstanceResponse

DeleteDBInstanceAsync() 공개 메소드

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

DeleteDBParameterGroup() 공개 메소드

Deletes a specified DBParameterGroup. The DBParameterGroup to be deleted cannot be associated with any DB instances.
/// DBParameterGroupName does not refer to an existing DB parameter group. /// /// The DB parameter group cannot be deleted because it is in use. ///
public DeleteDBParameterGroup ( DeleteDBParameterGroupRequest request ) : Amazon.RDS.Model.DeleteDBParameterGroupResponse
request Amazon.RDS.Model.DeleteDBParameterGroupRequest Container for the necessary parameters to execute the DeleteDBParameterGroup service method.
리턴 Amazon.RDS.Model.DeleteDBParameterGroupResponse

DeleteDBParameterGroupAsync() 공개 메소드

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

DeleteDBSecurityGroup() 공개 메소드

Deletes a DB security group.

The specified DB security group must not be associated with any DB instances.

/// DBSecurityGroupName does not refer to an existing DB security group. /// /// The state of the DB security group does not allow deletion. ///
public DeleteDBSecurityGroup ( DeleteDBSecurityGroupRequest request ) : Amazon.RDS.Model.DeleteDBSecurityGroupResponse
request Amazon.RDS.Model.DeleteDBSecurityGroupRequest Container for the necessary parameters to execute the DeleteDBSecurityGroup service method.
리턴 Amazon.RDS.Model.DeleteDBSecurityGroupResponse

DeleteDBSecurityGroupAsync() 공개 메소드

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

DeleteDBSnapshot() 공개 메소드

Deletes a DBSnapshot. If the snapshot is being copied, the copy operation is terminated.

The DBSnapshot must be in the available state to be deleted.

/// DBSnapshotIdentifier does not refer to an existing DB snapshot. /// /// The state of the DB snapshot does not allow deletion. ///
public DeleteDBSnapshot ( DeleteDBSnapshotRequest request ) : DeleteDBSnapshotResponse
request Amazon.RDS.Model.DeleteDBSnapshotRequest Container for the necessary parameters to execute the DeleteDBSnapshot service method.
리턴 Amazon.RDS.Model.DeleteDBSnapshotResponse

DeleteDBSnapshotAsync() 공개 메소드

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

DeleteDBSubnetGroup() 공개 메소드

Deletes a DB subnet group.

The specified database subnet group must not be associated with any DB instances.

/// DBSubnetGroupName does not refer to an existing DB subnet group. /// /// The DB subnet group cannot be deleted because it is in use. /// /// The DB subnet is not in the available state. ///
public DeleteDBSubnetGroup ( DeleteDBSubnetGroupRequest request ) : Amazon.RDS.Model.DeleteDBSubnetGroupResponse
request Amazon.RDS.Model.DeleteDBSubnetGroupRequest Container for the necessary parameters to execute the DeleteDBSubnetGroup service method.
리턴 Amazon.RDS.Model.DeleteDBSubnetGroupResponse

DeleteDBSubnetGroupAsync() 공개 메소드

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

DeleteEventSubscription() 공개 메소드

Deletes an RDS event notification subscription.
/// This error can occur if someone else is modifying a subscription. You should retry /// the action. /// /// The subscription name does not exist. ///
public DeleteEventSubscription ( DeleteEventSubscriptionRequest request ) : DeleteEventSubscriptionResponse
request Amazon.RDS.Model.DeleteEventSubscriptionRequest Container for the necessary parameters to execute the DeleteEventSubscription service method.
리턴 Amazon.RDS.Model.DeleteEventSubscriptionResponse

DeleteEventSubscriptionAsync() 공개 메소드

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

DeleteOptionGroup() 공개 메소드

Deletes an existing option group.
/// The option group is not in the available state. /// /// The specified option group could not be found. ///
public DeleteOptionGroup ( DeleteOptionGroupRequest request ) : Amazon.RDS.Model.DeleteOptionGroupResponse
request Amazon.RDS.Model.DeleteOptionGroupRequest Container for the necessary parameters to execute the DeleteOptionGroup service method.
리턴 Amazon.RDS.Model.DeleteOptionGroupResponse

DeleteOptionGroupAsync() 공개 메소드

Initiates the asynchronous execution of the DeleteOptionGroup operation.
public DeleteOptionGroupAsync ( DeleteOptionGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.RDS.Model.DeleteOptionGroupRequest Container for the necessary parameters to execute the DeleteOptionGroup 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 attributes for a customer account. The attributes include Amazon RDS quotas for the account, such as the number of DB 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 ( ) : Amazon.RDS.Model.DescribeAccountAttributesResponse
리턴 Amazon.RDS.Model.DescribeAccountAttributesResponse

DescribeAccountAttributes() 공개 메소드

Lists all of the attributes for a customer account. The attributes include Amazon RDS quotas for the account, such as the number of DB 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 ) : Amazon.RDS.Model.DescribeAccountAttributesResponse
request DescribeAccountAttributesRequest Container for the necessary parameters to execute the DescribeAccountAttributes service method.
리턴 Amazon.RDS.Model.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

DescribeAccountAttributesAsync() 공개 메소드

Lists all of the attributes for a customer account. The attributes include Amazon RDS quotas for the account, such as the number of DB 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 DescribeAccountAttributesAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeCertificates() 공개 메소드

Lists the set of CA certificates provided by Amazon RDS for this AWS account.
/// CertificateIdentifier does not refer to an existing certificate. ///
public DescribeCertificates ( DescribeCertificatesRequest request ) : Amazon.RDS.Model.DescribeCertificatesResponse
request Amazon.RDS.Model.DescribeCertificatesRequest Container for the necessary parameters to execute the DescribeCertificates service method.
리턴 Amazon.RDS.Model.DescribeCertificatesResponse

DescribeCertificatesAsync() 공개 메소드

Initiates the asynchronous execution of the DescribeCertificates operation.
public DescribeCertificatesAsync ( DescribeCertificatesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.RDS.Model.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

DescribeDBClusterParameterGroups() 공개 메소드

Returns a list of DBClusterParameterGroup descriptions. If a DBClusterParameterGroupName parameter is specified, the list will contain only the description of the specified DB cluster parameter group.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

/// DBParameterGroupName does not refer to an existing DB parameter group. ///
public DescribeDBClusterParameterGroups ( DescribeDBClusterParameterGroupsRequest request ) : Amazon.RDS.Model.DescribeDBClusterParameterGroupsResponse
request Amazon.RDS.Model.DescribeDBClusterParameterGroupsRequest Container for the necessary parameters to execute the DescribeDBClusterParameterGroups service method.
리턴 Amazon.RDS.Model.DescribeDBClusterParameterGroupsResponse

DescribeDBClusterParameterGroupsAsync() 공개 메소드

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

DescribeDBClusterParameters() 공개 메소드

Returns the detailed parameter list for a particular DB cluster parameter group.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

/// DBParameterGroupName does not refer to an existing DB parameter group. ///
public DescribeDBClusterParameters ( DescribeDBClusterParametersRequest request ) : Amazon.RDS.Model.DescribeDBClusterParametersResponse
request Amazon.RDS.Model.DescribeDBClusterParametersRequest Container for the necessary parameters to execute the DescribeDBClusterParameters service method.
리턴 Amazon.RDS.Model.DescribeDBClusterParametersResponse

DescribeDBClusterParametersAsync() 공개 메소드

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

DescribeDBClusterSnapshotAttributes() 공개 메소드

Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster snapshot.

When sharing snapshots with other AWS accounts, DescribeDBClusterSnapshotAttributes returns the restore attribute and a list of IDs for the AWS accounts that are authorized to copy or restore the manual DB cluster snapshot. If all is included in the list of values for the restore attribute, then the manual DB cluster snapshot is public and can be copied or restored by all AWS accounts.

To add or remove access for an AWS account to copy or restore a manual DB cluster snapshot, or to make the manual DB cluster snapshot public or private, use the ModifyDBClusterSnapshotAttribute API action.

/// DBClusterSnapshotIdentifier does not refer to an existing DB cluster snapshot. ///
public DescribeDBClusterSnapshotAttributes ( DescribeDBClusterSnapshotAttributesRequest request ) : DescribeDBClusterSnapshotAttributesResponse
request Amazon.RDS.Model.DescribeDBClusterSnapshotAttributesRequest Container for the necessary parameters to execute the DescribeDBClusterSnapshotAttributes service method.
리턴 Amazon.RDS.Model.DescribeDBClusterSnapshotAttributesResponse

DescribeDBClusterSnapshotAttributesAsync() 공개 메소드

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

DescribeDBClusterSnapshots() 공개 메소드

Returns information about DB cluster snapshots. This API action supports pagination.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

/// DBClusterSnapshotIdentifier does not refer to an existing DB cluster snapshot. ///
public DescribeDBClusterSnapshots ( DescribeDBClusterSnapshotsRequest request ) : DescribeDBClusterSnapshotsResponse
request Amazon.RDS.Model.DescribeDBClusterSnapshotsRequest Container for the necessary parameters to execute the DescribeDBClusterSnapshots service method.
리턴 Amazon.RDS.Model.DescribeDBClusterSnapshotsResponse

DescribeDBClusterSnapshotsAsync() 공개 메소드

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

DescribeDBClusters() 공개 메소드

Returns information about provisioned Aurora DB clusters. This API supports pagination.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

/// DBClusterIdentifier does not refer to an existing DB cluster. ///
public DescribeDBClusters ( DescribeDBClustersRequest request ) : Amazon.RDS.Model.DescribeDBClustersResponse
request Amazon.RDS.Model.DescribeDBClustersRequest Container for the necessary parameters to execute the DescribeDBClusters service method.
리턴 Amazon.RDS.Model.DescribeDBClustersResponse

DescribeDBClustersAsync() 공개 메소드

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

DescribeDBEngineVersions() 공개 메소드

Returns a list of the available DB engines.
public DescribeDBEngineVersions ( ) : DescribeDBEngineVersionsResponse
리턴 Amazon.RDS.Model.DescribeDBEngineVersionsResponse

DescribeDBEngineVersions() 공개 메소드

Returns a list of the available DB engines.
public DescribeDBEngineVersions ( DescribeDBEngineVersionsRequest request ) : DescribeDBEngineVersionsResponse
request Amazon.RDS.Model.DescribeDBEngineVersionsRequest Container for the necessary parameters to execute the DescribeDBEngineVersions service method.
리턴 Amazon.RDS.Model.DescribeDBEngineVersionsResponse

DescribeDBEngineVersionsAsync() 공개 메소드

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

DescribeDBEngineVersionsAsync() 공개 메소드

Returns a list of the available DB engines.
public DescribeDBEngineVersionsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeDBInstances() 공개 메소드

Returns information about provisioned RDS instances. This API supports pagination.
/// DBInstanceIdentifier does not refer to an existing DB instance. ///
public DescribeDBInstances ( ) : DescribeDBInstancesResponse
리턴 Amazon.RDS.Model.DescribeDBInstancesResponse

DescribeDBInstances() 공개 메소드

Returns information about provisioned RDS instances. This API supports pagination.
/// DBInstanceIdentifier does not refer to an existing DB instance. ///
public DescribeDBInstances ( DescribeDBInstancesRequest request ) : DescribeDBInstancesResponse
request Amazon.RDS.Model.DescribeDBInstancesRequest Container for the necessary parameters to execute the DescribeDBInstances service method.
리턴 Amazon.RDS.Model.DescribeDBInstancesResponse

DescribeDBInstancesAsync() 공개 메소드

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

DescribeDBInstancesAsync() 공개 메소드

Returns information about provisioned RDS instances. This API supports pagination.
/// DBInstanceIdentifier does not refer to an existing DB instance. ///
public DescribeDBInstancesAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeDBLogFiles() 공개 메소드

Returns a list of DB log files for the DB instance.
/// DBInstanceIdentifier does not refer to an existing DB instance. ///
public DescribeDBLogFiles ( DescribeDBLogFilesRequest request ) : DescribeDBLogFilesResponse
request Amazon.RDS.Model.DescribeDBLogFilesRequest Container for the necessary parameters to execute the DescribeDBLogFiles service method.
리턴 Amazon.RDS.Model.DescribeDBLogFilesResponse

DescribeDBLogFilesAsync() 공개 메소드

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

DescribeDBParameterGroups() 공개 메소드

Returns a list of DBParameterGroup descriptions. If a DBParameterGroupName is specified, the list will contain only the description of the specified DB parameter group.
/// DBParameterGroupName does not refer to an existing DB parameter group. ///
public DescribeDBParameterGroups ( ) : DescribeDBParameterGroupsResponse
리턴 Amazon.RDS.Model.DescribeDBParameterGroupsResponse

DescribeDBParameterGroups() 공개 메소드

Returns a list of DBParameterGroup descriptions. If a DBParameterGroupName is specified, the list will contain only the description of the specified DB parameter group.
/// DBParameterGroupName does not refer to an existing DB parameter group. ///
public DescribeDBParameterGroups ( DescribeDBParameterGroupsRequest request ) : DescribeDBParameterGroupsResponse
request Amazon.RDS.Model.DescribeDBParameterGroupsRequest Container for the necessary parameters to execute the DescribeDBParameterGroups service method.
리턴 Amazon.RDS.Model.DescribeDBParameterGroupsResponse

DescribeDBParameterGroupsAsync() 공개 메소드

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

DescribeDBParameterGroupsAsync() 공개 메소드

Returns a list of DBParameterGroup descriptions. If a DBParameterGroupName is specified, the list will contain only the description of the specified DB parameter group.
/// DBParameterGroupName does not refer to an existing DB parameter group. ///
public DescribeDBParameterGroupsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeDBParameters() 공개 메소드

Returns the detailed parameter list for a particular DB parameter group.
/// DBParameterGroupName does not refer to an existing DB parameter group. ///
public DescribeDBParameters ( DescribeDBParametersRequest request ) : DescribeDBParametersResponse
request Amazon.RDS.Model.DescribeDBParametersRequest Container for the necessary parameters to execute the DescribeDBParameters service method.
리턴 Amazon.RDS.Model.DescribeDBParametersResponse

DescribeDBParametersAsync() 공개 메소드

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

DescribeDBSecurityGroups() 공개 메소드

Returns a list of DBSecurityGroup descriptions. If a DBSecurityGroupName is specified, the list will contain only the descriptions of the specified DB security group.
/// DBSecurityGroupName does not refer to an existing DB security group. ///
public DescribeDBSecurityGroups ( ) : DescribeDBSecurityGroupsResponse
리턴 Amazon.RDS.Model.DescribeDBSecurityGroupsResponse

DescribeDBSecurityGroups() 공개 메소드

Returns a list of DBSecurityGroup descriptions. If a DBSecurityGroupName is specified, the list will contain only the descriptions of the specified DB security group.
/// DBSecurityGroupName does not refer to an existing DB security group. ///
public DescribeDBSecurityGroups ( DescribeDBSecurityGroupsRequest request ) : DescribeDBSecurityGroupsResponse
request Amazon.RDS.Model.DescribeDBSecurityGroupsRequest Container for the necessary parameters to execute the DescribeDBSecurityGroups service method.
리턴 Amazon.RDS.Model.DescribeDBSecurityGroupsResponse

DescribeDBSecurityGroupsAsync() 공개 메소드

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

DescribeDBSecurityGroupsAsync() 공개 메소드

Returns a list of DBSecurityGroup descriptions. If a DBSecurityGroupName is specified, the list will contain only the descriptions of the specified DB security group.
/// DBSecurityGroupName does not refer to an existing DB security group. ///
public DescribeDBSecurityGroupsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeDBSnapshotAttributes() 공개 메소드

Returns a list of DB snapshot attribute names and values for a manual DB snapshot.

When sharing snapshots with other AWS accounts, DescribeDBSnapshotAttributes returns the restore attribute and a list of IDs for the AWS accounts that are authorized to copy or restore the manual DB snapshot. If all is included in the list of values for the restore attribute, then the manual DB snapshot is public and can be copied or restored by all AWS accounts.

To add or remove access for an AWS account to copy or restore a manual DB snapshot, or to make the manual DB snapshot public or private, use the ModifyDBSnapshotAttribute API action.

/// DBSnapshotIdentifier does not refer to an existing DB snapshot. ///
public DescribeDBSnapshotAttributes ( DescribeDBSnapshotAttributesRequest request ) : DescribeDBSnapshotAttributesResponse
request Amazon.RDS.Model.DescribeDBSnapshotAttributesRequest Container for the necessary parameters to execute the DescribeDBSnapshotAttributes service method.
리턴 Amazon.RDS.Model.DescribeDBSnapshotAttributesResponse

DescribeDBSnapshotAttributesAsync() 공개 메소드

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

DescribeDBSnapshots() 공개 메소드

Returns information about DB snapshots. This API action supports pagination.
/// DBSnapshotIdentifier does not refer to an existing DB snapshot. ///
public DescribeDBSnapshots ( ) : Amazon.RDS.Model.DescribeDBSnapshotsResponse
리턴 Amazon.RDS.Model.DescribeDBSnapshotsResponse

DescribeDBSnapshots() 공개 메소드

Returns information about DB snapshots. This API action supports pagination.
/// DBSnapshotIdentifier does not refer to an existing DB snapshot. ///
public DescribeDBSnapshots ( DescribeDBSnapshotsRequest request ) : Amazon.RDS.Model.DescribeDBSnapshotsResponse
request Amazon.RDS.Model.DescribeDBSnapshotsRequest Container for the necessary parameters to execute the DescribeDBSnapshots service method.
리턴 Amazon.RDS.Model.DescribeDBSnapshotsResponse

DescribeDBSnapshotsAsync() 공개 메소드

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

DescribeDBSnapshotsAsync() 공개 메소드

Returns information about DB snapshots. This API action supports pagination.
/// DBSnapshotIdentifier does not refer to an existing DB snapshot. ///
public DescribeDBSnapshotsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeDBSubnetGroups() 공개 메소드

Returns a list of DBSubnetGroup descriptions. If a DBSubnetGroupName is specified, the list will contain only the descriptions of the specified DBSubnetGroup.

For an overview of CIDR ranges, go to the Wikipedia Tutorial.

/// DBSubnetGroupName does not refer to an existing DB subnet group. ///
public DescribeDBSubnetGroups ( ) : DescribeDBSubnetGroupsResponse
리턴 Amazon.RDS.Model.DescribeDBSubnetGroupsResponse

DescribeDBSubnetGroups() 공개 메소드

Returns a list of DBSubnetGroup descriptions. If a DBSubnetGroupName is specified, the list will contain only the descriptions of the specified DBSubnetGroup.

For an overview of CIDR ranges, go to the Wikipedia Tutorial.

/// DBSubnetGroupName does not refer to an existing DB subnet group. ///
public DescribeDBSubnetGroups ( DescribeDBSubnetGroupsRequest request ) : DescribeDBSubnetGroupsResponse
request Amazon.RDS.Model.DescribeDBSubnetGroupsRequest Container for the necessary parameters to execute the DescribeDBSubnetGroups service method.
리턴 Amazon.RDS.Model.DescribeDBSubnetGroupsResponse

DescribeDBSubnetGroupsAsync() 공개 메소드

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

DescribeDBSubnetGroupsAsync() 공개 메소드

Returns a list of DBSubnetGroup descriptions. If a DBSubnetGroupName is specified, the list will contain only the descriptions of the specified DBSubnetGroup.

For an overview of CIDR ranges, go to the Wikipedia Tutorial.

/// DBSubnetGroupName does not refer to an existing DB subnet group. ///
public DescribeDBSubnetGroupsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeEngineDefaultClusterParameters() 공개 메소드

Returns the default engine and system parameter information for the cluster database engine.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

public DescribeEngineDefaultClusterParameters ( DescribeEngineDefaultClusterParametersRequest request ) : DescribeEngineDefaultClusterParametersResponse
request Amazon.RDS.Model.DescribeEngineDefaultClusterParametersRequest Container for the necessary parameters to execute the DescribeEngineDefaultClusterParameters service method.
리턴 Amazon.RDS.Model.DescribeEngineDefaultClusterParametersResponse

DescribeEngineDefaultClusterParametersAsync() 공개 메소드

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

DescribeEngineDefaultParameters() 공개 메소드

Returns the default engine and system parameter information for the specified database engine.
public DescribeEngineDefaultParameters ( DescribeEngineDefaultParametersRequest request ) : DescribeEngineDefaultParametersResponse
request Amazon.RDS.Model.DescribeEngineDefaultParametersRequest Container for the necessary parameters to execute the DescribeEngineDefaultParameters service method.
리턴 Amazon.RDS.Model.DescribeEngineDefaultParametersResponse

DescribeEngineDefaultParametersAsync() 공개 메소드

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

DescribeEventCategories() 공개 메소드

Displays a list of categories for all event source types, or, if specified, for a specified source type. You can see a list of the event categories and source types in the Events topic in the Amazon RDS User Guide.
public DescribeEventCategories ( ) : DescribeEventCategoriesResponse
리턴 Amazon.RDS.Model.DescribeEventCategoriesResponse

DescribeEventCategories() 공개 메소드

Displays a list of categories for all event source types, or, if specified, for a specified source type. You can see a list of the event categories and source types in the Events topic in the Amazon RDS User Guide.
public DescribeEventCategories ( DescribeEventCategoriesRequest request ) : DescribeEventCategoriesResponse
request Amazon.RDS.Model.DescribeEventCategoriesRequest Container for the necessary parameters to execute the DescribeEventCategories service method.
리턴 Amazon.RDS.Model.DescribeEventCategoriesResponse

DescribeEventCategoriesAsync() 공개 메소드

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

DescribeEventCategoriesAsync() 공개 메소드

Displays a list of categories for all event source types, or, if specified, for a specified source type. You can see a list of the event categories and source types in the Events topic in the Amazon RDS User Guide.
public DescribeEventCategoriesAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeEventSubscriptions() 공개 메소드

Lists all the subscription descriptions for a customer account. The description for a subscription includes SubscriptionName, SNSTopicARN, CustomerID, SourceType, SourceID, CreationTime, and Status.

If you specify a SubscriptionName, lists the description for that subscription.

/// The subscription name does not exist. ///
public DescribeEventSubscriptions ( ) : DescribeEventSubscriptionsResponse
리턴 Amazon.RDS.Model.DescribeEventSubscriptionsResponse

DescribeEventSubscriptions() 공개 메소드

Lists all the subscription descriptions for a customer account. The description for a subscription includes SubscriptionName, SNSTopicARN, CustomerID, SourceType, SourceID, CreationTime, and Status.

If you specify a SubscriptionName, lists the description for that subscription.

/// The subscription name does not exist. ///
public DescribeEventSubscriptions ( DescribeEventSubscriptionsRequest request ) : DescribeEventSubscriptionsResponse
request Amazon.RDS.Model.DescribeEventSubscriptionsRequest Container for the necessary parameters to execute the DescribeEventSubscriptions service method.
리턴 Amazon.RDS.Model.DescribeEventSubscriptionsResponse

DescribeEventSubscriptionsAsync() 공개 메소드

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

DescribeEventSubscriptionsAsync() 공개 메소드

Lists all the subscription descriptions for a customer account. The description for a subscription includes SubscriptionName, SNSTopicARN, CustomerID, SourceType, SourceID, CreationTime, and Status.

If you specify a SubscriptionName, lists the description for that subscription.

/// The subscription name does not exist. ///
public DescribeEventSubscriptionsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeEvents() 공개 메소드

Returns events related to DB instances, DB security groups, DB snapshots, and DB parameter groups for the past 14 days. Events specific to a particular DB instance, DB security group, database snapshot, or DB parameter group can be obtained by providing the name as a parameter. By default, the past hour of events are returned.
public DescribeEvents ( ) : DescribeEventsResponse
리턴 Amazon.RDS.Model.DescribeEventsResponse

DescribeEvents() 공개 메소드

Returns events related to DB instances, DB security groups, DB snapshots, and DB parameter groups for the past 14 days. Events specific to a particular DB instance, DB security group, database snapshot, or DB parameter group can be obtained by providing the name as a parameter. By default, the past hour of events are returned.
public DescribeEvents ( DescribeEventsRequest request ) : DescribeEventsResponse
request Amazon.RDS.Model.DescribeEventsRequest Container for the necessary parameters to execute the DescribeEvents service method.
리턴 Amazon.RDS.Model.DescribeEventsResponse

DescribeEventsAsync() 공개 메소드

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

DescribeEventsAsync() 공개 메소드

Returns events related to DB instances, DB security groups, DB snapshots, and DB parameter groups for the past 14 days. Events specific to a particular DB instance, DB security group, database snapshot, or DB parameter group can be obtained by providing the name as a parameter. By default, the past hour of events are returned.
public DescribeEventsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeOptionGroupOptions() 공개 메소드

Describes all available options.
public DescribeOptionGroupOptions ( DescribeOptionGroupOptionsRequest request ) : DescribeOptionGroupOptionsResponse
request Amazon.RDS.Model.DescribeOptionGroupOptionsRequest Container for the necessary parameters to execute the DescribeOptionGroupOptions service method.
리턴 Amazon.RDS.Model.DescribeOptionGroupOptionsResponse

DescribeOptionGroupOptionsAsync() 공개 메소드

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

DescribeOptionGroups() 공개 메소드

Describes the available option groups.
/// The specified option group could not be found. ///
public DescribeOptionGroups ( ) : DescribeOptionGroupsResponse
리턴 Amazon.RDS.Model.DescribeOptionGroupsResponse

DescribeOptionGroups() 공개 메소드

Describes the available option groups.
/// The specified option group could not be found. ///
public DescribeOptionGroups ( DescribeOptionGroupsRequest request ) : DescribeOptionGroupsResponse
request Amazon.RDS.Model.DescribeOptionGroupsRequest Container for the necessary parameters to execute the DescribeOptionGroups service method.
리턴 Amazon.RDS.Model.DescribeOptionGroupsResponse

DescribeOptionGroupsAsync() 공개 메소드

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

DescribeOptionGroupsAsync() 공개 메소드

Describes the available option groups.
/// The specified option group could not be found. ///
public DescribeOptionGroupsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeOrderableDBInstanceOptions() 공개 메소드

Returns a list of orderable DB instance options for the specified engine.
public DescribeOrderableDBInstanceOptions ( DescribeOrderableDBInstanceOptionsRequest request ) : DescribeOrderableDBInstanceOptionsResponse
request Amazon.RDS.Model.DescribeOrderableDBInstanceOptionsRequest Container for the necessary parameters to execute the DescribeOrderableDBInstanceOptions service method.
리턴 Amazon.RDS.Model.DescribeOrderableDBInstanceOptionsResponse

DescribeOrderableDBInstanceOptionsAsync() 공개 메소드

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

DescribePendingMaintenanceActions() 공개 메소드

Returns a list of resources (for example, DB instances) that have at least one pending maintenance action.
/// The specified resource ID was not found. ///
public DescribePendingMaintenanceActions ( DescribePendingMaintenanceActionsRequest request ) : Amazon.RDS.Model.DescribePendingMaintenanceActionsResponse
request Amazon.RDS.Model.DescribePendingMaintenanceActionsRequest Container for the necessary parameters to execute the DescribePendingMaintenanceActions service method.
리턴 Amazon.RDS.Model.DescribePendingMaintenanceActionsResponse

DescribePendingMaintenanceActionsAsync() 공개 메소드

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

DescribeReservedDBInstances() 공개 메소드

Returns information about reserved DB instances for this account, or about a specified reserved DB instance.
/// The specified reserved DB Instance not found. ///
public DescribeReservedDBInstances ( ) : DescribeReservedDBInstancesResponse
리턴 Amazon.RDS.Model.DescribeReservedDBInstancesResponse

DescribeReservedDBInstances() 공개 메소드

Returns information about reserved DB instances for this account, or about a specified reserved DB instance.
/// The specified reserved DB Instance not found. ///
public DescribeReservedDBInstances ( DescribeReservedDBInstancesRequest request ) : DescribeReservedDBInstancesResponse
request Amazon.RDS.Model.DescribeReservedDBInstancesRequest Container for the necessary parameters to execute the DescribeReservedDBInstances service method.
리턴 Amazon.RDS.Model.DescribeReservedDBInstancesResponse

DescribeReservedDBInstancesAsync() 공개 메소드

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

DescribeReservedDBInstancesAsync() 공개 메소드

Returns information about reserved DB instances for this account, or about a specified reserved DB instance.
/// The specified reserved DB Instance not found. ///
public DescribeReservedDBInstancesAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeReservedDBInstancesOfferings() 공개 메소드

Lists available reserved DB instance offerings.
/// Specified offering does not exist. ///
public DescribeReservedDBInstancesOfferings ( ) : DescribeReservedDBInstancesOfferingsResponse
리턴 Amazon.RDS.Model.DescribeReservedDBInstancesOfferingsResponse

DescribeReservedDBInstancesOfferings() 공개 메소드

Lists available reserved DB instance offerings.
/// Specified offering does not exist. ///
public DescribeReservedDBInstancesOfferings ( DescribeReservedDBInstancesOfferingsRequest request ) : DescribeReservedDBInstancesOfferingsResponse
request Amazon.RDS.Model.DescribeReservedDBInstancesOfferingsRequest Container for the necessary parameters to execute the DescribeReservedDBInstancesOfferings service method.
리턴 Amazon.RDS.Model.DescribeReservedDBInstancesOfferingsResponse

DescribeReservedDBInstancesOfferingsAsync() 공개 메소드

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

DescribeReservedDBInstancesOfferingsAsync() 공개 메소드

Lists available reserved DB instance offerings.
/// Specified offering does not exist. ///
public DescribeReservedDBInstancesOfferingsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeSourceRegions() 공개 메소드

Returns a list of the source AWS regions where the current AWS region can create a Read Replica or copy a DB snapshot from. This API action supports pagination.
public DescribeSourceRegions ( DescribeSourceRegionsRequest request ) : DescribeSourceRegionsResponse
request Amazon.RDS.Model.DescribeSourceRegionsRequest Container for the necessary parameters to execute the DescribeSourceRegions service method.
리턴 Amazon.RDS.Model.DescribeSourceRegionsResponse

DescribeSourceRegionsAsync() 공개 메소드

Initiates the asynchronous execution of the DescribeSourceRegions operation.
public DescribeSourceRegionsAsync ( DescribeSourceRegionsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.RDS.Model.DescribeSourceRegionsRequest Container for the necessary parameters to execute the DescribeSourceRegions 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

DownloadDBLogFilePortion() 공개 메소드

Downloads all or a portion of the specified log file, up to 1 MB in size.
/// DBInstanceIdentifier does not refer to an existing DB instance. /// /// LogFileName does not refer to an existing DB log file. ///
public DownloadDBLogFilePortion ( DownloadDBLogFilePortionRequest request ) : DownloadDBLogFilePortionResponse
request Amazon.RDS.Model.DownloadDBLogFilePortionRequest Container for the necessary parameters to execute the DownloadDBLogFilePortion service method.
리턴 Amazon.RDS.Model.DownloadDBLogFilePortionResponse

DownloadDBLogFilePortionAsync() 공개 메소드

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

EndAddRoleToDBCluster() 공개 메소드

Finishes the asynchronous execution of the AddRoleToDBCluster operation.
public EndAddRoleToDBCluster ( IAsyncResult asyncResult ) : AddRoleToDBClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAddRoleToDBCluster.
리턴 AddRoleToDBClusterResponse

EndAddSourceIdentifierToSubscription() 공개 메소드

Finishes the asynchronous execution of the AddSourceIdentifierToSubscription operation.
public EndAddSourceIdentifierToSubscription ( IAsyncResult asyncResult ) : AddSourceIdentifierToSubscriptionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAddSourceIdentifierToSubscription.
리턴 Amazon.RDS.Model.AddSourceIdentifierToSubscriptionResponse

EndAddTagsToResource() 공개 메소드

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

EndApplyPendingMaintenanceAction() 공개 메소드

Finishes the asynchronous execution of the ApplyPendingMaintenanceAction operation.
public EndApplyPendingMaintenanceAction ( IAsyncResult asyncResult ) : ApplyPendingMaintenanceActionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginApplyPendingMaintenanceAction.
리턴 Amazon.RDS.Model.ApplyPendingMaintenanceActionResponse

EndAuthorizeDBSecurityGroupIngress() 공개 메소드

Finishes the asynchronous execution of the AuthorizeDBSecurityGroupIngress operation.
public EndAuthorizeDBSecurityGroupIngress ( IAsyncResult asyncResult ) : AuthorizeDBSecurityGroupIngressResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAuthorizeDBSecurityGroupIngress.
리턴 AuthorizeDBSecurityGroupIngressResponse

EndCopyDBClusterParameterGroup() 공개 메소드

Finishes the asynchronous execution of the CopyDBClusterParameterGroup operation.
public EndCopyDBClusterParameterGroup ( IAsyncResult asyncResult ) : CopyDBClusterParameterGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCopyDBClusterParameterGroup.
리턴 CopyDBClusterParameterGroupResponse

EndCopyDBClusterSnapshot() 공개 메소드

Finishes the asynchronous execution of the CopyDBClusterSnapshot operation.
public EndCopyDBClusterSnapshot ( IAsyncResult asyncResult ) : CopyDBClusterSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCopyDBClusterSnapshot.
리턴 CopyDBClusterSnapshotResponse

EndCopyDBParameterGroup() 공개 메소드

Finishes the asynchronous execution of the CopyDBParameterGroup operation.
public EndCopyDBParameterGroup ( IAsyncResult asyncResult ) : CopyDBParameterGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCopyDBParameterGroup.
리턴 CopyDBParameterGroupResponse

EndCopyDBSnapshot() 공개 메소드

Finishes the asynchronous execution of the CopyDBSnapshot operation.
public EndCopyDBSnapshot ( IAsyncResult asyncResult ) : CopyDBSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCopyDBSnapshot.
리턴 CopyDBSnapshotResponse

EndCopyOptionGroup() 공개 메소드

Finishes the asynchronous execution of the CopyOptionGroup operation.
public EndCopyOptionGroup ( IAsyncResult asyncResult ) : CopyOptionGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCopyOptionGroup.
리턴 CopyOptionGroupResponse

EndCreateDBCluster() 공개 메소드

Finishes the asynchronous execution of the CreateDBCluster operation.
public EndCreateDBCluster ( IAsyncResult asyncResult ) : CreateDBClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDBCluster.
리턴 CreateDBClusterResponse

EndCreateDBClusterParameterGroup() 공개 메소드

Finishes the asynchronous execution of the CreateDBClusterParameterGroup operation.
public EndCreateDBClusterParameterGroup ( IAsyncResult asyncResult ) : CreateDBClusterParameterGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDBClusterParameterGroup.
리턴 CreateDBClusterParameterGroupResponse

EndCreateDBClusterSnapshot() 공개 메소드

Finishes the asynchronous execution of the CreateDBClusterSnapshot operation.
public EndCreateDBClusterSnapshot ( IAsyncResult asyncResult ) : CreateDBClusterSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDBClusterSnapshot.
리턴 CreateDBClusterSnapshotResponse

EndCreateDBInstance() 공개 메소드

Finishes the asynchronous execution of the CreateDBInstance operation.
public EndCreateDBInstance ( IAsyncResult asyncResult ) : CreateDBInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDBInstance.
리턴 CreateDBInstanceResponse

EndCreateDBInstanceReadReplica() 공개 메소드

Finishes the asynchronous execution of the CreateDBInstanceReadReplica operation.
public EndCreateDBInstanceReadReplica ( IAsyncResult asyncResult ) : CreateDBInstanceReadReplicaResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDBInstanceReadReplica.
리턴 CreateDBInstanceReadReplicaResponse

EndCreateDBParameterGroup() 공개 메소드

Finishes the asynchronous execution of the CreateDBParameterGroup operation.
public EndCreateDBParameterGroup ( IAsyncResult asyncResult ) : CreateDBParameterGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDBParameterGroup.
리턴 CreateDBParameterGroupResponse

EndCreateDBSecurityGroup() 공개 메소드

Finishes the asynchronous execution of the CreateDBSecurityGroup operation.
public EndCreateDBSecurityGroup ( IAsyncResult asyncResult ) : CreateDBSecurityGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDBSecurityGroup.
리턴 CreateDBSecurityGroupResponse

EndCreateDBSnapshot() 공개 메소드

Finishes the asynchronous execution of the CreateDBSnapshot operation.
public EndCreateDBSnapshot ( IAsyncResult asyncResult ) : CreateDBSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDBSnapshot.
리턴 CreateDBSnapshotResponse

EndCreateDBSubnetGroup() 공개 메소드

Finishes the asynchronous execution of the CreateDBSubnetGroup operation.
public EndCreateDBSubnetGroup ( IAsyncResult asyncResult ) : CreateDBSubnetGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDBSubnetGroup.
리턴 CreateDBSubnetGroupResponse

EndCreateEventSubscription() 공개 메소드

Finishes the asynchronous execution of the CreateEventSubscription operation.
public EndCreateEventSubscription ( IAsyncResult asyncResult ) : CreateEventSubscriptionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateEventSubscription.
리턴 CreateEventSubscriptionResponse

EndCreateOptionGroup() 공개 메소드

Finishes the asynchronous execution of the CreateOptionGroup operation.
public EndCreateOptionGroup ( IAsyncResult asyncResult ) : CreateOptionGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateOptionGroup.
리턴 CreateOptionGroupResponse

EndDeleteDBCluster() 공개 메소드

Finishes the asynchronous execution of the DeleteDBCluster operation.
public EndDeleteDBCluster ( IAsyncResult asyncResult ) : DeleteDBClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDBCluster.
리턴 DeleteDBClusterResponse

EndDeleteDBClusterParameterGroup() 공개 메소드

Finishes the asynchronous execution of the DeleteDBClusterParameterGroup operation.
public EndDeleteDBClusterParameterGroup ( IAsyncResult asyncResult ) : DeleteDBClusterParameterGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDBClusterParameterGroup.
리턴 DeleteDBClusterParameterGroupResponse

EndDeleteDBClusterSnapshot() 공개 메소드

Finishes the asynchronous execution of the DeleteDBClusterSnapshot operation.
public EndDeleteDBClusterSnapshot ( IAsyncResult asyncResult ) : DeleteDBClusterSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDBClusterSnapshot.
리턴 DeleteDBClusterSnapshotResponse

EndDeleteDBInstance() 공개 메소드

Finishes the asynchronous execution of the DeleteDBInstance operation.
public EndDeleteDBInstance ( IAsyncResult asyncResult ) : DeleteDBInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDBInstance.
리턴 DeleteDBInstanceResponse

EndDeleteDBParameterGroup() 공개 메소드

Finishes the asynchronous execution of the DeleteDBParameterGroup operation.
public EndDeleteDBParameterGroup ( IAsyncResult asyncResult ) : DeleteDBParameterGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDBParameterGroup.
리턴 DeleteDBParameterGroupResponse

EndDeleteDBSecurityGroup() 공개 메소드

Finishes the asynchronous execution of the DeleteDBSecurityGroup operation.
public EndDeleteDBSecurityGroup ( IAsyncResult asyncResult ) : DeleteDBSecurityGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDBSecurityGroup.
리턴 DeleteDBSecurityGroupResponse

EndDeleteDBSnapshot() 공개 메소드

Finishes the asynchronous execution of the DeleteDBSnapshot operation.
public EndDeleteDBSnapshot ( IAsyncResult asyncResult ) : DeleteDBSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDBSnapshot.
리턴 DeleteDBSnapshotResponse

EndDeleteDBSubnetGroup() 공개 메소드

Finishes the asynchronous execution of the DeleteDBSubnetGroup operation.
public EndDeleteDBSubnetGroup ( IAsyncResult asyncResult ) : DeleteDBSubnetGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDBSubnetGroup.
리턴 DeleteDBSubnetGroupResponse

EndDeleteEventSubscription() 공개 메소드

Finishes the asynchronous execution of the DeleteEventSubscription operation.
public EndDeleteEventSubscription ( IAsyncResult asyncResult ) : DeleteEventSubscriptionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteEventSubscription.
리턴 DeleteEventSubscriptionResponse

EndDeleteOptionGroup() 공개 메소드

Finishes the asynchronous execution of the DeleteOptionGroup operation.
public EndDeleteOptionGroup ( IAsyncResult asyncResult ) : DeleteOptionGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteOptionGroup.
리턴 DeleteOptionGroupResponse

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

EndDescribeDBClusterParameterGroups() 공개 메소드

Finishes the asynchronous execution of the DescribeDBClusterParameterGroups operation.
public EndDescribeDBClusterParameterGroups ( IAsyncResult asyncResult ) : DescribeDBClusterParameterGroupsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeDBClusterParameterGroups.
리턴 DescribeDBClusterParameterGroupsResponse

EndDescribeDBClusterParameters() 공개 메소드

Finishes the asynchronous execution of the DescribeDBClusterParameters operation.
public EndDescribeDBClusterParameters ( IAsyncResult asyncResult ) : DescribeDBClusterParametersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeDBClusterParameters.
리턴 DescribeDBClusterParametersResponse

EndDescribeDBClusterSnapshotAttributes() 공개 메소드

Finishes the asynchronous execution of the DescribeDBClusterSnapshotAttributes operation.
public EndDescribeDBClusterSnapshotAttributes ( IAsyncResult asyncResult ) : DescribeDBClusterSnapshotAttributesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeDBClusterSnapshotAttributes.
리턴 DescribeDBClusterSnapshotAttributesResponse

EndDescribeDBClusterSnapshots() 공개 메소드

Finishes the asynchronous execution of the DescribeDBClusterSnapshots operation.
public EndDescribeDBClusterSnapshots ( IAsyncResult asyncResult ) : DescribeDBClusterSnapshotsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeDBClusterSnapshots.
리턴 DescribeDBClusterSnapshotsResponse

EndDescribeDBClusters() 공개 메소드

Finishes the asynchronous execution of the DescribeDBClusters operation.
public EndDescribeDBClusters ( IAsyncResult asyncResult ) : DescribeDBClustersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeDBClusters.
리턴 DescribeDBClustersResponse

EndDescribeDBEngineVersions() 공개 메소드

Finishes the asynchronous execution of the DescribeDBEngineVersions operation.
public EndDescribeDBEngineVersions ( IAsyncResult asyncResult ) : DescribeDBEngineVersionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeDBEngineVersions.
리턴 DescribeDBEngineVersionsResponse

EndDescribeDBInstances() 공개 메소드

Finishes the asynchronous execution of the DescribeDBInstances operation.
public EndDescribeDBInstances ( IAsyncResult asyncResult ) : DescribeDBInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeDBInstances.
리턴 DescribeDBInstancesResponse

EndDescribeDBLogFiles() 공개 메소드

Finishes the asynchronous execution of the DescribeDBLogFiles operation.
public EndDescribeDBLogFiles ( IAsyncResult asyncResult ) : DescribeDBLogFilesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeDBLogFiles.
리턴 DescribeDBLogFilesResponse

EndDescribeDBParameterGroups() 공개 메소드

Finishes the asynchronous execution of the DescribeDBParameterGroups operation.
public EndDescribeDBParameterGroups ( IAsyncResult asyncResult ) : DescribeDBParameterGroupsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeDBParameterGroups.
리턴 DescribeDBParameterGroupsResponse

EndDescribeDBParameters() 공개 메소드

Finishes the asynchronous execution of the DescribeDBParameters operation.
public EndDescribeDBParameters ( IAsyncResult asyncResult ) : DescribeDBParametersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeDBParameters.
리턴 DescribeDBParametersResponse

EndDescribeDBSecurityGroups() 공개 메소드

Finishes the asynchronous execution of the DescribeDBSecurityGroups operation.
public EndDescribeDBSecurityGroups ( IAsyncResult asyncResult ) : DescribeDBSecurityGroupsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeDBSecurityGroups.
리턴 DescribeDBSecurityGroupsResponse

EndDescribeDBSnapshotAttributes() 공개 메소드

Finishes the asynchronous execution of the DescribeDBSnapshotAttributes operation.
public EndDescribeDBSnapshotAttributes ( IAsyncResult asyncResult ) : DescribeDBSnapshotAttributesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeDBSnapshotAttributes.
리턴 DescribeDBSnapshotAttributesResponse

EndDescribeDBSnapshots() 공개 메소드

Finishes the asynchronous execution of the DescribeDBSnapshots operation.
public EndDescribeDBSnapshots ( IAsyncResult asyncResult ) : DescribeDBSnapshotsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeDBSnapshots.
리턴 DescribeDBSnapshotsResponse

EndDescribeDBSubnetGroups() 공개 메소드

Finishes the asynchronous execution of the DescribeDBSubnetGroups operation.
public EndDescribeDBSubnetGroups ( IAsyncResult asyncResult ) : DescribeDBSubnetGroupsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeDBSubnetGroups.
리턴 DescribeDBSubnetGroupsResponse

EndDescribeEngineDefaultClusterParameters() 공개 메소드

Finishes the asynchronous execution of the DescribeEngineDefaultClusterParameters operation.
public EndDescribeEngineDefaultClusterParameters ( IAsyncResult asyncResult ) : DescribeEngineDefaultClusterParametersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEngineDefaultClusterParameters.
리턴 DescribeEngineDefaultClusterParametersResponse

EndDescribeEngineDefaultParameters() 공개 메소드

Finishes the asynchronous execution of the DescribeEngineDefaultParameters operation.
public EndDescribeEngineDefaultParameters ( IAsyncResult asyncResult ) : DescribeEngineDefaultParametersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEngineDefaultParameters.
리턴 DescribeEngineDefaultParametersResponse

EndDescribeEventCategories() 공개 메소드

Finishes the asynchronous execution of the DescribeEventCategories operation.
public EndDescribeEventCategories ( IAsyncResult asyncResult ) : DescribeEventCategoriesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEventCategories.
리턴 DescribeEventCategoriesResponse

EndDescribeEventSubscriptions() 공개 메소드

Finishes the asynchronous execution of the DescribeEventSubscriptions operation.
public EndDescribeEventSubscriptions ( IAsyncResult asyncResult ) : DescribeEventSubscriptionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEventSubscriptions.
리턴 DescribeEventSubscriptionsResponse

EndDescribeEvents() 공개 메소드

Finishes the asynchronous execution of the DescribeEvents operation.
public EndDescribeEvents ( IAsyncResult asyncResult ) : DescribeEventsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEvents.
리턴 DescribeEventsResponse

EndDescribeOptionGroupOptions() 공개 메소드

Finishes the asynchronous execution of the DescribeOptionGroupOptions operation.
public EndDescribeOptionGroupOptions ( IAsyncResult asyncResult ) : DescribeOptionGroupOptionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeOptionGroupOptions.
리턴 DescribeOptionGroupOptionsResponse

EndDescribeOptionGroups() 공개 메소드

Finishes the asynchronous execution of the DescribeOptionGroups operation.
public EndDescribeOptionGroups ( IAsyncResult asyncResult ) : DescribeOptionGroupsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeOptionGroups.
리턴 DescribeOptionGroupsResponse

EndDescribeOrderableDBInstanceOptions() 공개 메소드

Finishes the asynchronous execution of the DescribeOrderableDBInstanceOptions operation.
public EndDescribeOrderableDBInstanceOptions ( IAsyncResult asyncResult ) : DescribeOrderableDBInstanceOptionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeOrderableDBInstanceOptions.
리턴 DescribeOrderableDBInstanceOptionsResponse

EndDescribePendingMaintenanceActions() 공개 메소드

Finishes the asynchronous execution of the DescribePendingMaintenanceActions operation.
public EndDescribePendingMaintenanceActions ( IAsyncResult asyncResult ) : DescribePendingMaintenanceActionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribePendingMaintenanceActions.
리턴 DescribePendingMaintenanceActionsResponse

EndDescribeReservedDBInstances() 공개 메소드

Finishes the asynchronous execution of the DescribeReservedDBInstances operation.
public EndDescribeReservedDBInstances ( IAsyncResult asyncResult ) : DescribeReservedDBInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeReservedDBInstances.
리턴 DescribeReservedDBInstancesResponse

EndDescribeReservedDBInstancesOfferings() 공개 메소드

Finishes the asynchronous execution of the DescribeReservedDBInstancesOfferings operation.
public EndDescribeReservedDBInstancesOfferings ( IAsyncResult asyncResult ) : DescribeReservedDBInstancesOfferingsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeReservedDBInstancesOfferings.
리턴 DescribeReservedDBInstancesOfferingsResponse

EndDescribeSourceRegions() 공개 메소드

Finishes the asynchronous execution of the DescribeSourceRegions operation.
public EndDescribeSourceRegions ( IAsyncResult asyncResult ) : DescribeSourceRegionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeSourceRegions.
리턴 DescribeSourceRegionsResponse

EndDownloadDBLogFilePortion() 공개 메소드

Finishes the asynchronous execution of the DownloadDBLogFilePortion operation.
public EndDownloadDBLogFilePortion ( IAsyncResult asyncResult ) : DownloadDBLogFilePortionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDownloadDBLogFilePortion.
리턴 DownloadDBLogFilePortionResponse

EndFailoverDBCluster() 공개 메소드

Finishes the asynchronous execution of the FailoverDBCluster operation.
public EndFailoverDBCluster ( IAsyncResult asyncResult ) : FailoverDBClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginFailoverDBCluster.
리턴 FailoverDBClusterResponse

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

EndModifyDBCluster() 공개 메소드

Finishes the asynchronous execution of the ModifyDBCluster operation.
public EndModifyDBCluster ( IAsyncResult asyncResult ) : ModifyDBClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyDBCluster.
리턴 ModifyDBClusterResponse

EndModifyDBClusterParameterGroup() 공개 메소드

Finishes the asynchronous execution of the ModifyDBClusterParameterGroup operation.
public EndModifyDBClusterParameterGroup ( IAsyncResult asyncResult ) : ModifyDBClusterParameterGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyDBClusterParameterGroup.
리턴 ModifyDBClusterParameterGroupResponse

EndModifyDBClusterSnapshotAttribute() 공개 메소드

Finishes the asynchronous execution of the ModifyDBClusterSnapshotAttribute operation.
public EndModifyDBClusterSnapshotAttribute ( IAsyncResult asyncResult ) : ModifyDBClusterSnapshotAttributeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyDBClusterSnapshotAttribute.
리턴 ModifyDBClusterSnapshotAttributeResponse

EndModifyDBInstance() 공개 메소드

Finishes the asynchronous execution of the ModifyDBInstance operation.
public EndModifyDBInstance ( IAsyncResult asyncResult ) : ModifyDBInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyDBInstance.
리턴 ModifyDBInstanceResponse

EndModifyDBParameterGroup() 공개 메소드

Finishes the asynchronous execution of the ModifyDBParameterGroup operation.
public EndModifyDBParameterGroup ( IAsyncResult asyncResult ) : ModifyDBParameterGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyDBParameterGroup.
리턴 ModifyDBParameterGroupResponse

EndModifyDBSnapshotAttribute() 공개 메소드

Finishes the asynchronous execution of the ModifyDBSnapshotAttribute operation.
public EndModifyDBSnapshotAttribute ( IAsyncResult asyncResult ) : ModifyDBSnapshotAttributeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyDBSnapshotAttribute.
리턴 ModifyDBSnapshotAttributeResponse

EndModifyDBSubnetGroup() 공개 메소드

Finishes the asynchronous execution of the ModifyDBSubnetGroup operation.
public EndModifyDBSubnetGroup ( IAsyncResult asyncResult ) : ModifyDBSubnetGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyDBSubnetGroup.
리턴 ModifyDBSubnetGroupResponse

EndModifyEventSubscription() 공개 메소드

Finishes the asynchronous execution of the ModifyEventSubscription operation.
public EndModifyEventSubscription ( IAsyncResult asyncResult ) : ModifyEventSubscriptionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyEventSubscription.
리턴 ModifyEventSubscriptionResponse

EndModifyOptionGroup() 공개 메소드

Finishes the asynchronous execution of the ModifyOptionGroup operation.
public EndModifyOptionGroup ( IAsyncResult asyncResult ) : ModifyOptionGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyOptionGroup.
리턴 ModifyOptionGroupResponse

EndPromoteReadReplica() 공개 메소드

Finishes the asynchronous execution of the PromoteReadReplica operation.
public EndPromoteReadReplica ( IAsyncResult asyncResult ) : PromoteReadReplicaResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPromoteReadReplica.
리턴 PromoteReadReplicaResponse

EndPromoteReadReplicaDBCluster() 공개 메소드

Finishes the asynchronous execution of the PromoteReadReplicaDBCluster operation.
public EndPromoteReadReplicaDBCluster ( IAsyncResult asyncResult ) : PromoteReadReplicaDBClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPromoteReadReplicaDBCluster.
리턴 PromoteReadReplicaDBClusterResponse

EndPurchaseReservedDBInstancesOffering() 공개 메소드

Finishes the asynchronous execution of the PurchaseReservedDBInstancesOffering operation.
public EndPurchaseReservedDBInstancesOffering ( IAsyncResult asyncResult ) : PurchaseReservedDBInstancesOfferingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPurchaseReservedDBInstancesOffering.
리턴 PurchaseReservedDBInstancesOfferingResponse

EndRebootDBInstance() 공개 메소드

Finishes the asynchronous execution of the RebootDBInstance operation.
public EndRebootDBInstance ( IAsyncResult asyncResult ) : RebootDBInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRebootDBInstance.
리턴 RebootDBInstanceResponse

EndRemoveRoleFromDBCluster() 공개 메소드

Finishes the asynchronous execution of the RemoveRoleFromDBCluster operation.
public EndRemoveRoleFromDBCluster ( IAsyncResult asyncResult ) : RemoveRoleFromDBClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRemoveRoleFromDBCluster.
리턴 RemoveRoleFromDBClusterResponse

EndRemoveSourceIdentifierFromSubscription() 공개 메소드

Finishes the asynchronous execution of the RemoveSourceIdentifierFromSubscription operation.
public EndRemoveSourceIdentifierFromSubscription ( IAsyncResult asyncResult ) : RemoveSourceIdentifierFromSubscriptionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRemoveSourceIdentifierFromSubscription.
리턴 RemoveSourceIdentifierFromSubscriptionResponse

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

EndResetDBClusterParameterGroup() 공개 메소드

Finishes the asynchronous execution of the ResetDBClusterParameterGroup operation.
public EndResetDBClusterParameterGroup ( IAsyncResult asyncResult ) : ResetDBClusterParameterGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginResetDBClusterParameterGroup.
리턴 ResetDBClusterParameterGroupResponse

EndResetDBParameterGroup() 공개 메소드

Finishes the asynchronous execution of the ResetDBParameterGroup operation.
public EndResetDBParameterGroup ( IAsyncResult asyncResult ) : ResetDBParameterGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginResetDBParameterGroup.
리턴 ResetDBParameterGroupResponse

EndRestoreDBClusterFromS3() 공개 메소드

Finishes the asynchronous execution of the RestoreDBClusterFromS3 operation.
public EndRestoreDBClusterFromS3 ( IAsyncResult asyncResult ) : RestoreDBClusterFromS3Response
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRestoreDBClusterFromS3.
리턴 RestoreDBClusterFromS3Response

EndRestoreDBClusterFromSnapshot() 공개 메소드

Finishes the asynchronous execution of the RestoreDBClusterFromSnapshot operation.
public EndRestoreDBClusterFromSnapshot ( IAsyncResult asyncResult ) : RestoreDBClusterFromSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRestoreDBClusterFromSnapshot.
리턴 RestoreDBClusterFromSnapshotResponse

EndRestoreDBClusterToPointInTime() 공개 메소드

Finishes the asynchronous execution of the RestoreDBClusterToPointInTime operation.
public EndRestoreDBClusterToPointInTime ( IAsyncResult asyncResult ) : RestoreDBClusterToPointInTimeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRestoreDBClusterToPointInTime.
리턴 RestoreDBClusterToPointInTimeResponse

EndRestoreDBInstanceFromDBSnapshot() 공개 메소드

Finishes the asynchronous execution of the RestoreDBInstanceFromDBSnapshot operation.
public EndRestoreDBInstanceFromDBSnapshot ( IAsyncResult asyncResult ) : RestoreDBInstanceFromDBSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRestoreDBInstanceFromDBSnapshot.
리턴 RestoreDBInstanceFromDBSnapshotResponse

EndRestoreDBInstanceToPointInTime() 공개 메소드

Finishes the asynchronous execution of the RestoreDBInstanceToPointInTime operation.
public EndRestoreDBInstanceToPointInTime ( IAsyncResult asyncResult ) : RestoreDBInstanceToPointInTimeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRestoreDBInstanceToPointInTime.
리턴 RestoreDBInstanceToPointInTimeResponse

EndRevokeDBSecurityGroupIngress() 공개 메소드

Finishes the asynchronous execution of the RevokeDBSecurityGroupIngress operation.
public EndRevokeDBSecurityGroupIngress ( IAsyncResult asyncResult ) : RevokeDBSecurityGroupIngressResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRevokeDBSecurityGroupIngress.
리턴 RevokeDBSecurityGroupIngressResponse

FailoverDBCluster() 공개 메소드

Forces a failover for a DB cluster.

A failover for a DB cluster promotes one of the Aurora Replicas (read-only instances) in the DB cluster to be the primary instance (the cluster writer).

Amazon Aurora will automatically fail over to an Aurora Replica, if one exists, when the primary instance fails. You can force a failover when you want to simulate a failure of a primary instance for testing. Because each instance in a DB cluster has its own endpoint address, you will need to clean up and re-establish any existing connections that use those endpoint addresses when the failover is complete.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

/// DBClusterIdentifier does not refer to an existing DB cluster. /// /// The DB cluster is not in a valid state. /// /// The specified DB instance is not in the available state. ///
public FailoverDBCluster ( FailoverDBClusterRequest request ) : FailoverDBClusterResponse
request FailoverDBClusterRequest Container for the necessary parameters to execute the FailoverDBCluster service method.
리턴 FailoverDBClusterResponse

FailoverDBClusterAsync() 공개 메소드

Initiates the asynchronous execution of the FailoverDBCluster operation.
public FailoverDBClusterAsync ( FailoverDBClusterRequest request, System cancellationToken = default(CancellationToken) ) : Task
request FailoverDBClusterRequest Container for the necessary parameters to execute the FailoverDBCluster 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 on an Amazon RDS resource.

For an overview on tagging an Amazon RDS resource, see Tagging Amazon RDS Resources.

/// DBClusterIdentifier does not refer to an existing DB cluster. /// /// DBInstanceIdentifier does not refer to an existing DB instance. /// /// DBSnapshotIdentifier does not refer to an existing DB snapshot. ///
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

ModifyDBCluster() 공개 메소드

Modify a setting for an Amazon Aurora DB cluster. You can change one or more database configuration parameters by specifying these parameters and the new values in the request. For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.
/// User already has a DB cluster with the given identifier. /// /// DBClusterIdentifier does not refer to an existing DB cluster. /// /// DBClusterParameterGroupName does not refer to an existing DB Cluster parameter /// group. /// /// DBSubnetGroupName does not refer to an existing DB subnet group. /// /// The DB cluster is not in a valid state. /// /// The specified DB instance is not in the available state. /// /// The state of the DB security group does not allow deletion. /// /// The DB subnet group cannot be deleted because it is in use. /// /// The requested subnet is invalid, or multiple subnets were requested that are not all /// in a common VPC. /// /// DB subnet group does not cover all Availability Zones after it is created because /// users' change. /// /// Request would result in user exceeding the allowed amount of storage available across /// all DB instances. ///
public ModifyDBCluster ( ModifyDBClusterRequest request ) : ModifyDBClusterResponse
request ModifyDBClusterRequest Container for the necessary parameters to execute the ModifyDBCluster service method.
리턴 ModifyDBClusterResponse

ModifyDBClusterAsync() 공개 메소드

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

ModifyDBClusterParameterGroup() 공개 메소드

Modifies the parameters of a DB cluster parameter group. To modify more than one parameter, submit a list of the following: ParameterName, ParameterValue, and ApplyMethod. A maximum of 20 parameters can be modified in a single request.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

Changes to dynamic parameters are applied immediately. Changes to static parameters require a reboot without failover to the DB cluster associated with the parameter group before the change can take effect.

After you create a DB cluster parameter group, you should wait at least 5 minutes before creating your first DB cluster that uses that DB cluster parameter group as the default parameter group. This allows Amazon RDS to fully complete the create action before the parameter group is used as the default for a new DB cluster. This is especially important for parameters that are critical when creating the default database for a DB cluster, such as the character set for the default database defined by the character_set_database parameter. You can use the Parameter Groups option of the Amazon RDS console or the DescribeDBClusterParameters command to verify that your DB cluster parameter group has been created or modified.

/// DBParameterGroupName does not refer to an existing DB parameter group. /// /// The DB parameter group cannot be deleted because it is in use. ///
public ModifyDBClusterParameterGroup ( ModifyDBClusterParameterGroupRequest request ) : ModifyDBClusterParameterGroupResponse
request ModifyDBClusterParameterGroupRequest Container for the necessary parameters to execute the ModifyDBClusterParameterGroup service method.
리턴 ModifyDBClusterParameterGroupResponse

ModifyDBClusterParameterGroupAsync() 공개 메소드

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

ModifyDBClusterSnapshotAttribute() 공개 메소드

Adds an attribute and values to, or removes an attribute and values from, a manual DB cluster snapshot.

To share a manual DB cluster snapshot with other AWS accounts, specify restore as the AttributeName and use the ValuesToAdd parameter to add a list of IDs of the AWS accounts that are authorized to restore the manual DB cluster snapshot. Use the value all to make the manual DB cluster snapshot public, which means that it can be copied or restored by all AWS accounts. Do not add the all value for any manual DB cluster snapshots that contain private information that you don't want available to all AWS accounts.

To view which AWS accounts have access to copy or restore a manual DB cluster snapshot, or whether a manual DB cluster snapshot public or private, use the DescribeDBClusterSnapshotAttributes API action.

If a manual DB cluster snapshot is encrypted, it cannot be shared.

/// DBClusterSnapshotIdentifier does not refer to an existing DB cluster snapshot. /// /// The supplied value is not a valid DB cluster snapshot state. /// /// You have exceeded the maximum number of accounts that you can share a manual DB snapshot /// with. ///
public ModifyDBClusterSnapshotAttribute ( ModifyDBClusterSnapshotAttributeRequest request ) : ModifyDBClusterSnapshotAttributeResponse
request ModifyDBClusterSnapshotAttributeRequest Container for the necessary parameters to execute the ModifyDBClusterSnapshotAttribute service method.
리턴 ModifyDBClusterSnapshotAttributeResponse

ModifyDBClusterSnapshotAttributeAsync() 공개 메소드

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

ModifyDBInstance() 공개 메소드

Modifies settings for a DB instance. You can change one or more database configuration parameters by specifying these parameters and the new values in the request.
/// Specified CIDRIP or EC2 security group is not authorized for the specified DB security /// group. /// /// /// /// RDS may not also be authorized via IAM to perform necessary actions on your behalf. /// /// /// CertificateIdentifier does not refer to an existing certificate. /// /// User already has a DB instance with the given identifier. /// /// DBInstanceIdentifier does not refer to an existing DB instance. /// /// DBParameterGroupName does not refer to an existing DB parameter group. /// /// DBSecurityGroupName does not refer to an existing DB security group. /// /// The DB upgrade failed because a resource the DB depends on could not be modified. /// /// Domain does not refer to an existing Active Directory Domain. /// /// Specified DB instance class is not available in the specified Availability Zone. /// /// The specified DB instance is not in the available state. /// /// The state of the DB security group does not allow deletion. /// /// DB subnet group does not cover all Availability Zones after it is created because /// users' change. /// /// The specified option group could not be found. /// /// Provisioned IOPS not available in the specified Availability Zone. /// /// Request would result in user exceeding the allowed amount of storage available across /// all DB instances. /// /// StorageType specified cannot be associated with the DB Instance. ///
public ModifyDBInstance ( ModifyDBInstanceRequest request ) : ModifyDBInstanceResponse
request ModifyDBInstanceRequest Container for the necessary parameters to execute the ModifyDBInstance service method.
리턴 ModifyDBInstanceResponse

ModifyDBInstanceAsync() 공개 메소드

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

ModifyDBParameterGroup() 공개 메소드

Modifies the parameters of a DB parameter group. To modify more than one parameter, submit a list of the following: ParameterName, ParameterValue, and ApplyMethod. A maximum of 20 parameters can be modified in a single request.

Changes to dynamic parameters are applied immediately. Changes to static parameters require a reboot without failover to the DB instance associated with the parameter group before the change can take effect.

After you modify a DB parameter group, you should wait at least 5 minutes before creating your first DB instance that uses that DB parameter group as the default parameter group. This allows Amazon RDS to fully complete the modify action before the parameter group is used as the default for a new DB instance. This is especially important for parameters that are critical when creating the default database for a DB instance, such as the character set for the default database defined by the character_set_database parameter. You can use the Parameter Groups option of the Amazon RDS console or the DescribeDBParameters command to verify that your DB parameter group has been created or modified.

/// DBParameterGroupName does not refer to an existing DB parameter group. /// /// The DB parameter group cannot be deleted because it is in use. ///
public ModifyDBParameterGroup ( ModifyDBParameterGroupRequest request ) : ModifyDBParameterGroupResponse
request ModifyDBParameterGroupRequest Container for the necessary parameters to execute the ModifyDBParameterGroup service method.
리턴 ModifyDBParameterGroupResponse

ModifyDBParameterGroupAsync() 공개 메소드

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

ModifyDBSnapshotAttribute() 공개 메소드

Adds an attribute and values to, or removes an attribute and values from, a manual DB snapshot.

To share a manual DB snapshot with other AWS accounts, specify restore as the AttributeName and use the ValuesToAdd parameter to add a list of IDs of the AWS accounts that are authorized to restore the manual DB snapshot. Uses the value all to make the manual DB snapshot public, which means it can be copied or restored by all AWS accounts. Do not add the all value for any manual DB snapshots that contain private information that you don't want available to all AWS accounts.

To view which AWS accounts have access to copy or restore a manual DB snapshot, or whether a manual DB snapshot public or private, use the DescribeDBSnapshotAttributes API action.

If the manual DB snapshot is encrypted, it cannot be shared.

/// DBSnapshotIdentifier does not refer to an existing DB snapshot. /// /// The state of the DB snapshot does not allow deletion. /// /// You have exceeded the maximum number of accounts that you can share a manual DB snapshot /// with. ///
public ModifyDBSnapshotAttribute ( ModifyDBSnapshotAttributeRequest request ) : ModifyDBSnapshotAttributeResponse
request ModifyDBSnapshotAttributeRequest Container for the necessary parameters to execute the ModifyDBSnapshotAttribute service method.
리턴 ModifyDBSnapshotAttributeResponse

ModifyDBSnapshotAttributeAsync() 공개 메소드

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

ModifyDBSubnetGroup() 공개 메소드

Modifies an existing DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the region.
/// Subnets in the DB subnet group should cover at least two Availability Zones unless /// there is only one Availability Zone. /// /// DBSubnetGroupName does not refer to an existing DB subnet group. /// /// Request would result in user exceeding the allowed number of subnets in a DB subnet /// groups. /// /// The requested subnet is invalid, or multiple subnets were requested that are not all /// in a common VPC. /// /// The DB subnet is already in use in the Availability Zone. ///
public ModifyDBSubnetGroup ( ModifyDBSubnetGroupRequest request ) : ModifyDBSubnetGroupResponse
request ModifyDBSubnetGroupRequest Container for the necessary parameters to execute the ModifyDBSubnetGroup service method.
리턴 ModifyDBSubnetGroupResponse

ModifyDBSubnetGroupAsync() 공개 메소드

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

ModifyEventSubscription() 공개 메소드

Modifies an existing RDS event notification subscription. Note that you cannot modify the source identifiers using this call; to change source identifiers for a subscription, use the AddSourceIdentifierToSubscription and RemoveSourceIdentifierFromSubscription calls.

You can see a list of the event categories for a given SourceType in the Events topic in the Amazon RDS User Guide or by using the DescribeEventCategories action.

/// You have reached the maximum number of event subscriptions. /// /// SNS has responded that there is a problem with the SND topic specified. /// /// You do not have permission to publish to the SNS topic ARN. /// /// The SNS topic ARN does not exist. /// /// The supplied category does not exist. /// /// The subscription name does not exist. ///
public ModifyEventSubscription ( ModifyEventSubscriptionRequest request ) : ModifyEventSubscriptionResponse
request ModifyEventSubscriptionRequest Container for the necessary parameters to execute the ModifyEventSubscription service method.
리턴 ModifyEventSubscriptionResponse

ModifyEventSubscriptionAsync() 공개 메소드

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

ModifyOptionGroup() 공개 메소드

Modifies an existing option group.
/// The option group is not in the available state. /// /// The specified option group could not be found. ///
public ModifyOptionGroup ( ModifyOptionGroupRequest request ) : ModifyOptionGroupResponse
request ModifyOptionGroupRequest Container for the necessary parameters to execute the ModifyOptionGroup service method.
리턴 ModifyOptionGroupResponse

ModifyOptionGroupAsync() 공개 메소드

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

PromoteReadReplica() 공개 메소드

Promotes a Read Replica DB instance to a standalone DB instance.

We recommend that you enable automated backups on your Read Replica before promoting the Read Replica. This ensures that no backup is taken during the promotion process. Once the instance is promoted to a primary instance, backups are taken based on your backup settings.

/// DBInstanceIdentifier does not refer to an existing DB instance. /// /// The specified DB instance is not in the available state. ///
public PromoteReadReplica ( PromoteReadReplicaRequest request ) : PromoteReadReplicaResponse
request PromoteReadReplicaRequest Container for the necessary parameters to execute the PromoteReadReplica service method.
리턴 PromoteReadReplicaResponse

PromoteReadReplicaAsync() 공개 메소드

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

PromoteReadReplicaDBCluster() 공개 메소드

Promotes a Read Replica DB cluster to a standalone DB cluster.
/// DBClusterIdentifier does not refer to an existing DB cluster. /// /// The DB cluster is not in a valid state. ///
public PromoteReadReplicaDBCluster ( PromoteReadReplicaDBClusterRequest request ) : PromoteReadReplicaDBClusterResponse
request PromoteReadReplicaDBClusterRequest Container for the necessary parameters to execute the PromoteReadReplicaDBCluster service method.
리턴 PromoteReadReplicaDBClusterResponse

PromoteReadReplicaDBClusterAsync() 공개 메소드

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

PurchaseReservedDBInstancesOffering() 공개 메소드

Purchases a reserved DB instance offering.
/// User already has a reservation with the given identifier. /// /// Request would exceed the user's DB Instance quota. /// /// Specified offering does not exist. ///
public PurchaseReservedDBInstancesOffering ( PurchaseReservedDBInstancesOfferingRequest request ) : PurchaseReservedDBInstancesOfferingResponse
request PurchaseReservedDBInstancesOfferingRequest Container for the necessary parameters to execute the PurchaseReservedDBInstancesOffering service method.
리턴 PurchaseReservedDBInstancesOfferingResponse

PurchaseReservedDBInstancesOfferingAsync() 공개 메소드

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

RebootDBInstance() 공개 메소드

Rebooting a DB instance restarts the database engine service. A reboot also applies to the DB instance any modifications to the associated DB parameter group that were pending. Rebooting a DB instance results in a momentary outage of the instance, during which the DB instance status is set to rebooting. If the RDS instance is configured for MultiAZ, it is possible that the reboot will be conducted through a failover. An Amazon RDS event is created when the reboot is completed.

If your DB instance is deployed in multiple Availability Zones, you can force a failover from one AZ to the other during the reboot. You might force a failover to test the availability of your DB instance deployment or to restore operations to the original AZ after a failover occurs.

The time required to reboot is a function of the specific database engine's crash recovery process. To improve the reboot time, we recommend that you reduce database activities as much as possible during the reboot process to reduce rollback activity for in-transit transactions.

/// DBInstanceIdentifier does not refer to an existing DB instance. /// /// The specified DB instance is not in the available state. ///
public RebootDBInstance ( RebootDBInstanceRequest request ) : RebootDBInstanceResponse
request RebootDBInstanceRequest Container for the necessary parameters to execute the RebootDBInstance service method.
리턴 RebootDBInstanceResponse

RebootDBInstanceAsync() 공개 메소드

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

RemoveRoleFromDBCluster() 공개 메소드

Disassociates an Identity and Access Management (IAM) role from an Aurora DB cluster. For more information, see Authorizing Amazon Aurora to Access Other AWS Services On Your Behalf.
/// DBClusterIdentifier does not refer to an existing DB cluster. /// /// The specified IAM role Amazon Resource Name (ARN) is not associated with the specified /// DB cluster. /// /// The DB cluster is not in a valid state. ///
public RemoveRoleFromDBCluster ( RemoveRoleFromDBClusterRequest request ) : RemoveRoleFromDBClusterResponse
request RemoveRoleFromDBClusterRequest Container for the necessary parameters to execute the RemoveRoleFromDBCluster service method.
리턴 RemoveRoleFromDBClusterResponse

RemoveRoleFromDBClusterAsync() 공개 메소드

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

RemoveSourceIdentifierFromSubscription() 공개 메소드

Removes a source identifier from an existing RDS event notification subscription.
/// The requested source could not be found. /// /// The subscription name does not exist. ///
public RemoveSourceIdentifierFromSubscription ( RemoveSourceIdentifierFromSubscriptionRequest request ) : RemoveSourceIdentifierFromSubscriptionResponse
request RemoveSourceIdentifierFromSubscriptionRequest Container for the necessary parameters to execute the RemoveSourceIdentifierFromSubscription service method.
리턴 RemoveSourceIdentifierFromSubscriptionResponse

RemoveSourceIdentifierFromSubscriptionAsync() 공개 메소드

Initiates the asynchronous execution of the RemoveSourceIdentifierFromSubscription operation.
public RemoveSourceIdentifierFromSubscriptionAsync ( RemoveSourceIdentifierFromSubscriptionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request RemoveSourceIdentifierFromSubscriptionRequest Container for the necessary parameters to execute the RemoveSourceIdentifierFromSubscription 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 an Amazon RDS resource.

For an overview on tagging an Amazon RDS resource, see Tagging Amazon RDS Resources.

/// DBClusterIdentifier does not refer to an existing DB cluster. /// /// DBInstanceIdentifier does not refer to an existing DB instance. /// /// DBSnapshotIdentifier does not refer to an existing DB snapshot. ///
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

ResetDBClusterParameterGroup() 공개 메소드

Modifies the parameters of a DB cluster parameter group to the default value. To reset specific parameters submit a list of the following: ParameterName and ApplyMethod. To reset the entire DB cluster parameter group, specify the DBClusterParameterGroupName and ResetAllParameters parameters.

When resetting the entire group, dynamic parameters are updated immediately and static parameters are set to pending-reboot to take effect on the next DB instance restart or RebootDBInstance request. You must call RebootDBInstance for every DB instance in your DB cluster that you want the updated static parameter to apply to.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

/// DBParameterGroupName does not refer to an existing DB parameter group. /// /// The DB parameter group cannot be deleted because it is in use. ///
public ResetDBClusterParameterGroup ( ResetDBClusterParameterGroupRequest request ) : ResetDBClusterParameterGroupResponse
request ResetDBClusterParameterGroupRequest Container for the necessary parameters to execute the ResetDBClusterParameterGroup service method.
리턴 ResetDBClusterParameterGroupResponse

ResetDBClusterParameterGroupAsync() 공개 메소드

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

ResetDBParameterGroup() 공개 메소드

Modifies the parameters of a DB parameter group to the engine/system default value. To reset specific parameters submit a list of the following: ParameterName and ApplyMethod. To reset the entire DB parameter group, specify the DBParameterGroup name and ResetAllParameters parameters. When resetting the entire group, dynamic parameters are updated immediately and static parameters are set to pending-reboot to take effect on the next DB instance restart or RebootDBInstance request.
/// DBParameterGroupName does not refer to an existing DB parameter group. /// /// The DB parameter group cannot be deleted because it is in use. ///
public ResetDBParameterGroup ( ResetDBParameterGroupRequest request ) : ResetDBParameterGroupResponse
request ResetDBParameterGroupRequest Container for the necessary parameters to execute the ResetDBParameterGroup service method.
리턴 ResetDBParameterGroupResponse

ResetDBParameterGroupAsync() 공개 메소드

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

RestoreDBClusterFromS3() 공개 메소드

Creates an Amazon Aurora DB cluster from data stored in an Amazon S3 bucket. Amazon RDS must be authorized to access the Amazon S3 bucket and the data must be created using the Percona XtraBackup utility as described in Migrating Data from MySQL by Using an Amazon S3 Bucket.
/// User already has a DB cluster with the given identifier. /// /// DBClusterIdentifier does not refer to an existing DB cluster. /// /// DBClusterParameterGroupName does not refer to an existing DB Cluster parameter /// group. /// /// User attempted to create a new DB cluster and the user has already reached the maximum /// allowed DB cluster quota. /// /// DBSubnetGroupName does not refer to an existing DB subnet group. /// /// There is insufficient storage available for the current action. You may be able to /// resolve this error by updating your subnet group to use different Availability Zones /// that have more storage available. /// /// The DB cluster is not in a valid state. /// /// The DB subnet group cannot be deleted because it is in use. /// /// The specified Amazon S3 bucket name could not be found or Amazon RDS is not authorized /// to access the specified Amazon S3 bucket. Verify the SourceS3BucketName and /// S3IngestionRoleArn values and try again. /// /// The requested subnet is invalid, or multiple subnets were requested that are not all /// in a common VPC. /// /// DB subnet group does not cover all Availability Zones after it is created because /// users' change. /// /// Error accessing KMS key. /// /// Request would result in user exceeding the allowed amount of storage available across /// all DB instances. ///
public RestoreDBClusterFromS3 ( RestoreDBClusterFromS3Request request ) : RestoreDBClusterFromS3Response
request RestoreDBClusterFromS3Request Container for the necessary parameters to execute the RestoreDBClusterFromS3 service method.
리턴 RestoreDBClusterFromS3Response

RestoreDBClusterFromS3Async() 공개 메소드

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

RestoreDBClusterFromSnapshot() 공개 메소드

Creates a new DB cluster from a DB cluster snapshot. The target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

/// User already has a DB cluster with the given identifier. /// /// User attempted to create a new DB cluster and the user has already reached the maximum /// allowed DB cluster quota. /// /// DBClusterSnapshotIdentifier does not refer to an existing DB cluster snapshot. /// /// DBSnapshotIdentifier does not refer to an existing DB snapshot. /// /// DBSubnetGroupName does not refer to an existing DB subnet group. /// /// DBSubnetGroupName does not refer to an existing DB subnet group. /// /// The DB cluster does not have enough capacity for the current operation. /// /// There is insufficient storage available for the current action. You may be able to /// resolve this error by updating your subnet group to use different Availability Zones /// that have more storage available. /// /// The supplied value is not a valid DB cluster snapshot state. /// /// The state of the DB snapshot does not allow deletion. /// /// Cannot restore from vpc backup to non-vpc DB instance. /// /// The requested subnet is invalid, or multiple subnets were requested that are not all /// in a common VPC. /// /// DB subnet group does not cover all Availability Zones after it is created because /// users' change. /// /// Error accessing KMS key. /// /// The specified option group could not be found. /// /// Request would result in user exceeding the allowed amount of storage available across /// all DB instances. /// /// Request would result in user exceeding the allowed amount of storage available across /// all DB instances. ///
public RestoreDBClusterFromSnapshot ( RestoreDBClusterFromSnapshotRequest request ) : RestoreDBClusterFromSnapshotResponse
request RestoreDBClusterFromSnapshotRequest Container for the necessary parameters to execute the RestoreDBClusterFromSnapshot service method.
리턴 RestoreDBClusterFromSnapshotResponse

RestoreDBClusterFromSnapshotAsync() 공개 메소드

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

RestoreDBClusterToPointInTime() 공개 메소드

Restores a DB cluster to an arbitrary point in time. Users can restore to any point in time before LatestRestorableTime for up to BackupRetentionPeriod days. The target DB cluster is created from the source DB cluster with the same configuration as the original DB cluster, except that the new DB cluster is created with the default DB security group.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

/// User already has a DB cluster with the given identifier. /// /// DBClusterIdentifier does not refer to an existing DB cluster. /// /// User attempted to create a new DB cluster and the user has already reached the maximum /// allowed DB cluster quota. /// /// DBClusterSnapshotIdentifier does not refer to an existing DB cluster snapshot. /// /// DBSubnetGroupName does not refer to an existing DB subnet group. /// /// DBSubnetGroupName does not refer to an existing DB subnet group. /// /// The DB cluster does not have enough capacity for the current operation. /// /// There is insufficient storage available for the current action. You may be able to /// resolve this error by updating your subnet group to use different Availability Zones /// that have more storage available. /// /// The supplied value is not a valid DB cluster snapshot state. /// /// The state of the DB snapshot does not allow deletion. /// /// Cannot restore from vpc backup to non-vpc DB instance. /// /// The requested subnet is invalid, or multiple subnets were requested that are not all /// in a common VPC. /// /// DB subnet group does not cover all Availability Zones after it is created because /// users' change. /// /// Error accessing KMS key. /// /// The specified option group could not be found. /// /// Request would result in user exceeding the allowed amount of storage available across /// all DB instances. /// /// Request would result in user exceeding the allowed amount of storage available across /// all DB instances. ///
public RestoreDBClusterToPointInTime ( RestoreDBClusterToPointInTimeRequest request ) : RestoreDBClusterToPointInTimeResponse
request RestoreDBClusterToPointInTimeRequest Container for the necessary parameters to execute the RestoreDBClusterToPointInTime service method.
리턴 RestoreDBClusterToPointInTimeResponse

RestoreDBClusterToPointInTimeAsync() 공개 메소드

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

RestoreDBInstanceFromDBSnapshot() 공개 메소드

Creates a new DB instance from a DB snapshot. The target database is created from the source database restore point with the most of original configuration with the default security group and the default DB parameter group. By default, the new DB instance is created as a single-AZ deployment except when the instance is a SQL Server instance that has an option group that is associated with mirroring; in this case, the instance becomes a mirrored AZ deployment and not a single-AZ deployment.

If your intent is to replace your original DB instance with the new, restored DB instance, then rename your original DB instance before you call the RestoreDBInstanceFromDBSnapshot action. RDS does not allow two DB instances with the same name. Once you have renamed your original DB instance with a different identifier, then you can pass the original name of the DB instance as the DBInstanceIdentifier in the call to the RestoreDBInstanceFromDBSnapshot action. The result is that you will replace the original DB instance with the DB instance created from the snapshot.

If you are restoring from a shared manual DB snapshot, the DBSnapshotIdentifier must be the ARN of the shared DB snapshot.

/// Specified CIDRIP or EC2 security group is not authorized for the specified DB security /// group. /// /// /// /// RDS may not also be authorized via IAM to perform necessary actions on your behalf. /// /// /// User already has a DB instance with the given identifier. /// /// DBSecurityGroupName does not refer to an existing DB security group. /// /// DBSnapshotIdentifier does not refer to an existing DB snapshot. /// /// Subnets in the DB subnet group should cover at least two Availability Zones unless /// there is only one Availability Zone. /// /// DBSubnetGroupName does not refer to an existing DB subnet group. /// /// Domain does not refer to an existing Active Directory Domain. /// /// Request would result in user exceeding the allowed number of DB instances. /// /// Specified DB instance class is not available in the specified Availability Zone. /// /// The state of the DB snapshot does not allow deletion. /// /// Cannot restore from vpc backup to non-vpc DB instance. /// /// The requested subnet is invalid, or multiple subnets were requested that are not all /// in a common VPC. /// /// DB subnet group does not cover all Availability Zones after it is created because /// users' change. /// /// Error accessing KMS key. /// /// The specified option group could not be found. /// /// Provisioned IOPS not available in the specified Availability Zone. /// /// Request would result in user exceeding the allowed amount of storage available across /// all DB instances. /// /// StorageType specified cannot be associated with the DB Instance. ///
public RestoreDBInstanceFromDBSnapshot ( RestoreDBInstanceFromDBSnapshotRequest request ) : RestoreDBInstanceFromDBSnapshotResponse
request RestoreDBInstanceFromDBSnapshotRequest Container for the necessary parameters to execute the RestoreDBInstanceFromDBSnapshot service method.
리턴 RestoreDBInstanceFromDBSnapshotResponse

RestoreDBInstanceFromDBSnapshotAsync() 공개 메소드

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

RestoreDBInstanceToPointInTime() 공개 메소드

Restores a DB instance to an arbitrary point in time. You can restore to any point in time before the time identified by the LatestRestorableTime property. You can restore to a point up to the number of days specified by the BackupRetentionPeriod property.

The target database is created with most of the original configuration, but in a system-selected availability zone, with the default security group, the default subnet group, and the default DB parameter group. By default, the new DB instance is created as a single-AZ deployment except when the instance is a SQL Server instance that has an option group that is associated with mirroring; in this case, the instance becomes a mirrored deployment and not a single-AZ deployment.

/// Specified CIDRIP or EC2 security group is not authorized for the specified DB security /// group. /// /// /// /// RDS may not also be authorized via IAM to perform necessary actions on your behalf. /// /// /// User already has a DB instance with the given identifier. /// /// DBInstanceIdentifier does not refer to an existing DB instance. /// /// DBSecurityGroupName does not refer to an existing DB security group. /// /// Subnets in the DB subnet group should cover at least two Availability Zones unless /// there is only one Availability Zone. /// /// DBSubnetGroupName does not refer to an existing DB subnet group. /// /// Domain does not refer to an existing Active Directory Domain. /// /// Request would result in user exceeding the allowed number of DB instances. /// /// Specified DB instance class is not available in the specified Availability Zone. /// /// The specified DB instance is not in the available state. /// /// Cannot restore from vpc backup to non-vpc DB instance. /// /// The requested subnet is invalid, or multiple subnets were requested that are not all /// in a common VPC. /// /// DB subnet group does not cover all Availability Zones after it is created because /// users' change. /// /// Error accessing KMS key. /// /// The specified option group could not be found. /// /// SourceDBInstanceIdentifier refers to a DB instance with BackupRetentionPeriod /// equal to 0. /// /// Provisioned IOPS not available in the specified Availability Zone. /// /// Request would result in user exceeding the allowed amount of storage available across /// all DB instances. /// /// StorageType specified cannot be associated with the DB Instance. ///
public RestoreDBInstanceToPointInTime ( RestoreDBInstanceToPointInTimeRequest request ) : RestoreDBInstanceToPointInTimeResponse
request RestoreDBInstanceToPointInTimeRequest Container for the necessary parameters to execute the RestoreDBInstanceToPointInTime service method.
리턴 RestoreDBInstanceToPointInTimeResponse

RestoreDBInstanceToPointInTimeAsync() 공개 메소드

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

RevokeDBSecurityGroupIngress() 공개 메소드

Revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 or VPC Security Groups. Required parameters for this API are one of CIDRIP, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId).
/// Specified CIDRIP or EC2 security group is not authorized for the specified DB security /// group. /// /// /// /// RDS may not also be authorized via IAM to perform necessary actions on your behalf. /// /// /// DBSecurityGroupName does not refer to an existing DB security group. /// /// The state of the DB security group does not allow deletion. ///
public RevokeDBSecurityGroupIngress ( RevokeDBSecurityGroupIngressRequest request ) : RevokeDBSecurityGroupIngressResponse
request RevokeDBSecurityGroupIngressRequest Container for the necessary parameters to execute the RevokeDBSecurityGroupIngress service method.
리턴 RevokeDBSecurityGroupIngressResponse

RevokeDBSecurityGroupIngressAsync() 공개 메소드

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