Uses of Class
software.amazon.awssdk.services.elasticache.model.ListAllowedNodeTypeModificationsRequest
-
Packages that use ListAllowedNodeTypeModificationsRequest Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.transform -
-
Uses of ListAllowedNodeTypeModificationsRequest in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache with parameters of type ListAllowedNodeTypeModificationsRequest Modifier and Type Method Description default CompletableFuture<ListAllowedNodeTypeModificationsResponse>ElastiCacheAsyncClient. listAllowedNodeTypeModifications(ListAllowedNodeTypeModificationsRequest listAllowedNodeTypeModificationsRequest)Lists all available node types that you can scale with your cluster's replication group's current node type.default ListAllowedNodeTypeModificationsResponseElastiCacheClient. listAllowedNodeTypeModifications(ListAllowedNodeTypeModificationsRequest listAllowedNodeTypeModificationsRequest)Lists all available node types that you can scale with your cluster's replication group's current node type. -
Uses of ListAllowedNodeTypeModificationsRequest in software.amazon.awssdk.services.elasticache.transform
Methods in software.amazon.awssdk.services.elasticache.transform with parameters of type ListAllowedNodeTypeModificationsRequest Modifier and Type Method Description SdkHttpFullRequestListAllowedNodeTypeModificationsRequestMarshaller. marshall(ListAllowedNodeTypeModificationsRequest listAllowedNodeTypeModificationsRequest)
-