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 CacheSecurityGroup
AuthorizeCacheSecurityGroupIngressResponse. cacheSecurityGroup()
Returns the value of the CacheSecurityGroup property for this object.CacheSecurityGroup
CreateCacheSecurityGroupResponse. cacheSecurityGroup()
Returns the value of the CacheSecurityGroup property for this object.CacheSecurityGroup
RevokeCacheSecurityGroupIngressResponse. 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.Builder
AuthorizeCacheSecurityGroupIngressResponse.Builder. cacheSecurityGroup(CacheSecurityGroup cacheSecurityGroup)
Sets the value of the CacheSecurityGroup property for this object.CreateCacheSecurityGroupResponse.Builder
CreateCacheSecurityGroupResponse.Builder. cacheSecurityGroup(CacheSecurityGroup cacheSecurityGroup)
Sets the value of the CacheSecurityGroup property for this object.RevokeCacheSecurityGroupIngressResponse.Builder
RevokeCacheSecurityGroupIngressResponse.Builder. cacheSecurityGroup(CacheSecurityGroup cacheSecurityGroup)
Sets the value of the CacheSecurityGroup property for this object.DescribeCacheSecurityGroupsResponse.Builder
DescribeCacheSecurityGroupsResponse.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.Builder
DescribeCacheSecurityGroupsResponse.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.
-