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