Package | Description |
---|---|
com.amazonaws.services.elasticache | |
com.amazonaws.services.elasticache.model | |
com.amazonaws.services.elasticache.model.transform |
Modifier and Type | Method and Description |
---|---|
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.authorizeCacheSecurityGroupIngress(AuthorizeCacheSecurityGroupIngressRequest 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.createCacheSecurityGroup(CreateCacheSecurityGroupRequest 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.
|
CacheSecurityGroup |
AbstractAmazonElastiCache.revokeCacheSecurityGroupIngress(RevokeCacheSecurityGroupIngressRequest request) |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<CacheSecurityGroup> |
DescribeCacheSecurityGroupsResult.cacheSecurityGroups
A list of cache security groups.
|
Modifier and Type | Method and Description |
---|---|
CacheSecurityGroup |
CacheSecurityGroup.clone() |
CacheSecurityGroup |
CacheSecurityGroup.withCacheSecurityGroupName(java.lang.String cacheSecurityGroupName)
The name of the cache security group.
|
CacheSecurityGroup |
CacheSecurityGroup.withDescription(java.lang.String description)
The description of the cache security group.
|
CacheSecurityGroup |
CacheSecurityGroup.withEC2SecurityGroups(java.util.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(java.lang.String ownerId)
The AWS account ID of the cache security group owner.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<CacheSecurityGroup> cacheSecurityGroups)
A list of cache security groups.
|
DescribeCacheSecurityGroupsResult |
DescribeCacheSecurityGroupsResult.withCacheSecurityGroups(java.util.Collection<CacheSecurityGroup> cacheSecurityGroups)
A list of cache security groups.
|
Modifier and Type | Method and Description |
---|---|
CacheSecurityGroup |
CacheSecurityGroupStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |