Package com.amazonaws.services.rds.model

Classes modeling the various types represented by AmazonRDS.

See:
          Description

Class Summary
AuthorizeDBSecurityGroupIngressRequest
CreateDBInstanceRequest
CreateDBParameterGroupRequest
CreateDBSecurityGroupRequest
CreateDBSnapshotRequest
DBInstance
DBParameterGroup
DBParameterGroupStatus The status of the DP Parameter Group.
DBSecurityGroup
DBSecurityGroupMembership
DBSnapshot
DeleteDBInstanceRequest
DeleteDBParameterGroupRequest
DeleteDBSecurityGroupRequest
DeleteDBSnapshotRequest
DescribeDBInstancesRequest
DescribeDBInstancesResult
DescribeDBParameterGroupsRequest
DescribeDBParameterGroupsResult
DescribeDBParametersRequest  
DescribeDBParametersResult
DescribeDBSecurityGroupsRequest
DescribeDBSecurityGroupsResult
DescribeDBSnapshotsRequest
DescribeDBSnapshotsResult
DescribeEngineDefaultParametersRequest
DescribeEventsRequest
DescribeEventsResult
EC2SecurityGroup
Endpoint
EngineDefaults
Event
IPRange
ModifyDBInstanceRequest
ModifyDBParameterGroupRequest
ModifyDBParameterGroupResult
Parameter
PendingModifiedValues
RebootDBInstanceRequest
ResetDBParameterGroupRequest
ResetDBParameterGroupResult
RestoreDBInstanceFromDBSnapshotRequest
RestoreDBInstanceToPointInTimeRequest
RevokeDBSecurityGroupIngressRequest
 

Enum Summary
ApplyMethod Apply Method
SourceType Source Type
 

Exception Summary
AuthorizationAlreadyExistsException
AuthorizationNotFoundException Specified CIDRIP or EC2 security group is not authorized for the specified DB Security Group.
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
DBSecurityGroupQuotaExceededException
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.
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.
 

Package com.amazonaws.services.rds.model Description

Classes modeling the various types represented by AmazonRDS.



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.