Uses of Class
software.amazon.awssdk.services.fsx.model.FileCache
-
Packages that use FileCache Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of FileCache in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return FileCache Modifier and Type Method Description FileCacheUpdateFileCacheResponse. fileCache()A description of the cache that was updated.Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type FileCache Modifier and Type Method Description List<FileCache>DescribeFileCachesResponse. fileCaches()The response object for theDescribeFileCachesoperation.Methods in software.amazon.awssdk.services.fsx.model with parameters of type FileCache Modifier and Type Method Description UpdateFileCacheResponse.BuilderUpdateFileCacheResponse.Builder. fileCache(FileCache fileCache)A description of the cache that was updated.DescribeFileCachesResponse.BuilderDescribeFileCachesResponse.Builder. fileCaches(FileCache... fileCaches)The response object for theDescribeFileCachesoperation.Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type FileCache Modifier and Type Method Description DescribeFileCachesResponse.BuilderDescribeFileCachesResponse.Builder. fileCaches(Collection<FileCache> fileCaches)The response object for theDescribeFileCachesoperation.
-