Uses of Interface
software.amazon.awssdk.services.personalize.model.PersonalizeException.Builder
-
Packages that use PersonalizeException.Builder Package Description software.amazon.awssdk.services.personalize.model -
-
Uses of PersonalizeException.Builder in software.amazon.awssdk.services.personalize.model
Subinterfaces of PersonalizeException.Builder in software.amazon.awssdk.services.personalize.model Modifier and Type Interface Description static interfaceInvalidInputException.Builderstatic interfaceInvalidNextTokenException.Builderstatic interfaceLimitExceededException.Builderstatic interfaceResourceAlreadyExistsException.Builderstatic interfaceResourceInUseException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceTooManyTagKeysException.Builderstatic interfaceTooManyTagsException.BuilderClasses in software.amazon.awssdk.services.personalize.model that implement PersonalizeException.Builder Modifier and Type Class Description protected static classPersonalizeException.BuilderImplMethods in software.amazon.awssdk.services.personalize.model that return PersonalizeException.Builder Modifier and Type Method Description PersonalizeException.BuilderPersonalizeException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static PersonalizeException.BuilderPersonalizeException. builder()PersonalizeException.BuilderPersonalizeException.Builder. cause(Throwable cause)PersonalizeException.BuilderPersonalizeException.Builder. message(String message)PersonalizeException.BuilderPersonalizeException.Builder. requestId(String requestId)PersonalizeException.BuilderPersonalizeException.Builder. statusCode(int statusCode)PersonalizeException.BuilderPersonalizeException. toBuilder()PersonalizeException.BuilderPersonalizeException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.personalize.model that return types with arguments of type PersonalizeException.Builder Modifier and Type Method Description static Class<? extends PersonalizeException.Builder>PersonalizeException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.personalize.model with parameters of type PersonalizeException.Builder Constructor Description PersonalizeException(PersonalizeException.Builder builder)
-