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