Package | Description |
---|---|
com.amazonaws.services.elasticache |
|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
CacheCluster |
AbstractAmazonElastiCache.createCacheCluster(CreateCacheClusterRequest request) |
CacheCluster |
AmazonElastiCacheClient.createCacheCluster(CreateCacheClusterRequest createCacheClusterRequest)
Creates a cache cluster.
|
CacheCluster |
AmazonElastiCache.createCacheCluster(CreateCacheClusterRequest createCacheClusterRequest)
Creates a cache cluster.
|
CacheCluster |
AbstractAmazonElastiCache.deleteCacheCluster(DeleteCacheClusterRequest request) |
CacheCluster |
AmazonElastiCacheClient.deleteCacheCluster(DeleteCacheClusterRequest deleteCacheClusterRequest)
Deletes a previously provisioned cache cluster.
|
CacheCluster |
AmazonElastiCache.deleteCacheCluster(DeleteCacheClusterRequest deleteCacheClusterRequest)
Deletes a previously provisioned cache cluster.
|
CacheCluster |
AbstractAmazonElastiCache.modifyCacheCluster(ModifyCacheClusterRequest request) |
CacheCluster |
AmazonElastiCacheClient.modifyCacheCluster(ModifyCacheClusterRequest modifyCacheClusterRequest)
Modifies the settings for a cache cluster.
|
CacheCluster |
AmazonElastiCache.modifyCacheCluster(ModifyCacheClusterRequest modifyCacheClusterRequest)
Modifies the settings for a cache cluster.
|
CacheCluster |
AbstractAmazonElastiCache.rebootCacheCluster(RebootCacheClusterRequest request) |
CacheCluster |
AmazonElastiCacheClient.rebootCacheCluster(RebootCacheClusterRequest rebootCacheClusterRequest)
Reboots some, or all, of the cache nodes within a provisioned cache cluster.
|
CacheCluster |
AmazonElastiCache.rebootCacheCluster(RebootCacheClusterRequest rebootCacheClusterRequest)
Reboots some, or all, of the cache nodes within a provisioned cache cluster.
|
Modifier and Type | Method and Description |
---|---|
CacheCluster |
CacheCluster.clone() |
CacheCluster |
CacheCluster.withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
This parameter is currently disabled.
|
CacheCluster |
CacheCluster.withCacheClusterCreateTime(Date cacheClusterCreateTime)
The date and time when the cache cluster was created.
|
CacheCluster |
CacheCluster.withCacheClusterId(String cacheClusterId)
The user-supplied identifier of the cache cluster.
|
CacheCluster |
CacheCluster.withCacheClusterStatus(String cacheClusterStatus)
The current state of this cache cluster, one of the following values:
available ,
creating , deleted , deleting , incompatible-network ,
modifying , rebooting cache cluster nodes , restore-failed , or
snapshotting . |
CacheCluster |
CacheCluster.withCacheNodes(CacheNode... cacheNodes)
A list of cache nodes that are members of the cache cluster.
|
CacheCluster |
CacheCluster.withCacheNodes(Collection<CacheNode> cacheNodes)
A list of cache nodes that are members of the cache cluster.
|
CacheCluster |
CacheCluster.withCacheNodeType(String cacheNodeType)
The name of the compute and memory capacity node type for the cache cluster.
|
CacheCluster |
CacheCluster.withCacheParameterGroup(CacheParameterGroupStatus cacheParameterGroup) |
CacheCluster |
CacheCluster.withCacheSecurityGroups(CacheSecurityGroupMembership... cacheSecurityGroups)
A list of cache security group elements, composed of name and status sub-elements.
|
CacheCluster |
CacheCluster.withCacheSecurityGroups(Collection<CacheSecurityGroupMembership> cacheSecurityGroups)
A list of cache security group elements, composed of name and status sub-elements.
|
CacheCluster |
CacheCluster.withCacheSubnetGroupName(String cacheSubnetGroupName)
The name of the cache subnet group associated with the cache cluster.
|
CacheCluster |
CacheCluster.withClientDownloadLandingPage(String clientDownloadLandingPage)
The URL of the web page where you can download the latest ElastiCache client library.
|
CacheCluster |
CacheCluster.withConfigurationEndpoint(Endpoint configurationEndpoint) |
CacheCluster |
CacheCluster.withEngine(String engine)
The name of the cache engine (
memcached or redis ) to be used for this cache cluster. |
CacheCluster |
CacheCluster.withEngineVersion(String engineVersion)
The version of the cache engine that is used in this cache cluster.
|
CacheCluster |
CacheCluster.withNotificationConfiguration(NotificationConfiguration notificationConfiguration) |
CacheCluster |
CacheCluster.withNumCacheNodes(Integer numCacheNodes)
The number of cache nodes in the cache cluster.
|
CacheCluster |
CacheCluster.withPendingModifiedValues(PendingModifiedValues pendingModifiedValues) |
CacheCluster |
CacheCluster.withPreferredAvailabilityZone(String preferredAvailabilityZone)
The name of the Availability Zone in which the cache cluster is located or "Multiple" if the cache nodes are
located in different Availability Zones.
|
CacheCluster |
CacheCluster.withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
Specifies the weekly time range during which maintenance on the cluster is performed.
|
CacheCluster |
CacheCluster.withReplicationGroupId(String replicationGroupId)
The replication group to which this cache cluster belongs.
|
CacheCluster |
CacheCluster.withSecurityGroups(Collection<SecurityGroupMembership> securityGroups)
A list of VPC Security Groups associated with the cache cluster.
|
CacheCluster |
CacheCluster.withSecurityGroups(SecurityGroupMembership... securityGroups)
A list of VPC Security Groups associated with the cache cluster.
|
CacheCluster |
CacheCluster.withSnapshotRetentionLimit(Integer snapshotRetentionLimit)
The number of days for which ElastiCache retains automatic cache cluster snapshots before deleting them.
|
CacheCluster |
CacheCluster.withSnapshotWindow(String snapshotWindow)
The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cache cluster.
|
Modifier and Type | Method and Description |
---|---|
List<CacheCluster> |
DescribeCacheClustersResult.getCacheClusters()
A list of cache clusters.
|
Modifier and Type | Method and Description |
---|---|
DescribeCacheClustersResult |
DescribeCacheClustersResult.withCacheClusters(CacheCluster... cacheClusters)
A list of cache clusters.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeCacheClustersResult.setCacheClusters(Collection<CacheCluster> cacheClusters)
A list of cache clusters.
|
DescribeCacheClustersResult |
DescribeCacheClustersResult.withCacheClusters(Collection<CacheCluster> cacheClusters)
A list of cache clusters.
|
Copyright © 2017. All rights reserved.