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