Package com.amazonaws.services.rds.model

Classes modeling the various types represented by AmazonRDS.

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 D B Engine Version
DBInstance
DBParameterGroup
DBParameterGroupStatus The status of the DP Parameter Group.
DBSecurityGroup
DBSecurityGroupMembership
DBSnapshot
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 Describe D B Engine Versions Result
DescribeDBInstancesRequest Container for the parameters to the DescribeDBInstances operation.
DescribeDBInstancesResult
DescribeDBParameterGroupsRequest Container for the parameters to the DescribeDBParameterGroups operation.
DescribeDBParameterGroupsResult
DescribeDBParametersRequest Container for the parameters to the DescribeDBParameters operation.
DescribeDBParametersResult
DescribeDBSecurityGroupsRequest Container for the parameters to the DescribeDBSecurityGroups operation.
DescribeDBSecurityGroupsResult
DescribeDBSnapshotsRequest Container for the parameters to the DescribeDBSnapshots operation.
DescribeDBSnapshotsResult
DescribeEngineDefaultParametersRequest Container for the parameters to the DescribeEngineDefaultParameters operation.
DescribeEventsRequest Container for the parameters to the DescribeEvents operation.
DescribeEventsResult
DescribeReservedDBInstancesOfferingsRequest Container for the parameters to the DescribeReservedDBInstancesOfferings operation.
DescribeReservedDBInstancesOfferingsResult Describe Reserved D B Instances Offerings Result
DescribeReservedDBInstancesRequest Container for the parameters to the DescribeReservedDBInstances operation.
DescribeReservedDBInstancesResult Describe Reserved D B Instances Result
EC2SecurityGroup
Endpoint
EngineDefaults
Event
IPRange
ModifyDBInstanceRequest Container for the parameters to the ModifyDBInstance operation.
ModifyDBParameterGroupRequest Container for the parameters to the ModifyDBParameterGroup operation.
ModifyDBParameterGroupResult
Parameter
PendingModifiedValues
PurchaseReservedDBInstancesOfferingRequest Container for the parameters to the PurchaseReservedDBInstancesOffering operation.
RebootDBInstanceRequest Container for the parameters to the RebootDBInstance operation.
ReservedDBInstance Reserved D B Instance
ReservedDBInstancesOffering Reserved D B Instances Offering
ResetDBParameterGroupRequest Container for the parameters to the ResetDBParameterGroup operation.
ResetDBParameterGroupResult
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
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.
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.
 

Package com.amazonaws.services.rds.model Description

Classes modeling the various types represented by AmazonRDS.



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