Uses of Class
software.amazon.awssdk.services.elasticache.model.CacheSecurityGroupAlreadyExistsException
-
Packages that use CacheSecurityGroupAlreadyExistsException Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache -
-
Uses of CacheSecurityGroupAlreadyExistsException in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that throw CacheSecurityGroupAlreadyExistsException Modifier and Type Method Description default CreateCacheSecurityGroupResponse
ElastiCacheClient. createCacheSecurityGroup(Consumer<CreateCacheSecurityGroupRequest.Builder> createCacheSecurityGroupRequest)
Creates a new cache security group.default CreateCacheSecurityGroupResponse
ElastiCacheClient. createCacheSecurityGroup(CreateCacheSecurityGroupRequest createCacheSecurityGroupRequest)
Creates a new cache security group.
-