| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache.model | |
| software.amazon.awssdk.services.elasticache.paginators |
| Modifier and Type | Method and Description |
|---|---|
CacheSecurityGroup |
AuthorizeCacheSecurityGroupIngressResponse.cacheSecurityGroup()
Returns the value of the CacheSecurityGroup property for this object.
|
CacheSecurityGroup |
RevokeCacheSecurityGroupIngressResponse.cacheSecurityGroup()
Returns the value of the CacheSecurityGroup property for this object.
|
CacheSecurityGroup |
CreateCacheSecurityGroupResponse.cacheSecurityGroup()
Returns the value of the CacheSecurityGroup property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<CacheSecurityGroup> |
DescribeCacheSecurityGroupsResponse.cacheSecurityGroups()
A list of cache security groups.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizeCacheSecurityGroupIngressResponse.Builder |
AuthorizeCacheSecurityGroupIngressResponse.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.
|
CreateCacheSecurityGroupResponse.Builder |
CreateCacheSecurityGroupResponse.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.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeCacheSecurityGroupsResponse.Builder |
DescribeCacheSecurityGroupsResponse.Builder.cacheSecurityGroups(Collection<CacheSecurityGroup> cacheSecurityGroups)
A list of cache security groups.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<CacheSecurityGroup> |
DescribeCacheSecurityGroupsPublisher.cacheSecurityGroups()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<CacheSecurityGroup> |
DescribeCacheSecurityGroupsIterable.cacheSecurityGroups()
Returns an iterable to iterate through the paginated
DescribeCacheSecurityGroupsResponse.cacheSecurityGroups() member. |
Copyright © 2023. All rights reserved.