Uses of Class
software.amazon.awssdk.services.elasticache.model.ServerlessCacheConfiguration
-
Packages that use ServerlessCacheConfiguration Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of ServerlessCacheConfiguration in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return ServerlessCacheConfiguration Modifier and Type Method Description ServerlessCacheConfiguration
ServerlessCacheSnapshot. serverlessCacheConfiguration()
The configuration of the serverless cache, at the time the snapshot was taken.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type ServerlessCacheConfiguration Modifier and Type Method Description ServerlessCacheSnapshot.Builder
ServerlessCacheSnapshot.Builder. serverlessCacheConfiguration(ServerlessCacheConfiguration serverlessCacheConfiguration)
The configuration of the serverless cache, at the time the snapshot was taken.
-