Uses of Class
software.amazon.awssdk.services.fsx.model.FileCacheFailureDetails
-
Packages that use FileCacheFailureDetails Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of FileCacheFailureDetails in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return FileCacheFailureDetails Modifier and Type Method Description FileCacheFailureDetailsFileCache. failureDetails()A structure providing details of any failures that occurred.FileCacheFailureDetailsFileCacheCreating. failureDetails()A structure providing details of any failures that occurred in creating a cache.Methods in software.amazon.awssdk.services.fsx.model with parameters of type FileCacheFailureDetails Modifier and Type Method Description FileCache.BuilderFileCache.Builder. failureDetails(FileCacheFailureDetails failureDetails)A structure providing details of any failures that occurred.FileCacheCreating.BuilderFileCacheCreating.Builder. failureDetails(FileCacheFailureDetails failureDetails)A structure providing details of any failures that occurred in creating a cache.
-