Uses of Class
com.amazonaws.services.elasticache.model.CreateReplicationGroupRequest
Packages that use CreateReplicationGroupRequest
-
Uses of CreateReplicationGroupRequest in com.amazonaws.services.elasticache
Methods in com.amazonaws.services.elasticache with parameters of type CreateReplicationGroupRequestModifier and TypeMethodDescriptionAbstractAmazonElastiCache.createReplicationGroup(CreateReplicationGroupRequest request) AmazonElastiCache.createReplicationGroup(CreateReplicationGroupRequest createReplicationGroupRequest) The CreateReplicationGroup action creates a replication group.AmazonElastiCacheClient.createReplicationGroup(CreateReplicationGroupRequest createReplicationGroupRequest) The CreateReplicationGroup action creates a replication group.AbstractAmazonElastiCacheAsync.createReplicationGroupAsync(CreateReplicationGroupRequest request) AbstractAmazonElastiCacheAsync.createReplicationGroupAsync(CreateReplicationGroupRequest request, AsyncHandler<CreateReplicationGroupRequest, ReplicationGroup> asyncHandler) AmazonElastiCacheAsync.createReplicationGroupAsync(CreateReplicationGroupRequest createReplicationGroupRequest) The CreateReplicationGroup action creates a replication group.AmazonElastiCacheAsync.createReplicationGroupAsync(CreateReplicationGroupRequest createReplicationGroupRequest, AsyncHandler<CreateReplicationGroupRequest, ReplicationGroup> asyncHandler) The CreateReplicationGroup action creates a replication group.AmazonElastiCacheAsyncClient.createReplicationGroupAsync(CreateReplicationGroupRequest request) AmazonElastiCacheAsyncClient.createReplicationGroupAsync(CreateReplicationGroupRequest request, AsyncHandler<CreateReplicationGroupRequest, ReplicationGroup> asyncHandler) Method parameters in com.amazonaws.services.elasticache with type arguments of type CreateReplicationGroupRequestModifier and TypeMethodDescriptionAbstractAmazonElastiCacheAsync.createReplicationGroupAsync(CreateReplicationGroupRequest request, AsyncHandler<CreateReplicationGroupRequest, ReplicationGroup> asyncHandler) AmazonElastiCacheAsync.createReplicationGroupAsync(CreateReplicationGroupRequest createReplicationGroupRequest, AsyncHandler<CreateReplicationGroupRequest, ReplicationGroup> asyncHandler) The CreateReplicationGroup action creates a replication group.AmazonElastiCacheAsyncClient.createReplicationGroupAsync(CreateReplicationGroupRequest request, AsyncHandler<CreateReplicationGroupRequest, ReplicationGroup> asyncHandler) -
Uses of CreateReplicationGroupRequest in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return CreateReplicationGroupRequestModifier and TypeMethodDescriptionCreateReplicationGroupRequest.clone()CreateReplicationGroupRequest.withAutomaticFailoverEnabled(Boolean automaticFailoverEnabled) Specifies whether a read-only replica will be automatically promoted to read/write primary if the existing primary fails.CreateReplicationGroupRequest.withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) This parameter is currently disabled.CreateReplicationGroupRequest.withCacheNodeType(String cacheNodeType) The compute and memory capacity of the nodes in the node group.CreateReplicationGroupRequest.withCacheParameterGroupName(String cacheParameterGroupName) The name of the parameter group to associate with this replication group.CreateReplicationGroupRequest.withCacheSecurityGroupNames(String... cacheSecurityGroupNames) A list of cache security group names to associate with this replication group.CreateReplicationGroupRequest.withCacheSecurityGroupNames(Collection<String> cacheSecurityGroupNames) A list of cache security group names to associate with this replication group.CreateReplicationGroupRequest.withCacheSubnetGroupName(String cacheSubnetGroupName) The name of the cache subnet group to be used for the replication group.CreateReplicationGroupRequest.withEngine(String engine) The name of the cache engine to be used for the cache clusters in this replication group.CreateReplicationGroupRequest.withEngineVersion(String engineVersion) The version number of the cache engine to be used for the cache clusters in this replication group.CreateReplicationGroupRequest.withNotificationTopicArn(String notificationTopicArn) The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.CreateReplicationGroupRequest.withNumCacheClusters(Integer numCacheClusters) The number of cache clusters this replication group will initially have.The port number on which each member of the replication group will accept connections.CreateReplicationGroupRequest.withPreferredCacheClusterAZs(String... preferredCacheClusterAZs) A list of EC2 availability zones in which the replication group's cache clusters will be created.CreateReplicationGroupRequest.withPreferredCacheClusterAZs(Collection<String> preferredCacheClusterAZs) A list of EC2 availability zones in which the replication group's cache clusters will be created.CreateReplicationGroupRequest.withPreferredMaintenanceWindow(String preferredMaintenanceWindow) Specifies the weekly time range during which maintenance on the cache cluster is performed.CreateReplicationGroupRequest.withPrimaryClusterId(String primaryClusterId) The identifier of the cache cluster that will serve as the primary for this replication group.CreateReplicationGroupRequest.withReplicationGroupDescription(String replicationGroupDescription) A user-created description for the replication group.CreateReplicationGroupRequest.withReplicationGroupId(String replicationGroupId) The replication group identifier.CreateReplicationGroupRequest.withSecurityGroupIds(String... securityGroupIds) One or more Amazon VPC security groups associated with this replication group.CreateReplicationGroupRequest.withSecurityGroupIds(Collection<String> securityGroupIds) One or more Amazon VPC security groups associated with this replication group.CreateReplicationGroupRequest.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.CreateReplicationGroupRequest.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.CreateReplicationGroupRequest.withSnapshotName(String snapshotName) The name of a snapshot from which to restore data into the new node group.CreateReplicationGroupRequest.withSnapshotRetentionLimit(Integer snapshotRetentionLimit) The number of days for which ElastiCache will retain automatic snapshots before deleting them.CreateReplicationGroupRequest.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.CreateReplicationGroupRequest.withTags(Collection<Tag> tags) A list of cost allocation tags to be added to this resource.