Uses of Interface
software.amazon.awssdk.services.paymentcryptography.model.PaymentCryptographyException.Builder
-
Packages that use PaymentCryptographyException.Builder Package Description software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of PaymentCryptographyException.Builder in software.amazon.awssdk.services.paymentcryptography.model
Subinterfaces of PaymentCryptographyException.Builder in software.amazon.awssdk.services.paymentcryptography.model Modifier and Type Interface Description static interfaceAccessDeniedException.Builderstatic interfaceConflictException.Builderstatic interfaceInternalServerException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceServiceQuotaExceededException.Builderstatic interfaceServiceUnavailableException.Builderstatic interfaceThrottlingException.Builderstatic interfaceValidationException.BuilderClasses in software.amazon.awssdk.services.paymentcryptography.model that implement PaymentCryptographyException.Builder Modifier and Type Class Description protected static classPaymentCryptographyException.BuilderImplMethods in software.amazon.awssdk.services.paymentcryptography.model that return PaymentCryptographyException.Builder Modifier and Type Method Description PaymentCryptographyException.BuilderPaymentCryptographyException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static PaymentCryptographyException.BuilderPaymentCryptographyException. builder()PaymentCryptographyException.BuilderPaymentCryptographyException.Builder. cause(Throwable cause)PaymentCryptographyException.BuilderPaymentCryptographyException.Builder. message(String message)PaymentCryptographyException.BuilderPaymentCryptographyException.Builder. requestId(String requestId)PaymentCryptographyException.BuilderPaymentCryptographyException.Builder. statusCode(int statusCode)PaymentCryptographyException.BuilderPaymentCryptographyException. toBuilder()PaymentCryptographyException.BuilderPaymentCryptographyException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.paymentcryptography.model that return types with arguments of type PaymentCryptographyException.Builder Modifier and Type Method Description static Class<? extends PaymentCryptographyException.Builder>PaymentCryptographyException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.paymentcryptography.model with parameters of type PaymentCryptographyException.Builder Constructor Description PaymentCryptographyException(PaymentCryptographyException.Builder builder)
-