Uses of Class
software.amazon.awssdk.services.finspace.model.KxCacheStorageConfiguration
-
Packages that use KxCacheStorageConfiguration Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of KxCacheStorageConfiguration in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type KxCacheStorageConfiguration Modifier and Type Method Description List<KxCacheStorageConfiguration>CreateKxClusterRequest. cacheStorageConfigurations()The configurations for a read only cache storage associated with a cluster.List<KxCacheStorageConfiguration>CreateKxClusterResponse. cacheStorageConfigurations()The configurations for a read only cache storage associated with a cluster.List<KxCacheStorageConfiguration>GetKxClusterResponse. cacheStorageConfigurations()The configurations for a read only cache storage associated with a cluster.Methods in software.amazon.awssdk.services.finspace.model with parameters of type KxCacheStorageConfiguration Modifier and Type Method Description CreateKxClusterRequest.BuilderCreateKxClusterRequest.Builder. cacheStorageConfigurations(KxCacheStorageConfiguration... cacheStorageConfigurations)The configurations for a read only cache storage associated with a cluster.CreateKxClusterResponse.BuilderCreateKxClusterResponse.Builder. cacheStorageConfigurations(KxCacheStorageConfiguration... cacheStorageConfigurations)The configurations for a read only cache storage associated with a cluster.GetKxClusterResponse.BuilderGetKxClusterResponse.Builder. cacheStorageConfigurations(KxCacheStorageConfiguration... cacheStorageConfigurations)The configurations for a read only cache storage associated with a cluster.Method parameters in software.amazon.awssdk.services.finspace.model with type arguments of type KxCacheStorageConfiguration Modifier and Type Method Description CreateKxClusterRequest.BuilderCreateKxClusterRequest.Builder. cacheStorageConfigurations(Collection<KxCacheStorageConfiguration> cacheStorageConfigurations)The configurations for a read only cache storage associated with a cluster.CreateKxClusterResponse.BuilderCreateKxClusterResponse.Builder. cacheStorageConfigurations(Collection<KxCacheStorageConfiguration> cacheStorageConfigurations)The configurations for a read only cache storage associated with a cluster.GetKxClusterResponse.BuilderGetKxClusterResponse.Builder. cacheStorageConfigurations(Collection<KxCacheStorageConfiguration> cacheStorageConfigurations)The configurations for a read only cache storage associated with a cluster.
-