Uses of Interface
software.amazon.awssdk.services.pinpoint.model.PinpointException.Builder
-
Packages that use PinpointException.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of PinpointException.Builder in software.amazon.awssdk.services.pinpoint.model
Subinterfaces of PinpointException.Builder in software.amazon.awssdk.services.pinpoint.model Modifier and Type Interface Description static interfaceBadRequestException.Builderstatic interfaceConflictException.Builderstatic interfaceForbiddenException.Builderstatic interfaceInternalServerErrorException.Builderstatic interfaceMethodNotAllowedException.Builderstatic interfaceNotFoundException.Builderstatic interfacePayloadTooLargeException.Builderstatic interfaceTooManyRequestsException.BuilderClasses in software.amazon.awssdk.services.pinpoint.model that implement PinpointException.Builder Modifier and Type Class Description protected static classPinpointException.BuilderImplMethods in software.amazon.awssdk.services.pinpoint.model that return PinpointException.Builder Modifier and Type Method Description PinpointException.BuilderPinpointException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static PinpointException.BuilderPinpointException. builder()PinpointException.BuilderPinpointException.Builder. cause(Throwable cause)PinpointException.BuilderPinpointException.Builder. message(String message)PinpointException.BuilderPinpointException.Builder. requestId(String requestId)PinpointException.BuilderPinpointException.Builder. statusCode(int statusCode)PinpointException.BuilderPinpointException. toBuilder()PinpointException.BuilderPinpointException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type PinpointException.Builder Modifier and Type Method Description static Class<? extends PinpointException.Builder>PinpointException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.pinpoint.model with parameters of type PinpointException.Builder Constructor Description PinpointException(PinpointException.Builder builder)
-