Uses of Interface
software.amazon.awssdk.services.fsx.model.FileSystemNotFoundException.Builder
-
Packages that use FileSystemNotFoundException.Builder Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of FileSystemNotFoundException.Builder in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return FileSystemNotFoundException.Builder Modifier and Type Method Description FileSystemNotFoundException.BuilderFileSystemNotFoundException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static FileSystemNotFoundException.BuilderFileSystemNotFoundException. builder()FileSystemNotFoundException.BuilderFileSystemNotFoundException.Builder. cause(Throwable cause)FileSystemNotFoundException.BuilderFileSystemNotFoundException.Builder. message(String message)FileSystemNotFoundException.BuilderFileSystemNotFoundException.Builder. requestId(String requestId)FileSystemNotFoundException.BuilderFileSystemNotFoundException.Builder. statusCode(int statusCode)FileSystemNotFoundException.BuilderFileSystemNotFoundException. toBuilder()FileSystemNotFoundException.BuilderFileSystemNotFoundException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type FileSystemNotFoundException.Builder Modifier and Type Method Description static Class<? extends FileSystemNotFoundException.Builder>FileSystemNotFoundException. serializableBuilderClass()
-