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