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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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