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

Packages that use AuthorizeCacheSecurityGroupIngressRequest
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 AuthorizeCacheSecurityGroupIngressRequest in com.amazonaws.services.elasticache
 

Methods in com.amazonaws.services.elasticache with parameters of type AuthorizeCacheSecurityGroupIngressRequest
 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.
 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.
 

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

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

Methods in com.amazonaws.services.elasticache.model that return AuthorizeCacheSecurityGroupIngressRequest
 AuthorizeCacheSecurityGroupIngressRequest AuthorizeCacheSecurityGroupIngressRequest.withCacheSecurityGroupName(String cacheSecurityGroupName)
          The cache security group which will allow network ingress.
 AuthorizeCacheSecurityGroupIngressRequest AuthorizeCacheSecurityGroupIngressRequest.withEC2SecurityGroupName(String eC2SecurityGroupName)
          The Amazon EC2 security group to be authorized for ingress to the cache security group.
 AuthorizeCacheSecurityGroupIngressRequest AuthorizeCacheSecurityGroupIngressRequest.withEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)
          The AWS account number of the Amazon EC2 security group owner.
 



Copyright © 2016. All rights reserved.