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