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