Did this page help you?

   Yes   No   Tell us about it...

Package com.amazonaws.services.elasticache.model

Classes modeling the various types represented by AmazonElastiCache.

See:
          Description

Class Summary
AuthorizeCacheSecurityGroupIngressRequest Container for the parameters to the AuthorizeCacheSecurityGroupIngress operation.
CacheCluster Contains information about a Cache Cluster.
CacheNode A Cache Cluster is made up of one or more Cache Nodes.
CacheNodeTypeSpecificParameter A parameter that has a different value for each Cache Node Type it is applied to.
CacheNodeTypeSpecificValue A value that applies only to a certain Cache Node Type.
CacheParameterGroup Contains a set of parameters and their values which can be applied to a Cache Cluster.
CacheParameterGroupStatus The status of the Cache Parameter Group.
CacheSecurityGroup Defines a set of EC2 Security groups that are allowed to access a Cache Cluster.
CacheSecurityGroupMembership Links a CacheCluster to one or more CacheSecurityGroups.
CreateCacheClusterRequest Container for the parameters to the CreateCacheCluster operation.
CreateCacheParameterGroupRequest Container for the parameters to the CreateCacheParameterGroup operation.
CreateCacheSecurityGroupRequest Container for the parameters to the CreateCacheSecurityGroup operation.
DeleteCacheClusterRequest Container for the parameters to the DeleteCacheCluster operation.
DeleteCacheParameterGroupRequest Container for the parameters to the DeleteCacheParameterGroup operation.
DeleteCacheSecurityGroupRequest Container for the parameters to the DeleteCacheSecurityGroup operation.
DescribeCacheClustersRequest Container for the parameters to the DescribeCacheClusters operation.
DescribeCacheClustersResult Contains one or more Cache Clusters.
DescribeCacheParameterGroupsRequest Container for the parameters to the DescribeCacheParameterGroups operation.
DescribeCacheParameterGroupsResult Contains a list of CacheParameterGroups.
DescribeCacheParametersRequest Container for the parameters to the DescribeCacheParameters operation.
DescribeCacheParametersResult Contains a list of Parametes and CacheNodeTypeSpecificParameters.
DescribeCacheSecurityGroupsRequest Container for the parameters to the DescribeCacheSecurityGroups operation.
DescribeCacheSecurityGroupsResult Contains a list of CacheSecurityGroups.
DescribeEngineDefaultParametersRequest Container for the parameters to the DescribeEngineDefaultParameters operation.
DescribeEventsRequest Container for the parameters to the DescribeEvents operation.
DescribeEventsResult Contains a list of Events.
DescribeReservedCacheNodesOfferingsRequest Container for the parameters to the DescribeReservedCacheNodesOfferings operation.
DescribeReservedCacheNodesOfferingsResult Contains the result of a successful invocation of the DescribeReservedCacheNodesOfferings action.
DescribeReservedCacheNodesRequest Container for the parameters to the DescribeReservedCacheNodes operation.
DescribeReservedCacheNodesResult Contains the result of a successful invocation of the DescribeReservedCacheNodes action.
EC2SecurityGroup Specifies the current state of this Cache Node.
Endpoint An endpoint completely specifies enough information to connect to a Cache Node.
EngineDefaults The default Parameters and CacheNodeTypeSpecificParameters for a CacheParameterGroupFamily.
Event An event represents something interesting that has happened in the system.
ModifyCacheClusterRequest Container for the parameters to the ModifyCacheCluster operation.
ModifyCacheParameterGroupRequest Container for the parameters to the ModifyCacheParameterGroup operation.
ModifyCacheParameterGroupResult Contains the name of a Cache Parameter Group.
NotificationConfiguration Contains pair of Topic and Topic Status.
Parameter A setting controlling some apsect of the service's behavior.
ParameterNameValue A name and value pair used to update the value of a Parameter.
PendingModifiedValues Contains values that will be applied to the Cache Cluster in the future.
PurchaseReservedCacheNodesOfferingRequest Container for the parameters to the PurchaseReservedCacheNodesOffering operation.
RebootCacheClusterRequest Container for the parameters to the RebootCacheCluster operation.
RecurringCharge This data type is used as a response element in the DescribeReservedCacheNodes and DescribeReservedCacheNodesOfferings actions.
ReservedCacheNode This data type is used as a response element in the DescribeReservedCacheNodes and PurchaseReservedCacheNodesOffering actions.
ReservedCacheNodesOffering This data type is used as a response element in the DescribeReservedCacheNodesOfferings action.
ResetCacheParameterGroupRequest Container for the parameters to the ResetCacheParameterGroup operation.
ResetCacheParameterGroupResult Contains the name of a Cache Parameter Group.
RevokeCacheSecurityGroupIngressRequest Container for the parameters to the RevokeCacheSecurityGroupIngress operation.
 

Enum Summary
SourceType Source Type
 

Exception Summary
AuthorizationAlreadyExistsException The specified EC2 Security Group is already authorized for the specified Cache Security Group.
AuthorizationNotFoundException Specified EC2 Security Group is not authorized for the specified Cache Security Group.
CacheClusterAlreadyExistsException User already has a Cache Cluster with the given identifier.
CacheClusterNotFoundException CacheClusterId does not refer to an existing Cache Cluster.
CacheParameterGroupAlreadyExistsException A Cache Parameter Group with the name specified in CacheParameterGroupName already exists.
CacheParameterGroupNotFoundException CacheParameterGroupName does not refer to an existing Cache Parameter Group.
CacheParameterGroupQuotaExceededException Request would result in user exceeding the allowed number of Cache Parameter Groups.
CacheSecurityGroupAlreadyExistsException A Cache Security Group with the name specified in CacheSecurityGroupName already exists.
CacheSecurityGroupNotFoundException CacheSecurityGroupName does not refer to an existing Cache Security Group.
CacheSecurityGroupQuotaExceededException Request would result in user exceeding the allowed number of Cache Security Groups.
ClusterQuotaForCustomerExceededException Request would result in user exceeding the allowed number of Cache Clusters per customer.
InsufficientCacheClusterCapacityException Specified Cache node type is not available in the specified Availability Zone.
InvalidCacheClusterStateException The specified Cache Cluster is not in the available state.
InvalidCacheParameterGroupStateException The state of the Cache Parameter Group does not allow for the requested action to occur.
InvalidCacheSecurityGroupStateException The state of the Cache Security Group does not allow deletion.
InvalidParameterCombinationException AmazonElastiCache exception
InvalidParameterValueException AmazonElastiCache exception
NodeQuotaForClusterExceededException Request would result in user exceeding the allowed number of Cache Nodes in a single Cache Cluster.
NodeQuotaForCustomerExceededException Request would result in user exceeding the allowed number of Cache Nodes per customer.
ReservedCacheNodeAlreadyExistsException User already has a reservation with the given identifier.
ReservedCacheNodeNotFoundException The specified reserved Cache Node not found.
ReservedCacheNodeQuotaExceededException Request would exceed the user's Cache Node quota.
ReservedCacheNodesOfferingNotFoundException Specified offering does not exist.
 

Package com.amazonaws.services.elasticache.model Description

Classes modeling the various types represented by AmazonElastiCache.



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