Package | Description |
---|---|
com.amazonaws.services.elasticache |
|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
CacheSecurityGroup |
CacheSecurityGroup.clone() |
CacheSecurityGroup |
CacheSecurityGroup.withARN(String aRN)
The ARN of the cache security group,
|
CacheSecurityGroup |
CacheSecurityGroup.withCacheSecurityGroupName(String cacheSecurityGroupName)
The name of the cache security group.
|
CacheSecurityGroup |
CacheSecurityGroup.withDescription(String description)
The description of the cache security group.
|
CacheSecurityGroup |
CacheSecurityGroup.withEC2SecurityGroups(Collection<EC2SecurityGroup> eC2SecurityGroups)
A list of Amazon EC2 security groups that are associated with this cache security group.
|
CacheSecurityGroup |
CacheSecurityGroup.withEC2SecurityGroups(EC2SecurityGroup... eC2SecurityGroups)
A list of Amazon EC2 security groups that are associated with this cache security group.
|
CacheSecurityGroup |
CacheSecurityGroup.withOwnerId(String ownerId)
The Amazon account ID of the cache security group owner.
|
Modifier and Type | Method and Description |
---|---|
List<CacheSecurityGroup> |
DescribeCacheSecurityGroupsResult.getCacheSecurityGroups()
A list of cache security groups.
|
Modifier and Type | Method and Description |
---|---|
DescribeCacheSecurityGroupsResult |
DescribeCacheSecurityGroupsResult.withCacheSecurityGroups(CacheSecurityGroup... cacheSecurityGroups)
A list of cache security groups.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeCacheSecurityGroupsResult.setCacheSecurityGroups(Collection<CacheSecurityGroup> cacheSecurityGroups)
A list of cache security groups.
|
DescribeCacheSecurityGroupsResult |
DescribeCacheSecurityGroupsResult.withCacheSecurityGroups(Collection<CacheSecurityGroup> cacheSecurityGroups)
A list of cache security groups.
|
Copyright © 2021. All rights reserved.