Uses of Class
com.amazonaws.services.elasticache.model.CacheSecurityGroup

Packages that use CacheSecurityGroup
com.amazonaws.services.elasticache Synchronous and asynchronous client classes for accessing AmazonElastiCache. 
com.amazonaws.services.elasticache.model Classes modeling the various types represented by AmazonElastiCache. 
 

Uses of CacheSecurityGroup in com.amazonaws.services.elasticache
 

Methods in com.amazonaws.services.elasticache that return CacheSecurityGroup
 CacheSecurityGroup AmazonElastiCacheClient.authorizeCacheSecurityGroupIngress(AuthorizeCacheSecurityGroupIngressRequest authorizeCacheSecurityGroupIngressRequest)
           The AuthorizeCacheSecurityGroupIngress operation allows network ingress to a cache security group.
 CacheSecurityGroup AmazonElastiCache.authorizeCacheSecurityGroupIngress(AuthorizeCacheSecurityGroupIngressRequest authorizeCacheSecurityGroupIngressRequest)
           The AuthorizeCacheSecurityGroupIngress operation allows network ingress to a cache security group.
 CacheSecurityGroup AmazonElastiCacheClient.createCacheSecurityGroup(CreateCacheSecurityGroupRequest createCacheSecurityGroupRequest)
           The CreateCacheSecurityGroup operation creates a new cache security group.
 CacheSecurityGroup AmazonElastiCache.createCacheSecurityGroup(CreateCacheSecurityGroupRequest createCacheSecurityGroupRequest)
           The CreateCacheSecurityGroup operation creates a new cache security group.
 CacheSecurityGroup AmazonElastiCacheClient.revokeCacheSecurityGroupIngress(RevokeCacheSecurityGroupIngressRequest revokeCacheSecurityGroupIngressRequest)
           The RevokeCacheSecurityGroupIngress operation revokes ingress from a cache security group.
 CacheSecurityGroup AmazonElastiCache.revokeCacheSecurityGroupIngress(RevokeCacheSecurityGroupIngressRequest revokeCacheSecurityGroupIngressRequest)
           The RevokeCacheSecurityGroupIngress operation revokes ingress from a cache security group.
 

Methods in com.amazonaws.services.elasticache that return types with arguments of type CacheSecurityGroup
 Future<CacheSecurityGroup> AmazonElastiCacheAsyncClient.authorizeCacheSecurityGroupIngressAsync(AuthorizeCacheSecurityGroupIngressRequest authorizeCacheSecurityGroupIngressRequest)
           The AuthorizeCacheSecurityGroupIngress operation allows network ingress to a cache security group.
 Future<CacheSecurityGroup> AmazonElastiCacheAsync.authorizeCacheSecurityGroupIngressAsync(AuthorizeCacheSecurityGroupIngressRequest authorizeCacheSecurityGroupIngressRequest)
           The AuthorizeCacheSecurityGroupIngress operation allows network ingress to a cache security group.
 Future<CacheSecurityGroup> AmazonElastiCacheAsyncClient.authorizeCacheSecurityGroupIngressAsync(AuthorizeCacheSecurityGroupIngressRequest authorizeCacheSecurityGroupIngressRequest, AsyncHandler<AuthorizeCacheSecurityGroupIngressRequest,CacheSecurityGroup> asyncHandler)
           The AuthorizeCacheSecurityGroupIngress operation allows network ingress to a cache security group.
 Future<CacheSecurityGroup> AmazonElastiCacheAsync.authorizeCacheSecurityGroupIngressAsync(AuthorizeCacheSecurityGroupIngressRequest authorizeCacheSecurityGroupIngressRequest, AsyncHandler<AuthorizeCacheSecurityGroupIngressRequest,CacheSecurityGroup> asyncHandler)
           The AuthorizeCacheSecurityGroupIngress operation allows network ingress to a cache security group.
 Future<CacheSecurityGroup> AmazonElastiCacheAsyncClient.createCacheSecurityGroupAsync(CreateCacheSecurityGroupRequest createCacheSecurityGroupRequest)
           The CreateCacheSecurityGroup operation creates a new cache security group.
 Future<CacheSecurityGroup> AmazonElastiCacheAsync.createCacheSecurityGroupAsync(CreateCacheSecurityGroupRequest createCacheSecurityGroupRequest)
           The CreateCacheSecurityGroup operation creates a new cache security group.
 Future<CacheSecurityGroup> AmazonElastiCacheAsyncClient.createCacheSecurityGroupAsync(CreateCacheSecurityGroupRequest createCacheSecurityGroupRequest, AsyncHandler<CreateCacheSecurityGroupRequest,CacheSecurityGroup> asyncHandler)
           The CreateCacheSecurityGroup operation creates a new cache security group.
 Future<CacheSecurityGroup> AmazonElastiCacheAsync.createCacheSecurityGroupAsync(CreateCacheSecurityGroupRequest createCacheSecurityGroupRequest, AsyncHandler<CreateCacheSecurityGroupRequest,CacheSecurityGroup> asyncHandler)
           The CreateCacheSecurityGroup operation creates a new cache security group.
 Future<CacheSecurityGroup> AmazonElastiCacheAsyncClient.revokeCacheSecurityGroupIngressAsync(RevokeCacheSecurityGroupIngressRequest revokeCacheSecurityGroupIngressRequest)
           The RevokeCacheSecurityGroupIngress operation revokes ingress from a cache security group.
 Future<CacheSecurityGroup> AmazonElastiCacheAsync.revokeCacheSecurityGroupIngressAsync(RevokeCacheSecurityGroupIngressRequest revokeCacheSecurityGroupIngressRequest)
           The RevokeCacheSecurityGroupIngress operation revokes ingress from a cache security group.
 Future<CacheSecurityGroup> AmazonElastiCacheAsyncClient.revokeCacheSecurityGroupIngressAsync(RevokeCacheSecurityGroupIngressRequest revokeCacheSecurityGroupIngressRequest, AsyncHandler<RevokeCacheSecurityGroupIngressRequest,CacheSecurityGroup> asyncHandler)
           The RevokeCacheSecurityGroupIngress operation revokes ingress from a cache security group.
 Future<CacheSecurityGroup> AmazonElastiCacheAsync.revokeCacheSecurityGroupIngressAsync(RevokeCacheSecurityGroupIngressRequest revokeCacheSecurityGroupIngressRequest, AsyncHandler<RevokeCacheSecurityGroupIngressRequest,CacheSecurityGroup> asyncHandler)
           The RevokeCacheSecurityGroupIngress operation revokes ingress from a cache security group.
 

Method parameters in com.amazonaws.services.elasticache with type arguments of type CacheSecurityGroup
 Future<CacheSecurityGroup> AmazonElastiCacheAsyncClient.authorizeCacheSecurityGroupIngressAsync(AuthorizeCacheSecurityGroupIngressRequest authorizeCacheSecurityGroupIngressRequest, AsyncHandler<AuthorizeCacheSecurityGroupIngressRequest,CacheSecurityGroup> asyncHandler)
           The AuthorizeCacheSecurityGroupIngress operation allows network ingress to a cache security group.
 Future<CacheSecurityGroup> AmazonElastiCacheAsync.authorizeCacheSecurityGroupIngressAsync(AuthorizeCacheSecurityGroupIngressRequest authorizeCacheSecurityGroupIngressRequest, AsyncHandler<AuthorizeCacheSecurityGroupIngressRequest,CacheSecurityGroup> asyncHandler)
           The AuthorizeCacheSecurityGroupIngress operation allows network ingress to a cache security group.
 Future<CacheSecurityGroup> AmazonElastiCacheAsyncClient.createCacheSecurityGroupAsync(CreateCacheSecurityGroupRequest createCacheSecurityGroupRequest, AsyncHandler<CreateCacheSecurityGroupRequest,CacheSecurityGroup> asyncHandler)
           The CreateCacheSecurityGroup operation creates a new cache security group.
 Future<CacheSecurityGroup> AmazonElastiCacheAsync.createCacheSecurityGroupAsync(CreateCacheSecurityGroupRequest createCacheSecurityGroupRequest, AsyncHandler<CreateCacheSecurityGroupRequest,CacheSecurityGroup> asyncHandler)
           The CreateCacheSecurityGroup operation creates a new cache security group.
 Future<CacheSecurityGroup> AmazonElastiCacheAsyncClient.revokeCacheSecurityGroupIngressAsync(RevokeCacheSecurityGroupIngressRequest revokeCacheSecurityGroupIngressRequest, AsyncHandler<RevokeCacheSecurityGroupIngressRequest,CacheSecurityGroup> asyncHandler)
           The RevokeCacheSecurityGroupIngress operation revokes ingress from a cache security group.
 Future<CacheSecurityGroup> AmazonElastiCacheAsync.revokeCacheSecurityGroupIngressAsync(RevokeCacheSecurityGroupIngressRequest revokeCacheSecurityGroupIngressRequest, AsyncHandler<RevokeCacheSecurityGroupIngressRequest,CacheSecurityGroup> asyncHandler)
           The RevokeCacheSecurityGroupIngress operation revokes ingress from a cache security group.
 

Uses of CacheSecurityGroup in com.amazonaws.services.elasticache.model
 

Methods in com.amazonaws.services.elasticache.model that return CacheSecurityGroup
 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.
 

Methods in com.amazonaws.services.elasticache.model that return types with arguments of type CacheSecurityGroup
 List<CacheSecurityGroup> DescribeCacheSecurityGroupsResult.getCacheSecurityGroups()
          A list of cache security groups.
 

Methods in com.amazonaws.services.elasticache.model with parameters of type CacheSecurityGroup
 DescribeCacheSecurityGroupsResult DescribeCacheSecurityGroupsResult.withCacheSecurityGroups(CacheSecurityGroup... cacheSecurityGroups)
          A list of cache security groups.
 

Method parameters in com.amazonaws.services.elasticache.model with type arguments of type CacheSecurityGroup
 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.