Uses of Interface
software.amazon.awssdk.services.machinelearning.model.MachineLearningException.Builder
-
Packages that use MachineLearningException.Builder Package Description software.amazon.awssdk.services.machinelearning.model -
-
Uses of MachineLearningException.Builder in software.amazon.awssdk.services.machinelearning.model
Subinterfaces of MachineLearningException.Builder in software.amazon.awssdk.services.machinelearning.model Modifier and Type Interface Description static interfaceIdempotentParameterMismatchException.Builderstatic interfaceInternalServerException.Builderstatic interfaceInvalidInputException.Builderstatic interfaceInvalidTagException.Builderstatic interfaceLimitExceededException.Builderstatic interfacePredictorNotMountedException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceTagLimitExceededException.BuilderClasses in software.amazon.awssdk.services.machinelearning.model that implement MachineLearningException.Builder Modifier and Type Class Description protected static classMachineLearningException.BuilderImplMethods in software.amazon.awssdk.services.machinelearning.model that return MachineLearningException.Builder Modifier and Type Method Description MachineLearningException.BuilderMachineLearningException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static MachineLearningException.BuilderMachineLearningException. builder()MachineLearningException.BuilderMachineLearningException.Builder. cause(Throwable cause)MachineLearningException.BuilderMachineLearningException.Builder. message(String message)MachineLearningException.BuilderMachineLearningException.Builder. requestId(String requestId)MachineLearningException.BuilderMachineLearningException.Builder. statusCode(int statusCode)MachineLearningException.BuilderMachineLearningException. toBuilder()MachineLearningException.BuilderMachineLearningException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.machinelearning.model that return types with arguments of type MachineLearningException.Builder Modifier and Type Method Description static Class<? extends MachineLearningException.Builder>MachineLearningException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.machinelearning.model with parameters of type MachineLearningException.Builder Constructor Description MachineLearningException(MachineLearningException.Builder builder)
-