Uses of Interface
software.amazon.awssdk.services.kms.model.KmsException.Builder
-
Packages that use KmsException.Builder Package Description software.amazon.awssdk.services.kms.model -
-
Uses of KmsException.Builder in software.amazon.awssdk.services.kms.model
Classes in software.amazon.awssdk.services.kms.model that implement KmsException.Builder Modifier and Type Class Description protected static class
KmsException.BuilderImpl
Methods in software.amazon.awssdk.services.kms.model that return KmsException.Builder Modifier and Type Method Description KmsException.Builder
KmsException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)
static KmsException.Builder
KmsException. builder()
KmsException.Builder
KmsException.Builder. cause(Throwable cause)
KmsException.Builder
KmsException.Builder. message(String message)
KmsException.Builder
KmsException.Builder. requestId(String requestId)
KmsException.Builder
KmsException.Builder. statusCode(int statusCode)
KmsException.Builder
KmsException. toBuilder()
KmsException.Builder
KmsException.Builder. writableStackTrace(Boolean writableStackTrace)
Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type KmsException.Builder Modifier and Type Method Description static Class<? extends KmsException.Builder>
KmsException. serializableBuilderClass()
Constructors in software.amazon.awssdk.services.kms.model with parameters of type KmsException.Builder Constructor Description KmsException(KmsException.Builder builder)
-