Uses of Class
software.amazon.awssdk.services.fsx.model.CreateFileCacheResponse
-
Packages that use CreateFileCacheResponse 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. -
-
Uses of CreateFileCacheResponse in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx that return CreateFileCacheResponse Modifier and Type Method Description default CreateFileCacheResponseFSxClient. createFileCache(Consumer<CreateFileCacheRequest.Builder> createFileCacheRequest)Creates a new Amazon File Cache resource.default CreateFileCacheResponseFSxClient. createFileCache(CreateFileCacheRequest createFileCacheRequest)Creates a new Amazon File Cache resource.Methods in software.amazon.awssdk.services.fsx that return types with arguments of type CreateFileCacheResponse Modifier and Type Method Description default CompletableFuture<CreateFileCacheResponse>FSxAsyncClient. createFileCache(Consumer<CreateFileCacheRequest.Builder> createFileCacheRequest)Creates a new Amazon File Cache resource.default CompletableFuture<CreateFileCacheResponse>FSxAsyncClient. createFileCache(CreateFileCacheRequest createFileCacheRequest)Creates a new Amazon File Cache resource.
-