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