Package | Description |
---|---|
com.amazonaws.services.elasticache | |
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
ListAllowedNodeTypeModificationsResult |
AmazonElastiCache.listAllowedNodeTypeModifications()
Simplified method form for invoking the ListAllowedNodeTypeModifications
operation.
|
ListAllowedNodeTypeModificationsResult |
AmazonElastiCacheClient.listAllowedNodeTypeModifications() |
ListAllowedNodeTypeModificationsResult |
AbstractAmazonElastiCache.listAllowedNodeTypeModifications() |
ListAllowedNodeTypeModificationsResult |
AmazonElastiCache.listAllowedNodeTypeModifications(ListAllowedNodeTypeModificationsRequest listAllowedNodeTypeModificationsRequest)
The
ListAllowedNodeTypeModifications action lists all
available node types that you can scale your Redis cluster's or
replication group's current node type up to. |
ListAllowedNodeTypeModificationsResult |
AmazonElastiCacheClient.listAllowedNodeTypeModifications(ListAllowedNodeTypeModificationsRequest listAllowedNodeTypeModificationsRequest)
The
ListAllowedNodeTypeModifications action lists all
available node types that you can scale your Redis cluster's or
replication group's current node type up to. |
ListAllowedNodeTypeModificationsResult |
AbstractAmazonElastiCache.listAllowedNodeTypeModifications(ListAllowedNodeTypeModificationsRequest request) |
Modifier and Type | Method and Description |
---|---|
ListAllowedNodeTypeModificationsResult |
ListAllowedNodeTypeModificationsResult.clone() |
ListAllowedNodeTypeModificationsResult |
ListAllowedNodeTypeModificationsResult.withScaleUpModifications(Collection<String> scaleUpModifications)
A string list, each element of which specifies a cache node type which
you can use to scale your cache cluster or replication group.
|
ListAllowedNodeTypeModificationsResult |
ListAllowedNodeTypeModificationsResult.withScaleUpModifications(String... scaleUpModifications)
A string list, each element of which specifies a cache node type which
you can use to scale your cache cluster or replication group.
|
Copyright © 2018. All rights reserved.