Uses of Interface
software.amazon.awssdk.services.signer.model.SignerException.Builder
-
Packages that use SignerException.Builder Package Description software.amazon.awssdk.services.signer.model -
-
Uses of SignerException.Builder in software.amazon.awssdk.services.signer.model
Subinterfaces of SignerException.Builder in software.amazon.awssdk.services.signer.model Modifier and Type Interface Description static interfaceAccessDeniedException.Builderstatic interfaceBadRequestException.Builderstatic interfaceConflictException.Builderstatic interfaceInternalServiceErrorException.Builderstatic interfaceNotFoundException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceServiceLimitExceededException.Builderstatic interfaceThrottlingException.Builderstatic interfaceTooManyRequestsException.Builderstatic interfaceValidationException.BuilderClasses in software.amazon.awssdk.services.signer.model that implement SignerException.Builder Modifier and Type Class Description protected static classSignerException.BuilderImplMethods in software.amazon.awssdk.services.signer.model that return SignerException.Builder Modifier and Type Method Description SignerException.BuilderSignerException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static SignerException.BuilderSignerException. builder()SignerException.BuilderSignerException.Builder. cause(Throwable cause)SignerException.BuilderSignerException.Builder. message(String message)SignerException.BuilderSignerException.Builder. requestId(String requestId)SignerException.BuilderSignerException.Builder. statusCode(int statusCode)SignerException.BuilderSignerException. toBuilder()SignerException.BuilderSignerException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.signer.model that return types with arguments of type SignerException.Builder Modifier and Type Method Description static Class<? extends SignerException.Builder>SignerException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.signer.model with parameters of type SignerException.Builder Constructor Description SignerException(SignerException.Builder builder)
-