C# Class 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

Inheritance: AmazonServiceClient, IAmazonRDS
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

CustomizeRuntimePipeline ( RuntimePipeline pipeline ) : void

Customize the pipeline

Dispose ( bool disposing ) : void

Disposes the service client.

Method Details

AddRoleToDBCluster() public méthode

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.
Résultat AddRoleToDBClusterResponse

AddRoleToDBClusterAsync() public méthode

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. ///
Résultat Task

AddSourceIdentifierToSubscription() public méthode

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.
Résultat Amazon.RDS.Model.AddSourceIdentifierToSubscriptionResponse

AddSourceIdentifierToSubscriptionAsync() public méthode

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. ///
Résultat Task

AddTagsToResource() public méthode

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.
Résultat Amazon.RDS.Model.AddTagsToResourceResponse

AddTagsToResourceAsync() public méthode

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. ///
Résultat Task

AmazonRDSClient() public méthode

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
Résultat System

AmazonRDSClient() public méthode

Constructs AmazonRDSClient with AWS Credentials
public AmazonRDSClient ( AWSCredentials credentials ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
Résultat System

AmazonRDSClient() public méthode

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
Résultat System

AmazonRDSClient() public méthode

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

AmazonRDSClient() public méthode

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
Résultat System

AmazonRDSClient() public méthode

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.
Résultat System

AmazonRDSClient() public méthode

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
Résultat System

AmazonRDSClient() public méthode

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
Résultat System

AmazonRDSClient() public méthode

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.
Résultat System

AmazonRDSClient() public méthode

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
Résultat System

AmazonRDSClient() public méthode

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
Résultat System

AmazonRDSClient() public méthode

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.
Résultat System

ApplyPendingMaintenanceAction() public méthode

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.
Résultat Amazon.RDS.Model.ApplyPendingMaintenanceActionResponse

ApplyPendingMaintenanceActionAsync() public méthode

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. ///
Résultat Task

AuthorizeDBSecurityGroupIngress() public méthode

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.
Résultat Amazon.RDS.Model.AuthorizeDBSecurityGroupIngressResponse

AuthorizeDBSecurityGroupIngressAsync() public méthode

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. ///
Résultat Task

BeginAddRoleToDBCluster() public méthode

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.
Résultat IAsyncResult

BeginAddSourceIdentifierToSubscription() public méthode

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.
Résultat IAsyncResult

BeginAddTagsToResource() public méthode

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.
Résultat IAsyncResult

BeginApplyPendingMaintenanceAction() public méthode

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.
Résultat IAsyncResult

BeginAuthorizeDBSecurityGroupIngress() public méthode

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.
Résultat IAsyncResult

BeginCopyDBClusterParameterGroup() public méthode

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.
Résultat IAsyncResult

BeginCopyDBClusterSnapshot() public méthode

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.
Résultat IAsyncResult

BeginCopyDBParameterGroup() public méthode

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.
Résultat IAsyncResult

BeginCopyDBSnapshot() public méthode

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.
Résultat IAsyncResult

BeginCopyOptionGroup() public méthode

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.
Résultat IAsyncResult

BeginCreateDBCluster() public méthode

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.
Résultat IAsyncResult

BeginCreateDBClusterParameterGroup() public méthode

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.
Résultat IAsyncResult

BeginCreateDBClusterSnapshot() public méthode

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.
Résultat IAsyncResult

BeginCreateDBInstance() public méthode

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.
Résultat IAsyncResult

BeginCreateDBInstanceReadReplica() public méthode

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.
Résultat IAsyncResult

BeginCreateDBParameterGroup() public méthode

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.
Résultat IAsyncResult

BeginCreateDBSecurityGroup() public méthode

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.
Résultat IAsyncResult

BeginCreateDBSnapshot() public méthode

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.
Résultat IAsyncResult

BeginCreateDBSubnetGroup() public méthode

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.
Résultat IAsyncResult

BeginCreateEventSubscription() public méthode

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.
Résultat IAsyncResult

BeginCreateOptionGroup() public méthode

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.
Résultat IAsyncResult

BeginDeleteDBCluster() public méthode

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.
Résultat IAsyncResult

BeginDeleteDBClusterParameterGroup() public méthode

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.
Résultat IAsyncResult

BeginDeleteDBClusterSnapshot() public méthode

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.
Résultat IAsyncResult

BeginDeleteDBInstance() public méthode

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.
Résultat IAsyncResult

BeginDeleteDBParameterGroup() public méthode

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.
Résultat IAsyncResult

BeginDeleteDBSecurityGroup() public méthode

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.
Résultat IAsyncResult

BeginDeleteDBSnapshot() public méthode

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.
Résultat IAsyncResult

BeginDeleteDBSubnetGroup() public méthode

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.
Résultat IAsyncResult

BeginDeleteEventSubscription() public méthode

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.
Résultat IAsyncResult

BeginDeleteOptionGroup() public méthode

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.
Résultat IAsyncResult

BeginDescribeAccountAttributes() public méthode

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.
Résultat IAsyncResult

BeginDescribeCertificates() public méthode

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.
Résultat IAsyncResult

BeginDescribeDBClusterParameterGroups() public méthode

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.
Résultat IAsyncResult

BeginDescribeDBClusterParameters() public méthode

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.
Résultat IAsyncResult

BeginDescribeDBClusterSnapshotAttributes() public méthode

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.
Résultat IAsyncResult

BeginDescribeDBClusterSnapshots() public méthode

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.
Résultat IAsyncResult

BeginDescribeDBClusters() public méthode

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.
Résultat IAsyncResult

BeginDescribeDBEngineVersions() public méthode

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.
Résultat IAsyncResult

BeginDescribeDBInstances() public méthode

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.
Résultat IAsyncResult

BeginDescribeDBLogFiles() public méthode

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.
Résultat IAsyncResult

BeginDescribeDBParameterGroups() public méthode

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.
Résultat IAsyncResult

BeginDescribeDBParameters() public méthode

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.
Résultat IAsyncResult

BeginDescribeDBSecurityGroups() public méthode

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.
Résultat IAsyncResult

BeginDescribeDBSnapshotAttributes() public méthode

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.
Résultat IAsyncResult

BeginDescribeDBSnapshots() public méthode

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.
Résultat IAsyncResult

BeginDescribeDBSubnetGroups() public méthode

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.
Résultat IAsyncResult

BeginDescribeEngineDefaultClusterParameters() public méthode

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.
Résultat IAsyncResult

BeginDescribeEngineDefaultParameters() public méthode

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.
Résultat IAsyncResult

BeginDescribeEventCategories() public méthode

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.
Résultat IAsyncResult

BeginDescribeEventSubscriptions() public méthode

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.
Résultat IAsyncResult

BeginDescribeEvents() public méthode

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.
Résultat IAsyncResult

BeginDescribeOptionGroupOptions() public méthode

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.
Résultat IAsyncResult

BeginDescribeOptionGroups() public méthode

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.
Résultat IAsyncResult

BeginDescribeOrderableDBInstanceOptions() public méthode

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.
Résultat IAsyncResult

BeginDescribePendingMaintenanceActions() public méthode

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.
Résultat IAsyncResult

BeginDescribeReservedDBInstances() public méthode

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.
Résultat IAsyncResult

BeginDescribeReservedDBInstancesOfferings() public méthode

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.
Résultat IAsyncResult

BeginDescribeSourceRegions() public méthode

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.
Résultat IAsyncResult

BeginDownloadDBLogFilePortion() public méthode

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.
Résultat IAsyncResult

BeginFailoverDBCluster() public méthode

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.
Résultat IAsyncResult

BeginListTagsForResource() public méthode

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.
Résultat IAsyncResult

BeginModifyDBCluster() public méthode

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.
Résultat IAsyncResult

BeginModifyDBClusterParameterGroup() public méthode

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.
Résultat IAsyncResult

BeginModifyDBClusterSnapshotAttribute() public méthode

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.
Résultat IAsyncResult

BeginModifyDBInstance() public méthode

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.
Résultat IAsyncResult

BeginModifyDBParameterGroup() public méthode

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.
Résultat IAsyncResult

BeginModifyDBSnapshotAttribute() public méthode

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.
Résultat IAsyncResult

BeginModifyDBSubnetGroup() public méthode

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.
Résultat IAsyncResult

BeginModifyEventSubscription() public méthode

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.
Résultat IAsyncResult

BeginModifyOptionGroup() public méthode

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.
Résultat IAsyncResult

BeginPromoteReadReplica() public méthode

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.
Résultat IAsyncResult

BeginPromoteReadReplicaDBCluster() public méthode

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.
Résultat IAsyncResult

BeginPurchaseReservedDBInstancesOffering() public méthode

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.
Résultat IAsyncResult

BeginRebootDBInstance() public méthode

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.
Résultat IAsyncResult

BeginRemoveRoleFromDBCluster() public méthode

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.
Résultat IAsyncResult

BeginRemoveSourceIdentifierFromSubscription() public méthode

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.
Résultat IAsyncResult

BeginRemoveTagsFromResource() public méthode

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.
Résultat IAsyncResult

BeginResetDBClusterParameterGroup() public méthode

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.
Résultat IAsyncResult

BeginResetDBParameterGroup() public méthode

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.
Résultat IAsyncResult

BeginRestoreDBClusterFromS3() public méthode

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.
Résultat IAsyncResult

BeginRestoreDBClusterFromSnapshot() public méthode

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.
Résultat IAsyncResult

BeginRestoreDBClusterToPointInTime() public méthode

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.
Résultat IAsyncResult

BeginRestoreDBInstanceFromDBSnapshot() public méthode

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.
Résultat IAsyncResult

BeginRestoreDBInstanceToPointInTime() public méthode

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.
Résultat IAsyncResult

BeginRevokeDBSecurityGroupIngress() public méthode

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.
Résultat IAsyncResult

CopyDBClusterParameterGroup() public méthode

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.
Résultat Amazon.RDS.Model.CopyDBClusterParameterGroupResponse

CopyDBClusterParameterGroupAsync() public méthode

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. ///
Résultat Task

CopyDBClusterSnapshot() public méthode

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.
Résultat Amazon.RDS.Model.CopyDBClusterSnapshotResponse

CopyDBClusterSnapshotAsync() public méthode

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. ///
Résultat Task

CopyDBParameterGroup() public méthode

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.
Résultat Amazon.RDS.Model.CopyDBParameterGroupResponse

CopyDBParameterGroupAsync() public méthode

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. ///
Résultat Task

CopyDBSnapshot() public méthode

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.
Résultat Amazon.RDS.Model.CopyDBSnapshotResponse

CopyDBSnapshotAsync() public méthode

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. ///
Résultat Task

CopyOptionGroup() public méthode

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.
Résultat Amazon.RDS.Model.CopyOptionGroupResponse

CopyOptionGroupAsync() public méthode

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. ///
Résultat Task

CreateDBCluster() public méthode

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.
Résultat Amazon.RDS.Model.CreateDBClusterResponse

CreateDBClusterAsync() public méthode

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. ///
Résultat Task

CreateDBClusterParameterGroup() public méthode

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.
Résultat Amazon.RDS.Model.CreateDBClusterParameterGroupResponse

CreateDBClusterParameterGroupAsync() public méthode

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. ///
Résultat Task

CreateDBClusterSnapshot() public méthode

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.
Résultat Amazon.RDS.Model.CreateDBClusterSnapshotResponse

CreateDBClusterSnapshotAsync() public méthode

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. ///
Résultat Task

CreateDBInstance() public méthode

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.
Résultat Amazon.RDS.Model.CreateDBInstanceResponse

CreateDBInstanceAsync() public méthode

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. ///
Résultat Task

CreateDBInstanceReadReplica() public méthode

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.
Résultat Amazon.RDS.Model.CreateDBInstanceReadReplicaResponse

CreateDBInstanceReadReplicaAsync() public méthode

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. ///
Résultat Task

CreateDBParameterGroup() public méthode

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.
Résultat Amazon.RDS.Model.CreateDBParameterGroupResponse

CreateDBParameterGroupAsync() public méthode

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. ///
Résultat Task

CreateDBSecurityGroup() public méthode

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.
Résultat Amazon.RDS.Model.CreateDBSecurityGroupResponse

CreateDBSecurityGroupAsync() public méthode

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. ///
Résultat Task

CreateDBSnapshot() public méthode

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.
Résultat Amazon.RDS.Model.CreateDBSnapshotResponse

CreateDBSnapshotAsync() public méthode

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. ///
Résultat Task

CreateDBSubnetGroup() public méthode

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.
Résultat Amazon.RDS.Model.CreateDBSubnetGroupResponse

CreateDBSubnetGroupAsync() public méthode

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. ///
Résultat Task

CreateEventSubscription() public méthode

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.
Résultat Amazon.RDS.Model.CreateEventSubscriptionResponse

CreateEventSubscriptionAsync() public méthode

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. ///
Résultat Task

CreateOptionGroup() public méthode

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.
Résultat Amazon.RDS.Model.CreateOptionGroupResponse

CreateOptionGroupAsync() public méthode

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. ///
Résultat Task

CreateSigner() protected méthode

Creates the signer for the service.
protected CreateSigner ( ) : AbstractAWSSigner
Résultat Amazon.Runtime.Internal.Auth.AbstractAWSSigner

CustomizeRuntimePipeline() protected méthode

Customize the pipeline
protected CustomizeRuntimePipeline ( RuntimePipeline pipeline ) : void
pipeline RuntimePipeline
Résultat void

DeleteDBCluster() public méthode

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.
Résultat Amazon.RDS.Model.DeleteDBClusterResponse

DeleteDBClusterAsync() public méthode

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. ///
Résultat Task

DeleteDBClusterParameterGroup() public méthode

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.
Résultat DeleteDBClusterParameterGroupResponse

DeleteDBClusterParameterGroupAsync() public méthode

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. ///
Résultat Task

DeleteDBClusterSnapshot() public méthode

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.
Résultat Amazon.RDS.Model.DeleteDBClusterSnapshotResponse

DeleteDBClusterSnapshotAsync() public méthode

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. ///
Résultat Task

DeleteDBInstance() public méthode

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.
Résultat Amazon.RDS.Model.DeleteDBInstanceResponse

DeleteDBInstanceAsync() public méthode

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. ///
Résultat Task

DeleteDBParameterGroup() public méthode

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.
Résultat Amazon.RDS.Model.DeleteDBParameterGroupResponse

DeleteDBParameterGroupAsync() public méthode

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. ///
Résultat Task

DeleteDBSecurityGroup() public méthode

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.
Résultat Amazon.RDS.Model.DeleteDBSecurityGroupResponse

DeleteDBSecurityGroupAsync() public méthode

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. ///
Résultat Task

DeleteDBSnapshot() public méthode

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.
Résultat Amazon.RDS.Model.DeleteDBSnapshotResponse

DeleteDBSnapshotAsync() public méthode

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. ///
Résultat Task

DeleteDBSubnetGroup() public méthode

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.
Résultat Amazon.RDS.Model.DeleteDBSubnetGroupResponse

DeleteDBSubnetGroupAsync() public méthode

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. ///
Résultat Task

DeleteEventSubscription() public méthode

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.
Résultat Amazon.RDS.Model.DeleteEventSubscriptionResponse

DeleteEventSubscriptionAsync() public méthode

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. ///
Résultat Task

DeleteOptionGroup() public méthode

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.
Résultat Amazon.RDS.Model.DeleteOptionGroupResponse

DeleteOptionGroupAsync() public méthode

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. ///
Résultat Task

DescribeAccountAttributes() public méthode

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
Résultat Amazon.RDS.Model.DescribeAccountAttributesResponse

DescribeAccountAttributes() public méthode

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.
Résultat Amazon.RDS.Model.DescribeAccountAttributesResponse

DescribeAccountAttributesAsync() public méthode

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. ///
Résultat Task

DescribeAccountAttributesAsync() public méthode

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. ///
Résultat Task

DescribeCertificates() public méthode

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.
Résultat Amazon.RDS.Model.DescribeCertificatesResponse

DescribeCertificatesAsync() public méthode

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. ///
Résultat Task

DescribeDBClusterParameterGroups() public méthode

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.
Résultat Amazon.RDS.Model.DescribeDBClusterParameterGroupsResponse

DescribeDBClusterParameterGroupsAsync() public méthode

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. ///
Résultat Task

DescribeDBClusterParameters() public méthode

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.
Résultat Amazon.RDS.Model.DescribeDBClusterParametersResponse

DescribeDBClusterParametersAsync() public méthode

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. ///
Résultat Task

DescribeDBClusterSnapshotAttributes() public méthode

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.
Résultat Amazon.RDS.Model.DescribeDBClusterSnapshotAttributesResponse

DescribeDBClusterSnapshotAttributesAsync() public méthode

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. ///
Résultat Task

DescribeDBClusterSnapshots() public méthode

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.
Résultat Amazon.RDS.Model.DescribeDBClusterSnapshotsResponse

DescribeDBClusterSnapshotsAsync() public méthode

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. ///
Résultat Task

DescribeDBClusters() public méthode

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.
Résultat Amazon.RDS.Model.DescribeDBClustersResponse

DescribeDBClustersAsync() public méthode

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. ///
Résultat Task

DescribeDBEngineVersions() public méthode

Returns a list of the available DB engines.
public DescribeDBEngineVersions ( ) : DescribeDBEngineVersionsResponse
Résultat Amazon.RDS.Model.DescribeDBEngineVersionsResponse

DescribeDBEngineVersions() public méthode

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.
Résultat Amazon.RDS.Model.DescribeDBEngineVersionsResponse

DescribeDBEngineVersionsAsync() public méthode

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. ///
Résultat Task

DescribeDBEngineVersionsAsync() public méthode

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. ///
Résultat Task

DescribeDBInstances() public méthode

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

DescribeDBInstances() public méthode

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.
Résultat Amazon.RDS.Model.DescribeDBInstancesResponse

DescribeDBInstancesAsync() public méthode

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. ///
Résultat Task

DescribeDBInstancesAsync() public méthode

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. ///
Résultat Task

DescribeDBLogFiles() public méthode

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.
Résultat Amazon.RDS.Model.DescribeDBLogFilesResponse

DescribeDBLogFilesAsync() public méthode

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. ///
Résultat Task

DescribeDBParameterGroups() public méthode

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
Résultat Amazon.RDS.Model.DescribeDBParameterGroupsResponse

DescribeDBParameterGroups() public méthode

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.
Résultat Amazon.RDS.Model.DescribeDBParameterGroupsResponse

DescribeDBParameterGroupsAsync() public méthode

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. ///
Résultat Task

DescribeDBParameterGroupsAsync() public méthode

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. ///
Résultat Task

DescribeDBParameters() public méthode

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.
Résultat Amazon.RDS.Model.DescribeDBParametersResponse

DescribeDBParametersAsync() public méthode

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. ///
Résultat Task

DescribeDBSecurityGroups() public méthode

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
Résultat Amazon.RDS.Model.DescribeDBSecurityGroupsResponse

DescribeDBSecurityGroups() public méthode

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.
Résultat Amazon.RDS.Model.DescribeDBSecurityGroupsResponse

DescribeDBSecurityGroupsAsync() public méthode

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. ///
Résultat Task

DescribeDBSecurityGroupsAsync() public méthode

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. ///
Résultat Task

DescribeDBSnapshotAttributes() public méthode

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.
Résultat Amazon.RDS.Model.DescribeDBSnapshotAttributesResponse

DescribeDBSnapshotAttributesAsync() public méthode

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. ///
Résultat Task

DescribeDBSnapshots() public méthode

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
Résultat Amazon.RDS.Model.DescribeDBSnapshotsResponse

DescribeDBSnapshots() public méthode

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.
Résultat Amazon.RDS.Model.DescribeDBSnapshotsResponse

DescribeDBSnapshotsAsync() public méthode

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. ///
Résultat Task

DescribeDBSnapshotsAsync() public méthode

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. ///
Résultat Task

DescribeDBSubnetGroups() public méthode

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
Résultat Amazon.RDS.Model.DescribeDBSubnetGroupsResponse

DescribeDBSubnetGroups() public méthode

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.
Résultat Amazon.RDS.Model.DescribeDBSubnetGroupsResponse

DescribeDBSubnetGroupsAsync() public méthode

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. ///
Résultat Task

DescribeDBSubnetGroupsAsync() public méthode

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. ///
Résultat Task

DescribeEngineDefaultClusterParameters() public méthode

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.
Résultat Amazon.RDS.Model.DescribeEngineDefaultClusterParametersResponse

DescribeEngineDefaultClusterParametersAsync() public méthode

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. ///
Résultat Task

DescribeEngineDefaultParameters() public méthode

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.
Résultat Amazon.RDS.Model.DescribeEngineDefaultParametersResponse

DescribeEngineDefaultParametersAsync() public méthode

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. ///
Résultat Task

DescribeEventCategories() public méthode

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
Résultat Amazon.RDS.Model.DescribeEventCategoriesResponse

DescribeEventCategories() public méthode

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.
Résultat Amazon.RDS.Model.DescribeEventCategoriesResponse

DescribeEventCategoriesAsync() public méthode

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. ///
Résultat Task

DescribeEventCategoriesAsync() public méthode

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. ///
Résultat Task

DescribeEventSubscriptions() public méthode

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
Résultat Amazon.RDS.Model.DescribeEventSubscriptionsResponse

DescribeEventSubscriptions() public méthode

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.
Résultat Amazon.RDS.Model.DescribeEventSubscriptionsResponse

DescribeEventSubscriptionsAsync() public méthode

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. ///
Résultat Task

DescribeEventSubscriptionsAsync() public méthode

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. ///
Résultat Task

DescribeEvents() public méthode

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
Résultat Amazon.RDS.Model.DescribeEventsResponse

DescribeEvents() public méthode

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.
Résultat Amazon.RDS.Model.DescribeEventsResponse

DescribeEventsAsync() public méthode

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. ///
Résultat Task

DescribeEventsAsync() public méthode

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. ///
Résultat Task

DescribeOptionGroupOptions() public méthode

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.
Résultat Amazon.RDS.Model.DescribeOptionGroupOptionsResponse

DescribeOptionGroupOptionsAsync() public méthode

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. ///
Résultat Task

DescribeOptionGroups() public méthode

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

DescribeOptionGroups() public méthode

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.
Résultat Amazon.RDS.Model.DescribeOptionGroupsResponse

DescribeOptionGroupsAsync() public méthode

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. ///
Résultat Task

DescribeOptionGroupsAsync() public méthode

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. ///
Résultat Task

DescribeOrderableDBInstanceOptions() public méthode

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.
Résultat Amazon.RDS.Model.DescribeOrderableDBInstanceOptionsResponse

DescribeOrderableDBInstanceOptionsAsync() public méthode

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. ///
Résultat Task

DescribePendingMaintenanceActions() public méthode

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.
Résultat Amazon.RDS.Model.DescribePendingMaintenanceActionsResponse

DescribePendingMaintenanceActionsAsync() public méthode

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. ///
Résultat Task

DescribeReservedDBInstances() public méthode

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
Résultat Amazon.RDS.Model.DescribeReservedDBInstancesResponse

DescribeReservedDBInstances() public méthode

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.
Résultat Amazon.RDS.Model.DescribeReservedDBInstancesResponse

DescribeReservedDBInstancesAsync() public méthode

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. ///
Résultat Task

DescribeReservedDBInstancesAsync() public méthode

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. ///
Résultat Task

DescribeReservedDBInstancesOfferings() public méthode

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

DescribeReservedDBInstancesOfferings() public méthode

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.
Résultat Amazon.RDS.Model.DescribeReservedDBInstancesOfferingsResponse

DescribeReservedDBInstancesOfferingsAsync() public méthode

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. ///
Résultat Task

DescribeReservedDBInstancesOfferingsAsync() public méthode

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. ///
Résultat Task

DescribeSourceRegions() public méthode

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.
Résultat Amazon.RDS.Model.DescribeSourceRegionsResponse

DescribeSourceRegionsAsync() public méthode

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. ///
Résultat Task

Dispose() protected méthode

Disposes the service client.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

DownloadDBLogFilePortion() public méthode

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.
Résultat Amazon.RDS.Model.DownloadDBLogFilePortionResponse

DownloadDBLogFilePortionAsync() public méthode

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. ///
Résultat Task

EndAddRoleToDBCluster() public méthode

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

EndAddSourceIdentifierToSubscription() public méthode

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

EndAddTagsToResource() public méthode

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.
Résultat Amazon.RDS.Model.AddTagsToResourceResponse

EndApplyPendingMaintenanceAction() public méthode

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

EndAuthorizeDBSecurityGroupIngress() public méthode

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

EndCopyDBClusterParameterGroup() public méthode

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

EndCopyDBClusterSnapshot() public méthode

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

EndCopyDBParameterGroup() public méthode

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

EndCopyDBSnapshot() public méthode

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

EndCopyOptionGroup() public méthode

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

EndCreateDBCluster() public méthode

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

EndCreateDBClusterParameterGroup() public méthode

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

EndCreateDBClusterSnapshot() public méthode

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

EndCreateDBInstance() public méthode

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

EndCreateDBInstanceReadReplica() public méthode

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

EndCreateDBParameterGroup() public méthode

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

EndCreateDBSecurityGroup() public méthode

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

EndCreateDBSnapshot() public méthode

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

EndCreateDBSubnetGroup() public méthode

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

EndCreateEventSubscription() public méthode

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

EndCreateOptionGroup() public méthode

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

EndDeleteDBCluster() public méthode

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

EndDeleteDBClusterParameterGroup() public méthode

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

EndDeleteDBClusterSnapshot() public méthode

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

EndDeleteDBInstance() public méthode

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

EndDeleteDBParameterGroup() public méthode

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

EndDeleteDBSecurityGroup() public méthode

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

EndDeleteDBSnapshot() public méthode

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

EndDeleteDBSubnetGroup() public méthode

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

EndDeleteEventSubscription() public méthode

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

EndDeleteOptionGroup() public méthode

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

EndDescribeAccountAttributes() public méthode

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

EndDescribeCertificates() public méthode

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

EndDescribeDBClusterParameterGroups() public méthode

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

EndDescribeDBClusterParameters() public méthode

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

EndDescribeDBClusterSnapshotAttributes() public méthode

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

EndDescribeDBClusterSnapshots() public méthode

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

EndDescribeDBClusters() public méthode

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

EndDescribeDBEngineVersions() public méthode

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

EndDescribeDBInstances() public méthode

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

EndDescribeDBLogFiles() public méthode

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

EndDescribeDBParameterGroups() public méthode

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

EndDescribeDBParameters() public méthode

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

EndDescribeDBSecurityGroups() public méthode

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

EndDescribeDBSnapshotAttributes() public méthode

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

EndDescribeDBSnapshots() public méthode

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

EndDescribeDBSubnetGroups() public méthode

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

EndDescribeEngineDefaultClusterParameters() public méthode

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

EndDescribeEngineDefaultParameters() public méthode

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

EndDescribeEventCategories() public méthode

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

EndDescribeEventSubscriptions() public méthode

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

EndDescribeEvents() public méthode

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

EndDescribeOptionGroupOptions() public méthode

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

EndDescribeOptionGroups() public méthode

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

EndDescribeOrderableDBInstanceOptions() public méthode

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

EndDescribePendingMaintenanceActions() public méthode

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

EndDescribeReservedDBInstances() public méthode

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

EndDescribeReservedDBInstancesOfferings() public méthode

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

EndDescribeSourceRegions() public méthode

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

EndDownloadDBLogFilePortion() public méthode

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

EndFailoverDBCluster() public méthode

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

EndListTagsForResource() public méthode

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

EndModifyDBCluster() public méthode

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

EndModifyDBClusterParameterGroup() public méthode

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

EndModifyDBClusterSnapshotAttribute() public méthode

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

EndModifyDBInstance() public méthode

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

EndModifyDBParameterGroup() public méthode

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

EndModifyDBSnapshotAttribute() public méthode

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

EndModifyDBSubnetGroup() public méthode

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

EndModifyEventSubscription() public méthode

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

EndModifyOptionGroup() public méthode

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

EndPromoteReadReplica() public méthode

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

EndPromoteReadReplicaDBCluster() public méthode

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

EndPurchaseReservedDBInstancesOffering() public méthode

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

EndRebootDBInstance() public méthode

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

EndRemoveRoleFromDBCluster() public méthode

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

EndRemoveSourceIdentifierFromSubscription() public méthode

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

EndRemoveTagsFromResource() public méthode

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

EndResetDBClusterParameterGroup() public méthode

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

EndResetDBParameterGroup() public méthode

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

EndRestoreDBClusterFromS3() public méthode

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

EndRestoreDBClusterFromSnapshot() public méthode

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

EndRestoreDBClusterToPointInTime() public méthode

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

EndRestoreDBInstanceFromDBSnapshot() public méthode

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

EndRestoreDBInstanceToPointInTime() public méthode

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

EndRevokeDBSecurityGroupIngress() public méthode

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

FailoverDBCluster() public méthode

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.
Résultat FailoverDBClusterResponse

FailoverDBClusterAsync() public méthode

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. ///
Résultat Task

ListTagsForResource() public méthode

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.
Résultat ListTagsForResourceResponse

ListTagsForResourceAsync() public méthode

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. ///
Résultat Task

ModifyDBCluster() public méthode

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.
Résultat ModifyDBClusterResponse

ModifyDBClusterAsync() public méthode

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. ///
Résultat Task

ModifyDBClusterParameterGroup() public méthode

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.
Résultat ModifyDBClusterParameterGroupResponse

ModifyDBClusterParameterGroupAsync() public méthode

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. ///
Résultat Task

ModifyDBClusterSnapshotAttribute() public méthode

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.
Résultat ModifyDBClusterSnapshotAttributeResponse

ModifyDBClusterSnapshotAttributeAsync() public méthode

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. ///
Résultat Task

ModifyDBInstance() public méthode

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.
Résultat ModifyDBInstanceResponse

ModifyDBInstanceAsync() public méthode

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. ///
Résultat Task

ModifyDBParameterGroup() public méthode

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.
Résultat ModifyDBParameterGroupResponse

ModifyDBParameterGroupAsync() public méthode

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. ///
Résultat Task

ModifyDBSnapshotAttribute() public méthode

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.
Résultat ModifyDBSnapshotAttributeResponse

ModifyDBSnapshotAttributeAsync() public méthode

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. ///
Résultat Task

ModifyDBSubnetGroup() public méthode

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.
Résultat ModifyDBSubnetGroupResponse

ModifyDBSubnetGroupAsync() public méthode

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. ///
Résultat Task

ModifyEventSubscription() public méthode

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.
Résultat ModifyEventSubscriptionResponse

ModifyEventSubscriptionAsync() public méthode

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. ///
Résultat Task

ModifyOptionGroup() public méthode

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.
Résultat ModifyOptionGroupResponse

ModifyOptionGroupAsync() public méthode

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. ///
Résultat Task

PromoteReadReplica() public méthode

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.
Résultat PromoteReadReplicaResponse

PromoteReadReplicaAsync() public méthode

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. ///
Résultat Task

PromoteReadReplicaDBCluster() public méthode

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.
Résultat PromoteReadReplicaDBClusterResponse

PromoteReadReplicaDBClusterAsync() public méthode

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. ///
Résultat Task

PurchaseReservedDBInstancesOffering() public méthode

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.
Résultat PurchaseReservedDBInstancesOfferingResponse

PurchaseReservedDBInstancesOfferingAsync() public méthode

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. ///
Résultat Task

RebootDBInstance() public méthode

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.
Résultat RebootDBInstanceResponse

RebootDBInstanceAsync() public méthode

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. ///
Résultat Task

RemoveRoleFromDBCluster() public méthode

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.
Résultat RemoveRoleFromDBClusterResponse

RemoveRoleFromDBClusterAsync() public méthode

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. ///
Résultat Task

RemoveSourceIdentifierFromSubscription() public méthode

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.
Résultat RemoveSourceIdentifierFromSubscriptionResponse

RemoveSourceIdentifierFromSubscriptionAsync() public méthode

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. ///
Résultat Task

RemoveTagsFromResource() public méthode

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.
Résultat RemoveTagsFromResourceResponse

RemoveTagsFromResourceAsync() public méthode

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. ///
Résultat Task

ResetDBClusterParameterGroup() public méthode

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.
Résultat ResetDBClusterParameterGroupResponse

ResetDBClusterParameterGroupAsync() public méthode

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. ///
Résultat Task

ResetDBParameterGroup() public méthode

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.
Résultat ResetDBParameterGroupResponse

ResetDBParameterGroupAsync() public méthode

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. ///
Résultat Task

RestoreDBClusterFromS3() public méthode

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.
Résultat RestoreDBClusterFromS3Response

RestoreDBClusterFromS3Async() public méthode

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. ///
Résultat Task

RestoreDBClusterFromSnapshot() public méthode

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.
Résultat RestoreDBClusterFromSnapshotResponse

RestoreDBClusterFromSnapshotAsync() public méthode

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. ///
Résultat Task

RestoreDBClusterToPointInTime() public méthode

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.
Résultat RestoreDBClusterToPointInTimeResponse

RestoreDBClusterToPointInTimeAsync() public méthode

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. ///
Résultat Task

RestoreDBInstanceFromDBSnapshot() public méthode

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.
Résultat RestoreDBInstanceFromDBSnapshotResponse

RestoreDBInstanceFromDBSnapshotAsync() public méthode

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. ///
Résultat Task

RestoreDBInstanceToPointInTime() public méthode

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.
Résultat RestoreDBInstanceToPointInTimeResponse

RestoreDBInstanceToPointInTimeAsync() public méthode

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. ///
Résultat Task

RevokeDBSecurityGroupIngress() public méthode

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.
Résultat RevokeDBSecurityGroupIngressResponse

RevokeDBSecurityGroupIngressAsync() public méthode

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. ///
Résultat Task