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