Uses of Class
com.amazonaws.services.elasticache.model.AuthorizeCacheSecurityGroupIngressRequest
Packages that use AuthorizeCacheSecurityGroupIngressRequest
-
Uses of AuthorizeCacheSecurityGroupIngressRequest in com.amazonaws.services.elasticache
Methods in com.amazonaws.services.elasticache with parameters of type AuthorizeCacheSecurityGroupIngressRequestModifier and TypeMethodDescriptionAbstractAmazonElastiCache.authorizeCacheSecurityGroupIngress
(AuthorizeCacheSecurityGroupIngressRequest request) AmazonElastiCache.authorizeCacheSecurityGroupIngress
(AuthorizeCacheSecurityGroupIngressRequest authorizeCacheSecurityGroupIngressRequest) The AuthorizeCacheSecurityGroupIngress action allows network ingress to a cache security group.AmazonElastiCacheClient.authorizeCacheSecurityGroupIngress
(AuthorizeCacheSecurityGroupIngressRequest authorizeCacheSecurityGroupIngressRequest) The AuthorizeCacheSecurityGroupIngress action allows network ingress to a cache security group.AbstractAmazonElastiCacheAsync.authorizeCacheSecurityGroupIngressAsync
(AuthorizeCacheSecurityGroupIngressRequest request) AbstractAmazonElastiCacheAsync.authorizeCacheSecurityGroupIngressAsync
(AuthorizeCacheSecurityGroupIngressRequest request, AsyncHandler<AuthorizeCacheSecurityGroupIngressRequest, CacheSecurityGroup> asyncHandler) AmazonElastiCacheAsync.authorizeCacheSecurityGroupIngressAsync
(AuthorizeCacheSecurityGroupIngressRequest authorizeCacheSecurityGroupIngressRequest) The AuthorizeCacheSecurityGroupIngress action allows network ingress to a cache security group.AmazonElastiCacheAsync.authorizeCacheSecurityGroupIngressAsync
(AuthorizeCacheSecurityGroupIngressRequest authorizeCacheSecurityGroupIngressRequest, AsyncHandler<AuthorizeCacheSecurityGroupIngressRequest, CacheSecurityGroup> asyncHandler) The AuthorizeCacheSecurityGroupIngress action allows network ingress to a cache security group.AmazonElastiCacheAsyncClient.authorizeCacheSecurityGroupIngressAsync
(AuthorizeCacheSecurityGroupIngressRequest request) AmazonElastiCacheAsyncClient.authorizeCacheSecurityGroupIngressAsync
(AuthorizeCacheSecurityGroupIngressRequest request, AsyncHandler<AuthorizeCacheSecurityGroupIngressRequest, CacheSecurityGroup> asyncHandler) Method parameters in com.amazonaws.services.elasticache with type arguments of type AuthorizeCacheSecurityGroupIngressRequestModifier and TypeMethodDescriptionAbstractAmazonElastiCacheAsync.authorizeCacheSecurityGroupIngressAsync
(AuthorizeCacheSecurityGroupIngressRequest request, AsyncHandler<AuthorizeCacheSecurityGroupIngressRequest, CacheSecurityGroup> asyncHandler) AmazonElastiCacheAsync.authorizeCacheSecurityGroupIngressAsync
(AuthorizeCacheSecurityGroupIngressRequest authorizeCacheSecurityGroupIngressRequest, AsyncHandler<AuthorizeCacheSecurityGroupIngressRequest, CacheSecurityGroup> asyncHandler) The AuthorizeCacheSecurityGroupIngress action allows network ingress to a cache security group.AmazonElastiCacheAsyncClient.authorizeCacheSecurityGroupIngressAsync
(AuthorizeCacheSecurityGroupIngressRequest request, AsyncHandler<AuthorizeCacheSecurityGroupIngressRequest, CacheSecurityGroup> asyncHandler) -
Uses of AuthorizeCacheSecurityGroupIngressRequest in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return AuthorizeCacheSecurityGroupIngressRequestModifier and TypeMethodDescriptionAuthorizeCacheSecurityGroupIngressRequest.clone()
AuthorizeCacheSecurityGroupIngressRequest.withCacheSecurityGroupName
(String cacheSecurityGroupName) The cache security group which will allow network ingress.AuthorizeCacheSecurityGroupIngressRequest.withEC2SecurityGroupName
(String eC2SecurityGroupName) The Amazon EC2 security group to be authorized for ingress to the cache security group.AuthorizeCacheSecurityGroupIngressRequest.withEC2SecurityGroupOwnerId
(String eC2SecurityGroupOwnerId) The AWS account number of the Amazon EC2 security group owner.