|
|||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||
See:
Description
| Class Summary | |
|---|---|
| AuthorizeDBSecurityGroupIngressRequest | Container for the parameters to the AuthorizeDBSecurityGroupIngress operation. |
| CreateDBInstanceReadReplicaRequest | Container for the parameters to the CreateDBInstanceReadReplica operation. |
| CreateDBInstanceRequest | Container for the parameters to the CreateDBInstance operation. |
| CreateDBParameterGroupRequest | Container for the parameters to the CreateDBParameterGroup operation. |
| CreateDBSecurityGroupRequest | Container for the parameters to the CreateDBSecurityGroup operation. |
| CreateDBSnapshotRequest | Container for the parameters to the CreateDBSnapshot operation. |
| DBEngineVersion | This data type is used as a response element in the action DescribeDBEngineVersions. |
| DBInstance | Contains the result of a successful invocation of the following actions: |
| DBParameterGroup | Contains the result of a successful invocation of the CreateDBParameterGroup action. |
| DBParameterGroupStatus | The status of the DB Parameter Group. |
| DBSecurityGroup | Contains the result of a successful invocation of the following actions: |
| DBSecurityGroupMembership | This data type is used as a response element in the following actions: |
| DBSnapshot | Contains the result of a successful invocation of the following actions: |
| DeleteDBInstanceRequest | Container for the parameters to the DeleteDBInstance operation. |
| DeleteDBParameterGroupRequest | Container for the parameters to the DeleteDBParameterGroup operation. |
| DeleteDBSecurityGroupRequest | Container for the parameters to the DeleteDBSecurityGroup operation. |
| DeleteDBSnapshotRequest | Container for the parameters to the DeleteDBSnapshot operation. |
| DescribeDBEngineVersionsRequest | Container for the parameters to the DescribeDBEngineVersions operation. |
| DescribeDBEngineVersionsResult | Contains the result of a successful invocation of the DescribeDBEngineVersions action. |
| DescribeDBInstancesRequest | Container for the parameters to the DescribeDBInstances operation. |
| DescribeDBInstancesResult | Contains the result of a successful invocation of the DescribeDBInstances action. |
| DescribeDBParameterGroupsRequest | Container for the parameters to the DescribeDBParameterGroups operation. |
| DescribeDBParameterGroupsResult | Contains the result of a successful invocation of the DescribeDBParameterGroups action. |
| DescribeDBParametersRequest | Container for the parameters to the DescribeDBParameters operation. |
| DescribeDBParametersResult | Contains the result of a successful invocation of the DescribeDBParameters action. |
| DescribeDBSecurityGroupsRequest | Container for the parameters to the DescribeDBSecurityGroups operation. |
| DescribeDBSecurityGroupsResult | Contains the result of a successful invocation of the DescribeDBSecurityGroups action. |
| DescribeDBSnapshotsRequest | Container for the parameters to the DescribeDBSnapshots operation. |
| DescribeDBSnapshotsResult | Contains the result of a successful invocation of the DescribeDBSnapshots action. |
| DescribeEngineDefaultParametersRequest | Container for the parameters to the DescribeEngineDefaultParameters operation. |
| DescribeEventsRequest | Container for the parameters to the DescribeEvents operation. |
| DescribeEventsResult | Contains the result of a successful invocation of the DescribeEvents action. |
| DescribeReservedDBInstancesOfferingsRequest | Container for the parameters to the DescribeReservedDBInstancesOfferings operation. |
| DescribeReservedDBInstancesOfferingsResult | Contains the result of a successful invocation of the DescribeReservedDBInstancesOfferings action. |
| DescribeReservedDBInstancesRequest | Container for the parameters to the DescribeReservedDBInstances operation. |
| DescribeReservedDBInstancesResult | Contains the result of a successful invocation of the DescribeReservedDBInstances action. |
| EC2SecurityGroup | This data type is used as a response element in the following actions: |
| Endpoint | This data type is used as a response element in the following actions: |
| EngineDefaults | Contains the result of a successful invocation of the DescribeEngineDefaultParameters action. |
| Event | This data type is used as a response element in the DescribeEvents action. |
| IPRange | This data type is used as a response element in the DescribeDBSecurityGroups action. |
| ModifyDBInstanceRequest | Container for the parameters to the ModifyDBInstance operation. |
| ModifyDBParameterGroupRequest | Container for the parameters to the ModifyDBParameterGroup operation. |
| ModifyDBParameterGroupResult | Contains the result of a successful invocation of the ModifyDBParameterGroup or ResetDBParameterGroup action. |
| Parameter | This data type is used as a request parameter in the ModifyDBParameterGroup and ResetDBParameterGroup actions. |
| PendingModifiedValues | This data type is used as a response element in the ModifyDBInstance action. |
| PurchaseReservedDBInstancesOfferingRequest | Container for the parameters to the PurchaseReservedDBInstancesOffering operation. |
| RebootDBInstanceRequest | Container for the parameters to the RebootDBInstance operation. |
| ReservedDBInstance | This data type is used as a response element in the DescribeReservedDBInstances and PurchaseReservedDBInstancesOffering actions. |
| ReservedDBInstancesOffering | This data type is used as a response element in the DescribeReservedDBInstancesOfferings action. |
| ResetDBParameterGroupRequest | Container for the parameters to the ResetDBParameterGroup operation. |
| ResetDBParameterGroupResult | Contains the result of a successful invocation of the ModifyDBParameterGroup or ResetDBParameterGroup action. |
| RestoreDBInstanceFromDBSnapshotRequest | Container for the parameters to the RestoreDBInstanceFromDBSnapshot operation. |
| RestoreDBInstanceToPointInTimeRequest | Container for the parameters to the RestoreDBInstanceToPointInTime operation. |
| RevokeDBSecurityGroupIngressRequest | Container for the parameters to the RevokeDBSecurityGroupIngress operation. |
| Enum Summary | |
|---|---|
| ApplyMethod | Apply Method |
| SourceType | Source Type |
| Exception Summary | |
|---|---|
| AuthorizationAlreadyExistsException | The specified CIDRIP or EC2 security group is already authorized for the specified DB security group. |
| AuthorizationNotFoundException | Specified CIDRIP or EC2 security group is not authorized for the specified DB Security Group. |
| AuthorizationQuotaExceededException | Database security group authorization quota has been reached. |
| DBInstanceAlreadyExistsException | User already has a DB Instance with the given identifier. |
| DBInstanceNotFoundException | DBInstanceIdentifier does not refer to an existing DB Instance. |
| DBParameterGroupAlreadyExistsException | A DB Parameter Group with the same name exists. |
| DBParameterGroupNotFoundException | DBParameterGroupName does not refer to an existing DB Parameter Group. |
| DBParameterGroupQuotaExceededException | Request would result in user exceeding the allowed number of DB Parameter Groups. |
| DBSecurityGroupAlreadyExistsException | A database security group with the name specified in DBSecurityGroupName already exists. |
| DBSecurityGroupNotFoundException | DBSecurityGroupName does not refer to an existing DB Security Group. |
| DBSecurityGroupQuotaExceededException | Request would result in user exceeding the allowed number of DB Security Groups. |
| DBSnapshotAlreadyExistsException | DBSnapshotIdentifier is already used by an existing snapshot. |
| DBSnapshotNotFoundException | DBSnapshotIdentifier does not refer to an existing DB Snapshot. |
| InstanceQuotaExceededException | Request would result in user exceeding the allowed number of DB Instances. |
| InsufficientDBInstanceCapacityException | Specified DB Instance class is not available in the specified Availability Zone. |
| InvalidDBInstanceStateException | The specified DB Instance is not in the available state. |
| InvalidDBParameterGroupStateException | The DB Parameter Group cannot be deleted because it is in use. |
| InvalidDBSecurityGroupStateException | The state of the DB Security Group does not allow deletion. |
| InvalidDBSnapshotStateException | The state of the DB Security Snapshot does not allow deletion. |
| PointInTimeRestoreNotEnabledException | SourceDBInstanceIdentifier refers to a DB Instance with BackupRetentionPeriod equal to 0. |
| ReservedDBInstanceAlreadyExistsException | User already has a reservation with the given identifier. |
| ReservedDBInstanceNotFoundException | The specified reserved DB Instance not found. |
| ReservedDBInstanceQuotaExceededException | Request would exceed the user's DB Instance quota. |
| ReservedDBInstancesOfferingNotFoundException | Specified offering does not exist. |
| SnapshotQuotaExceededException | Request would result in user exceeding the allowed number of DB Snapshots. |
| StorageQuotaExceededException | Request would result in user exceeding the allowed amount of storage available across all DB Instances. |
Classes modeling the various types represented by AmazonRDS.
|
|||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||