Package | Description |
---|---|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
ServerlessCacheConfiguration |
ServerlessCacheConfiguration.clone() |
ServerlessCacheConfiguration |
ServerlessCacheSnapshot.getServerlessCacheConfiguration()
The configuration of the serverless cache, at the time the snapshot was taken.
|
ServerlessCacheConfiguration |
ServerlessCacheConfiguration.withEngine(String engine)
The engine that the serverless cache is configured with.
|
ServerlessCacheConfiguration |
ServerlessCacheConfiguration.withMajorEngineVersion(String majorEngineVersion)
The engine version number that the serverless cache is configured with.
|
ServerlessCacheConfiguration |
ServerlessCacheConfiguration.withServerlessCacheName(String serverlessCacheName)
The identifier of a serverless cache.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerlessCacheSnapshot.setServerlessCacheConfiguration(ServerlessCacheConfiguration serverlessCacheConfiguration)
The configuration of the serverless cache, at the time the snapshot was taken.
|
ServerlessCacheSnapshot |
ServerlessCacheSnapshot.withServerlessCacheConfiguration(ServerlessCacheConfiguration serverlessCacheConfiguration)
The configuration of the serverless cache, at the time the snapshot was taken.
|
Copyright © 2023. All rights reserved.