Uses of Class
software.amazon.awssdk.services.elasticache.model.CacheSecurityGroup
-
Packages that use CacheSecurityGroup Package Description software.amazon.awssdk.services.elasticache.model software.amazon.awssdk.services.elasticache.paginators -
-
Uses of CacheSecurityGroup in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return CacheSecurityGroup Modifier and Type Method Description CacheSecurityGroupAuthorizeCacheSecurityGroupIngressResponse. cacheSecurityGroup()Returns the value of the CacheSecurityGroup property for this object.CacheSecurityGroupCreateCacheSecurityGroupResponse. cacheSecurityGroup()Returns the value of the CacheSecurityGroup property for this object.CacheSecurityGroupRevokeCacheSecurityGroupIngressResponse. cacheSecurityGroup()Returns the value of the CacheSecurityGroup property for this object.Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type CacheSecurityGroup Modifier and Type Method Description List<CacheSecurityGroup>DescribeCacheSecurityGroupsResponse. cacheSecurityGroups()A list of cache security groups.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type CacheSecurityGroup Modifier and Type Method Description AuthorizeCacheSecurityGroupIngressResponse.BuilderAuthorizeCacheSecurityGroupIngressResponse.Builder. cacheSecurityGroup(CacheSecurityGroup cacheSecurityGroup)Sets the value of the CacheSecurityGroup property for this object.CreateCacheSecurityGroupResponse.BuilderCreateCacheSecurityGroupResponse.Builder. cacheSecurityGroup(CacheSecurityGroup cacheSecurityGroup)Sets the value of the CacheSecurityGroup property for this object.RevokeCacheSecurityGroupIngressResponse.BuilderRevokeCacheSecurityGroupIngressResponse.Builder. cacheSecurityGroup(CacheSecurityGroup cacheSecurityGroup)Sets the value of the CacheSecurityGroup property for this object.DescribeCacheSecurityGroupsResponse.BuilderDescribeCacheSecurityGroupsResponse.Builder. cacheSecurityGroups(CacheSecurityGroup... cacheSecurityGroups)A list of cache security groups.Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type CacheSecurityGroup Modifier and Type Method Description DescribeCacheSecurityGroupsResponse.BuilderDescribeCacheSecurityGroupsResponse.Builder. cacheSecurityGroups(Collection<CacheSecurityGroup> cacheSecurityGroups)A list of cache security groups. -
Uses of CacheSecurityGroup in software.amazon.awssdk.services.elasticache.paginators
Methods in software.amazon.awssdk.services.elasticache.paginators that return types with arguments of type CacheSecurityGroup Modifier and Type Method Description SdkIterable<CacheSecurityGroup>DescribeCacheSecurityGroupsIterable. cacheSecurityGroups()Returns an iterable to iterate through the paginatedDescribeCacheSecurityGroupsResponse.cacheSecurityGroups()member.SdkPublisher<CacheSecurityGroup>DescribeCacheSecurityGroupsPublisher. cacheSecurityGroups()Returns a publisher that can be used to get a stream of data.
-