Package | Description |
---|---|
com.amazonaws.services.elasticache | |
com.amazonaws.services.elasticache.model | |
com.amazonaws.services.elasticache.model.transform |
Modifier and Type | Method and Description |
---|---|
CacheSubnetGroup |
AmazonElastiCacheClient.createCacheSubnetGroup(CreateCacheSubnetGroupRequest createCacheSubnetGroupRequest)
The CreateCacheSubnetGroup action creates a new cache subnet
group.
|
CacheSubnetGroup |
AmazonElastiCache.createCacheSubnetGroup(CreateCacheSubnetGroupRequest createCacheSubnetGroupRequest)
The CreateCacheSubnetGroup action creates a new cache subnet
group.
|
CacheSubnetGroup |
AbstractAmazonElastiCache.createCacheSubnetGroup(CreateCacheSubnetGroupRequest request) |
CacheSubnetGroup |
AmazonElastiCacheClient.modifyCacheSubnetGroup(ModifyCacheSubnetGroupRequest modifyCacheSubnetGroupRequest)
The ModifyCacheSubnetGroup action modifies an existing cache
subnet group.
|
CacheSubnetGroup |
AmazonElastiCache.modifyCacheSubnetGroup(ModifyCacheSubnetGroupRequest modifyCacheSubnetGroupRequest)
The ModifyCacheSubnetGroup action modifies an existing cache
subnet group.
|
CacheSubnetGroup |
AbstractAmazonElastiCache.modifyCacheSubnetGroup(ModifyCacheSubnetGroupRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CacheSubnetGroup> |
AmazonElastiCacheAsyncClient.createCacheSubnetGroupAsync(CreateCacheSubnetGroupRequest request) |
java.util.concurrent.Future<CacheSubnetGroup> |
AmazonElastiCacheAsync.createCacheSubnetGroupAsync(CreateCacheSubnetGroupRequest createCacheSubnetGroupRequest)
The CreateCacheSubnetGroup action creates a new cache subnet
group.
|
java.util.concurrent.Future<CacheSubnetGroup> |
AbstractAmazonElastiCacheAsync.createCacheSubnetGroupAsync(CreateCacheSubnetGroupRequest request) |
java.util.concurrent.Future<CacheSubnetGroup> |
AmazonElastiCacheAsyncClient.createCacheSubnetGroupAsync(CreateCacheSubnetGroupRequest request,
AsyncHandler<CreateCacheSubnetGroupRequest,CacheSubnetGroup> asyncHandler) |
java.util.concurrent.Future<CacheSubnetGroup> |
AmazonElastiCacheAsync.createCacheSubnetGroupAsync(CreateCacheSubnetGroupRequest createCacheSubnetGroupRequest,
AsyncHandler<CreateCacheSubnetGroupRequest,CacheSubnetGroup> asyncHandler)
The CreateCacheSubnetGroup action creates a new cache subnet
group.
|
java.util.concurrent.Future<CacheSubnetGroup> |
AbstractAmazonElastiCacheAsync.createCacheSubnetGroupAsync(CreateCacheSubnetGroupRequest request,
AsyncHandler<CreateCacheSubnetGroupRequest,CacheSubnetGroup> asyncHandler) |
java.util.concurrent.Future<CacheSubnetGroup> |
AmazonElastiCacheAsyncClient.modifyCacheSubnetGroupAsync(ModifyCacheSubnetGroupRequest request) |
java.util.concurrent.Future<CacheSubnetGroup> |
AmazonElastiCacheAsync.modifyCacheSubnetGroupAsync(ModifyCacheSubnetGroupRequest modifyCacheSubnetGroupRequest)
The ModifyCacheSubnetGroup action modifies an existing cache
subnet group.
|
java.util.concurrent.Future<CacheSubnetGroup> |
AbstractAmazonElastiCacheAsync.modifyCacheSubnetGroupAsync(ModifyCacheSubnetGroupRequest request) |
java.util.concurrent.Future<CacheSubnetGroup> |
AmazonElastiCacheAsyncClient.modifyCacheSubnetGroupAsync(ModifyCacheSubnetGroupRequest request,
AsyncHandler<ModifyCacheSubnetGroupRequest,CacheSubnetGroup> asyncHandler) |
java.util.concurrent.Future<CacheSubnetGroup> |
AmazonElastiCacheAsync.modifyCacheSubnetGroupAsync(ModifyCacheSubnetGroupRequest modifyCacheSubnetGroupRequest,
AsyncHandler<ModifyCacheSubnetGroupRequest,CacheSubnetGroup> asyncHandler)
The ModifyCacheSubnetGroup action modifies an existing cache
subnet group.
|
java.util.concurrent.Future<CacheSubnetGroup> |
AbstractAmazonElastiCacheAsync.modifyCacheSubnetGroupAsync(ModifyCacheSubnetGroupRequest request,
AsyncHandler<ModifyCacheSubnetGroupRequest,CacheSubnetGroup> asyncHandler) |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<CacheSubnetGroup> |
DescribeCacheSubnetGroupsResult.cacheSubnetGroups
A list of cache subnet groups.
|
Modifier and Type | Method and Description |
---|---|
CacheSubnetGroup |
CacheSubnetGroup.clone() |
CacheSubnetGroup |
CacheSubnetGroup.withCacheSubnetGroupDescription(java.lang.String cacheSubnetGroupDescription)
The description of the cache subnet group.
|
CacheSubnetGroup |
CacheSubnetGroup.withCacheSubnetGroupName(java.lang.String cacheSubnetGroupName)
The name of the cache subnet group.
|
CacheSubnetGroup |
CacheSubnetGroup.withSubnets(java.util.Collection<Subnet> subnets)
A list of subnets associated with the cache subnet group.
|
CacheSubnetGroup |
CacheSubnetGroup.withSubnets(Subnet... subnets)
A list of subnets associated with the cache subnet group.
|
CacheSubnetGroup |
CacheSubnetGroup.withVpcId(java.lang.String vpcId)
The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet
group.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CacheSubnetGroup> |
DescribeCacheSubnetGroupsResult.getCacheSubnetGroups()
A list of cache subnet groups.
|
Modifier and Type | Method and Description |
---|---|
DescribeCacheSubnetGroupsResult |
DescribeCacheSubnetGroupsResult.withCacheSubnetGroups(CacheSubnetGroup... cacheSubnetGroups)
A list of cache subnet groups.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeCacheSubnetGroupsResult.setCacheSubnetGroups(java.util.Collection<CacheSubnetGroup> cacheSubnetGroups)
A list of cache subnet groups.
|
DescribeCacheSubnetGroupsResult |
DescribeCacheSubnetGroupsResult.withCacheSubnetGroups(java.util.Collection<CacheSubnetGroup> cacheSubnetGroups)
A list of cache subnet groups.
|
Modifier and Type | Method and Description |
---|---|
CacheSubnetGroup |
CacheSubnetGroupStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |