Uses of Class
com.amazonaws.services.elasticache.model.CreateCacheClusterRequest

Packages that use CreateCacheClusterRequest
com.amazonaws.services.elasticache Synchronous and asynchronous client classes for accessing AmazonElastiCache. 
com.amazonaws.services.elasticache.model Classes modeling the various types represented by AmazonElastiCache. 
 

Uses of CreateCacheClusterRequest in com.amazonaws.services.elasticache
 

Methods in com.amazonaws.services.elasticache with parameters of type CreateCacheClusterRequest
 CacheCluster AmazonElastiCacheClient.createCacheCluster(CreateCacheClusterRequest createCacheClusterRequest)
           The CreateCacheCluster operation creates a new cache cluster.
 CacheCluster AmazonElastiCache.createCacheCluster(CreateCacheClusterRequest createCacheClusterRequest)
           The CreateCacheCluster operation creates a new cache cluster.
 Future<CacheCluster> AmazonElastiCacheAsyncClient.createCacheClusterAsync(CreateCacheClusterRequest createCacheClusterRequest)
           The CreateCacheCluster operation creates a new cache cluster.
 Future<CacheCluster> AmazonElastiCacheAsync.createCacheClusterAsync(CreateCacheClusterRequest createCacheClusterRequest)
           The CreateCacheCluster operation creates a new cache cluster.
 Future<CacheCluster> AmazonElastiCacheAsyncClient.createCacheClusterAsync(CreateCacheClusterRequest createCacheClusterRequest, AsyncHandler<CreateCacheClusterRequest,CacheCluster> asyncHandler)
           The CreateCacheCluster operation creates a new cache cluster.
 Future<CacheCluster> AmazonElastiCacheAsync.createCacheClusterAsync(CreateCacheClusterRequest createCacheClusterRequest, AsyncHandler<CreateCacheClusterRequest,CacheCluster> asyncHandler)
           The CreateCacheCluster operation creates a new cache cluster.
 

Method parameters in com.amazonaws.services.elasticache with type arguments of type CreateCacheClusterRequest
 Future<CacheCluster> AmazonElastiCacheAsyncClient.createCacheClusterAsync(CreateCacheClusterRequest createCacheClusterRequest, AsyncHandler<CreateCacheClusterRequest,CacheCluster> asyncHandler)
           The CreateCacheCluster operation creates a new cache cluster.
 Future<CacheCluster> AmazonElastiCacheAsync.createCacheClusterAsync(CreateCacheClusterRequest createCacheClusterRequest, AsyncHandler<CreateCacheClusterRequest,CacheCluster> asyncHandler)
           The CreateCacheCluster operation creates a new cache cluster.
 

Uses of CreateCacheClusterRequest in com.amazonaws.services.elasticache.model
 

Methods in com.amazonaws.services.elasticache.model that return CreateCacheClusterRequest
 CreateCacheClusterRequest CreateCacheClusterRequest.withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
          Determines whether minor engine upgrades will be applied automatically to the cache cluster during the maintenance window.
 CreateCacheClusterRequest CreateCacheClusterRequest.withCacheClusterId(String cacheClusterId)
          The cache cluster identifier.
 CreateCacheClusterRequest CreateCacheClusterRequest.withCacheNodeType(String cacheNodeType)
          The compute and memory capacity of the nodes in the cache cluster.
 CreateCacheClusterRequest CreateCacheClusterRequest.withCacheParameterGroupName(String cacheParameterGroupName)
          The name of the cache parameter group to associate with this cache cluster.
 CreateCacheClusterRequest CreateCacheClusterRequest.withCacheSecurityGroupNames(Collection<String> cacheSecurityGroupNames)
          A list of cache security group names to associate with this cache cluster.
 CreateCacheClusterRequest CreateCacheClusterRequest.withCacheSecurityGroupNames(String... cacheSecurityGroupNames)
          A list of cache security group names to associate with this cache cluster.
 CreateCacheClusterRequest CreateCacheClusterRequest.withCacheSubnetGroupName(String cacheSubnetGroupName)
          The name of the cache subnet group to be used for the cache cluster.
 CreateCacheClusterRequest CreateCacheClusterRequest.withEngine(String engine)
          The name of the cache engine to be used for this cache cluster.
 CreateCacheClusterRequest CreateCacheClusterRequest.withEngineVersion(String engineVersion)
          The version number of the cache engine to be used for this cluster.
 CreateCacheClusterRequest CreateCacheClusterRequest.withNotificationTopicArn(String notificationTopicArn)
          The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.
 CreateCacheClusterRequest CreateCacheClusterRequest.withNumCacheNodes(Integer numCacheNodes)
          The initial number of cache nodes that the cache cluster will have.
 CreateCacheClusterRequest CreateCacheClusterRequest.withPort(Integer port)
          The port number on which each of the cache nodes will accept connections.
 CreateCacheClusterRequest CreateCacheClusterRequest.withPreferredAvailabilityZone(String preferredAvailabilityZone)
          The EC2 Availability Zone in which the cache cluster will be created.
 CreateCacheClusterRequest CreateCacheClusterRequest.withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
          The weekly time range (in UTC) during which system maintenance can occur.
 CreateCacheClusterRequest CreateCacheClusterRequest.withReplicationGroupId(String replicationGroupId)
          The replication group to which this cache cluster should belong.
 CreateCacheClusterRequest CreateCacheClusterRequest.withSecurityGroupIds(Collection<String> securityGroupIds)
          One or more VPC security groups associated with the cache cluster.
 CreateCacheClusterRequest CreateCacheClusterRequest.withSecurityGroupIds(String... securityGroupIds)
          One or more VPC security groups associated with the cache cluster.
 CreateCacheClusterRequest CreateCacheClusterRequest.withSnapshotArns(Collection<String> snapshotArns)
          A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3.
 CreateCacheClusterRequest CreateCacheClusterRequest.withSnapshotArns(String... snapshotArns)
          A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3.
 CreateCacheClusterRequest CreateCacheClusterRequest.withSnapshotName(String snapshotName)
          The name of a snapshot from which to restore data into the new cache cluster.
 CreateCacheClusterRequest CreateCacheClusterRequest.withSnapshotRetentionLimit(Integer snapshotRetentionLimit)
          The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them.
 CreateCacheClusterRequest CreateCacheClusterRequest.withSnapshotWindow(String snapshotWindow)
          The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.
 



Copyright © 2016. All rights reserved.