Uses of Class
com.amazonaws.services.elasticache.model.RevokeCacheSecurityGroupIngressRequest
-
Packages that use RevokeCacheSecurityGroupIngressRequest Package Description com.amazonaws.services.elasticache com.amazonaws.services.elasticache.model -
-
Uses of RevokeCacheSecurityGroupIngressRequest in com.amazonaws.services.elasticache
Method parameters in com.amazonaws.services.elasticache with type arguments of type RevokeCacheSecurityGroupIngressRequest Modifier and Type Method Description Future<CacheSecurityGroup>AbstractAmazonElastiCacheAsync. revokeCacheSecurityGroupIngressAsync(RevokeCacheSecurityGroupIngressRequest request, AsyncHandler<RevokeCacheSecurityGroupIngressRequest,CacheSecurityGroup> asyncHandler)Future<CacheSecurityGroup>AmazonElastiCacheAsync. revokeCacheSecurityGroupIngressAsync(RevokeCacheSecurityGroupIngressRequest revokeCacheSecurityGroupIngressRequest, AsyncHandler<RevokeCacheSecurityGroupIngressRequest,CacheSecurityGroup> asyncHandler)The RevokeCacheSecurityGroupIngress action revokes ingress from a cache security group.Future<CacheSecurityGroup>AmazonElastiCacheAsyncClient. revokeCacheSecurityGroupIngressAsync(RevokeCacheSecurityGroupIngressRequest request, AsyncHandler<RevokeCacheSecurityGroupIngressRequest,CacheSecurityGroup> asyncHandler) -
Uses of RevokeCacheSecurityGroupIngressRequest in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return RevokeCacheSecurityGroupIngressRequest Modifier and Type Method Description RevokeCacheSecurityGroupIngressRequestRevokeCacheSecurityGroupIngressRequest. clone()RevokeCacheSecurityGroupIngressRequestRevokeCacheSecurityGroupIngressRequest. withCacheSecurityGroupName(String cacheSecurityGroupName)The name of the cache security group to revoke ingress from.RevokeCacheSecurityGroupIngressRequestRevokeCacheSecurityGroupIngressRequest. withEC2SecurityGroupName(String eC2SecurityGroupName)The name of the Amazon EC2 security group to revoke access from.RevokeCacheSecurityGroupIngressRequestRevokeCacheSecurityGroupIngressRequest. withEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)The AWS account number of the Amazon EC2 security group owner.
-