Uses of Class
com.amazonaws.services.elasticache.model.CreateCacheClusterRequest
Packages that use CreateCacheClusterRequest
-
Uses of CreateCacheClusterRequest in com.amazonaws.services.elasticache
Methods in com.amazonaws.services.elasticache with parameters of type CreateCacheClusterRequestModifier and TypeMethodDescriptionAbstractAmazonElastiCache.createCacheCluster(CreateCacheClusterRequest request) AmazonElastiCache.createCacheCluster(CreateCacheClusterRequest createCacheClusterRequest) The CreateCacheCluster action creates a cache cluster.AmazonElastiCacheClient.createCacheCluster(CreateCacheClusterRequest createCacheClusterRequest) The CreateCacheCluster action creates a cache cluster.AbstractAmazonElastiCacheAsync.createCacheClusterAsync(CreateCacheClusterRequest request) AbstractAmazonElastiCacheAsync.createCacheClusterAsync(CreateCacheClusterRequest request, AsyncHandler<CreateCacheClusterRequest, CacheCluster> asyncHandler) AmazonElastiCacheAsync.createCacheClusterAsync(CreateCacheClusterRequest createCacheClusterRequest) The CreateCacheCluster action creates a cache cluster.AmazonElastiCacheAsync.createCacheClusterAsync(CreateCacheClusterRequest createCacheClusterRequest, AsyncHandler<CreateCacheClusterRequest, CacheCluster> asyncHandler) The CreateCacheCluster action creates a cache cluster.AmazonElastiCacheAsyncClient.createCacheClusterAsync(CreateCacheClusterRequest request) AmazonElastiCacheAsyncClient.createCacheClusterAsync(CreateCacheClusterRequest request, AsyncHandler<CreateCacheClusterRequest, CacheCluster> asyncHandler) Method parameters in com.amazonaws.services.elasticache with type arguments of type CreateCacheClusterRequestModifier and TypeMethodDescriptionAbstractAmazonElastiCacheAsync.createCacheClusterAsync(CreateCacheClusterRequest request, AsyncHandler<CreateCacheClusterRequest, CacheCluster> asyncHandler) AmazonElastiCacheAsync.createCacheClusterAsync(CreateCacheClusterRequest createCacheClusterRequest, AsyncHandler<CreateCacheClusterRequest, CacheCluster> asyncHandler) The CreateCacheCluster action creates a cache cluster.AmazonElastiCacheAsyncClient.createCacheClusterAsync(CreateCacheClusterRequest request, AsyncHandler<CreateCacheClusterRequest, CacheCluster> asyncHandler) -
Uses of CreateCacheClusterRequest in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return CreateCacheClusterRequestModifier and TypeMethodDescriptionCreateCacheClusterRequest.clone()CreateCacheClusterRequest.withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) This parameter is currently disabled.CreateCacheClusterRequest.withAZMode(AZMode aZMode) Specifies whether the nodes in this Memcached node group are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.CreateCacheClusterRequest.withAZMode(String aZMode) Specifies whether the nodes in this Memcached node group are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.CreateCacheClusterRequest.withCacheClusterId(String cacheClusterId) The node group identifier.CreateCacheClusterRequest.withCacheNodeType(String cacheNodeType) The compute and memory capacity of the nodes in the node group.CreateCacheClusterRequest.withCacheParameterGroupName(String cacheParameterGroupName) The name of the parameter group to associate with this cache cluster.CreateCacheClusterRequest.withCacheSecurityGroupNames(String... cacheSecurityGroupNames) A list of security group names to associate with this cache cluster.CreateCacheClusterRequest.withCacheSecurityGroupNames(Collection<String> cacheSecurityGroupNames) A list of security group names to associate with this cache cluster.CreateCacheClusterRequest.withCacheSubnetGroupName(String cacheSubnetGroupName) The name of the subnet group to be used for the cache cluster.CreateCacheClusterRequest.withEngine(String engine) The name of the cache engine to be used for this cache cluster.CreateCacheClusterRequest.withEngineVersion(String engineVersion) The version number of the cache engine to be used for this cache cluster.CreateCacheClusterRequest.withNotificationTopicArn(String notificationTopicArn) The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.CreateCacheClusterRequest.withNumCacheNodes(Integer numCacheNodes) The initial number of cache nodes that the cache cluster will have.The port number on which each of the cache nodes will accept connections.CreateCacheClusterRequest.withPreferredAvailabilityZone(String preferredAvailabilityZone) The EC2 Availability Zone in which the cache cluster will be created.CreateCacheClusterRequest.withPreferredAvailabilityZones(String... preferredAvailabilityZones) A list of the Availability Zones in which cache nodes will be created.CreateCacheClusterRequest.withPreferredAvailabilityZones(Collection<String> preferredAvailabilityZones) A list of the Availability Zones in which cache nodes will be created.CreateCacheClusterRequest.withPreferredMaintenanceWindow(String preferredMaintenanceWindow) Specifies the weekly time range during which maintenance on the cache cluster is performed.CreateCacheClusterRequest.withReplicationGroupId(String replicationGroupId) The ID of the replication group to which this cache cluster should belong.CreateCacheClusterRequest.withSecurityGroupIds(String... securityGroupIds) One or more VPC security groups associated with the cache cluster.CreateCacheClusterRequest.withSecurityGroupIds(Collection<String> securityGroupIds) One or more VPC security groups associated with the cache cluster.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.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.withSnapshotName(String snapshotName) The name of a snapshot from which to restore data into the new node group.CreateCacheClusterRequest.withSnapshotRetentionLimit(Integer snapshotRetentionLimit) The number of days for which ElastiCache will retain automatic snapshots before deleting them.CreateCacheClusterRequest.withSnapshotWindow(String snapshotWindow) The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.A list of cost allocation tags to be added to this resource.CreateCacheClusterRequest.withTags(Collection<Tag> tags) A list of cost allocation tags to be added to this resource.