Uses of Interface
software.amazon.awssdk.services.pi.model.PiException.Builder
-
Packages that use PiException.Builder Package Description software.amazon.awssdk.services.pi.model -
-
Uses of PiException.Builder in software.amazon.awssdk.services.pi.model
Subinterfaces of PiException.Builder in software.amazon.awssdk.services.pi.model Modifier and Type Interface Description static interfaceInternalServiceErrorException.Builderstatic interfaceInvalidArgumentException.Builderstatic interfaceNotAuthorizedException.BuilderClasses in software.amazon.awssdk.services.pi.model that implement PiException.Builder Modifier and Type Class Description protected static classPiException.BuilderImplMethods in software.amazon.awssdk.services.pi.model that return PiException.Builder Modifier and Type Method Description PiException.BuilderPiException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static PiException.BuilderPiException. builder()PiException.BuilderPiException.Builder. cause(Throwable cause)PiException.BuilderPiException.Builder. message(String message)PiException.BuilderPiException.Builder. requestId(String requestId)PiException.BuilderPiException.Builder. statusCode(int statusCode)PiException.BuilderPiException. toBuilder()PiException.BuilderPiException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.pi.model that return types with arguments of type PiException.Builder Modifier and Type Method Description static Class<? extends PiException.Builder>PiException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.pi.model with parameters of type PiException.Builder Constructor Description PiException(PiException.Builder builder)
-