Uses of Interface
software.amazon.awssdk.services.elasticache.model.ListAllowedNodeTypeModificationsRequest.Builder
-
Packages that use ListAllowedNodeTypeModificationsRequest.Builder Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.model -
-
Uses of ListAllowedNodeTypeModificationsRequest.Builder in software.amazon.awssdk.services.elasticache
Method parameters in software.amazon.awssdk.services.elasticache with type arguments of type ListAllowedNodeTypeModificationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListAllowedNodeTypeModificationsResponse>ElastiCacheAsyncClient. listAllowedNodeTypeModifications(Consumer<ListAllowedNodeTypeModificationsRequest.Builder> listAllowedNodeTypeModificationsRequest)Lists all available node types that you can scale with your cluster's replication group's current node type.default ListAllowedNodeTypeModificationsResponseElastiCacheClient. listAllowedNodeTypeModifications(Consumer<ListAllowedNodeTypeModificationsRequest.Builder> listAllowedNodeTypeModificationsRequest)Lists all available node types that you can scale with your cluster's replication group's current node type. -
Uses of ListAllowedNodeTypeModificationsRequest.Builder in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return ListAllowedNodeTypeModificationsRequest.Builder Modifier and Type Method Description static ListAllowedNodeTypeModificationsRequest.BuilderListAllowedNodeTypeModificationsRequest. builder()ListAllowedNodeTypeModificationsRequest.BuilderListAllowedNodeTypeModificationsRequest.Builder. cacheClusterId(String cacheClusterId)The name of the cluster you want to scale up to a larger node instanced type.ListAllowedNodeTypeModificationsRequest.BuilderListAllowedNodeTypeModificationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAllowedNodeTypeModificationsRequest.BuilderListAllowedNodeTypeModificationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAllowedNodeTypeModificationsRequest.BuilderListAllowedNodeTypeModificationsRequest.Builder. replicationGroupId(String replicationGroupId)The name of the replication group want to scale up to a larger node type.ListAllowedNodeTypeModificationsRequest.BuilderListAllowedNodeTypeModificationsRequest. toBuilder()Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type ListAllowedNodeTypeModificationsRequest.Builder Modifier and Type Method Description static Class<? extends ListAllowedNodeTypeModificationsRequest.Builder>ListAllowedNodeTypeModificationsRequest. serializableBuilderClass()
-