Uses of Class
software.amazon.awssdk.services.fsx.model.DescribeFileCachesResponse
-
Packages that use DescribeFileCachesResponse Package Description software.amazon.awssdk.services.fsx Amazon FSx is a fully managed service that makes it easy for storage and application administrators to launch and use shared file storage.software.amazon.awssdk.services.fsx.paginators -
-
Uses of DescribeFileCachesResponse in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx that return DescribeFileCachesResponse Modifier and Type Method Description default DescribeFileCachesResponseFSxClient. describeFileCaches(Consumer<DescribeFileCachesRequest.Builder> describeFileCachesRequest)Returns the description of a specific Amazon File Cache resource, if aFileCacheIdsvalue is provided for that cache.default DescribeFileCachesResponseFSxClient. describeFileCaches(DescribeFileCachesRequest describeFileCachesRequest)Returns the description of a specific Amazon File Cache resource, if aFileCacheIdsvalue is provided for that cache.Methods in software.amazon.awssdk.services.fsx that return types with arguments of type DescribeFileCachesResponse Modifier and Type Method Description default CompletableFuture<DescribeFileCachesResponse>FSxAsyncClient. describeFileCaches(Consumer<DescribeFileCachesRequest.Builder> describeFileCachesRequest)Returns the description of a specific Amazon File Cache resource, if aFileCacheIdsvalue is provided for that cache.default CompletableFuture<DescribeFileCachesResponse>FSxAsyncClient. describeFileCaches(DescribeFileCachesRequest describeFileCachesRequest)Returns the description of a specific Amazon File Cache resource, if aFileCacheIdsvalue is provided for that cache. -
Uses of DescribeFileCachesResponse in software.amazon.awssdk.services.fsx.paginators
Methods in software.amazon.awssdk.services.fsx.paginators that return types with arguments of type DescribeFileCachesResponse Modifier and Type Method Description Iterator<DescribeFileCachesResponse>DescribeFileCachesIterable. iterator()Method parameters in software.amazon.awssdk.services.fsx.paginators with type arguments of type DescribeFileCachesResponse Modifier and Type Method Description voidDescribeFileCachesPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeFileCachesResponse> subscriber)
-