Uses of Interface
software.amazon.awssdk.services.fms.model.FmsException.Builder
-
Packages that use FmsException.Builder Package Description software.amazon.awssdk.services.fms.model -
-
Uses of FmsException.Builder in software.amazon.awssdk.services.fms.model
Subinterfaces of FmsException.Builder in software.amazon.awssdk.services.fms.model Modifier and Type Interface Description static interfaceInternalErrorException.Builderstatic interfaceInvalidInputException.Builderstatic interfaceInvalidOperationException.Builderstatic interfaceInvalidTypeException.Builderstatic interfaceLimitExceededException.Builderstatic interfaceResourceNotFoundException.BuilderClasses in software.amazon.awssdk.services.fms.model that implement FmsException.Builder Modifier and Type Class Description protected static classFmsException.BuilderImplMethods in software.amazon.awssdk.services.fms.model that return FmsException.Builder Modifier and Type Method Description FmsException.BuilderFmsException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static FmsException.BuilderFmsException. builder()FmsException.BuilderFmsException.Builder. cause(Throwable cause)FmsException.BuilderFmsException.Builder. message(String message)FmsException.BuilderFmsException.Builder. requestId(String requestId)FmsException.BuilderFmsException.Builder. statusCode(int statusCode)FmsException.BuilderFmsException. toBuilder()FmsException.BuilderFmsException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type FmsException.Builder Modifier and Type Method Description static Class<? extends FmsException.Builder>FmsException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.fms.model with parameters of type FmsException.Builder Constructor Description FmsException(FmsException.Builder builder)
-