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.Builder
KmsThrottlingException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)
static KmsThrottlingException.Builder
KmsThrottlingException. builder()
KmsThrottlingException.Builder
KmsThrottlingException.Builder. cause(Throwable cause)
KmsThrottlingException.Builder
KmsThrottlingException.Builder. message(String message)
KmsThrottlingException.Builder
KmsThrottlingException.Builder. requestId(String requestId)
KmsThrottlingException.Builder
KmsThrottlingException.Builder. statusCode(int statusCode)
KmsThrottlingException.Builder
KmsThrottlingException. toBuilder()
KmsThrottlingException.Builder
KmsThrottlingException.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()
-