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