Package | Description |
---|---|
com.amazonaws.services.elasticache |
|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
CacheSecurityGroup |
AbstractAmazonElastiCache.authorizeCacheSecurityGroupIngress(AuthorizeCacheSecurityGroupIngressRequest request) |
CacheSecurityGroup |
AmazonElastiCacheClient.authorizeCacheSecurityGroupIngress(AuthorizeCacheSecurityGroupIngressRequest authorizeCacheSecurityGroupIngressRequest)
The AuthorizeCacheSecurityGroupIngress action allows network
ingress to a cache security group.
|
CacheSecurityGroup |
AmazonElastiCache.authorizeCacheSecurityGroupIngress(AuthorizeCacheSecurityGroupIngressRequest authorizeCacheSecurityGroupIngressRequest)
The AuthorizeCacheSecurityGroupIngress action allows network
ingress to a cache security group.
|
CacheSecurityGroup |
AbstractAmazonElastiCache.createCacheSecurityGroup(CreateCacheSecurityGroupRequest request) |
CacheSecurityGroup |
AmazonElastiCacheClient.createCacheSecurityGroup(CreateCacheSecurityGroupRequest createCacheSecurityGroupRequest)
The CreateCacheSecurityGroup action creates a new cache security
group.
|
CacheSecurityGroup |
AmazonElastiCache.createCacheSecurityGroup(CreateCacheSecurityGroupRequest createCacheSecurityGroupRequest)
The CreateCacheSecurityGroup action creates a new cache security
group.
|
CacheSecurityGroup |
AbstractAmazonElastiCache.revokeCacheSecurityGroupIngress(RevokeCacheSecurityGroupIngressRequest request) |
CacheSecurityGroup |
AmazonElastiCacheClient.revokeCacheSecurityGroupIngress(RevokeCacheSecurityGroupIngressRequest revokeCacheSecurityGroupIngressRequest)
The RevokeCacheSecurityGroupIngress action revokes ingress from a
cache security group.
|
CacheSecurityGroup |
AmazonElastiCache.revokeCacheSecurityGroupIngress(RevokeCacheSecurityGroupIngressRequest revokeCacheSecurityGroupIngressRequest)
The RevokeCacheSecurityGroupIngress action revokes ingress from a
cache security group.
|
Modifier and Type | Method and Description |
---|---|
CacheSecurityGroup |
CacheSecurityGroup.clone() |
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 AWS 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 © 2016. All rights reserved.