Uses of Interface
software.amazon.awssdk.services.efs.model.FileSystemInUseException.Builder
-
Packages that use FileSystemInUseException.Builder Package Description software.amazon.awssdk.services.efs.model -
-
Uses of FileSystemInUseException.Builder in software.amazon.awssdk.services.efs.model
Methods in software.amazon.awssdk.services.efs.model that return FileSystemInUseException.Builder Modifier and Type Method Description FileSystemInUseException.BuilderFileSystemInUseException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static FileSystemInUseException.BuilderFileSystemInUseException. builder()FileSystemInUseException.BuilderFileSystemInUseException.Builder. cause(Throwable cause)FileSystemInUseException.BuilderFileSystemInUseException.Builder. errorCode(String errorCode)Sets the value of the ErrorCode property for this object.FileSystemInUseException.BuilderFileSystemInUseException.Builder. message(String message)FileSystemInUseException.BuilderFileSystemInUseException.Builder. requestId(String requestId)FileSystemInUseException.BuilderFileSystemInUseException.Builder. statusCode(int statusCode)FileSystemInUseException.BuilderFileSystemInUseException. toBuilder()FileSystemInUseException.BuilderFileSystemInUseException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.efs.model that return types with arguments of type FileSystemInUseException.Builder Modifier and Type Method Description static Class<? extends FileSystemInUseException.Builder>FileSystemInUseException. serializableBuilderClass()
-