Uses of Class
software.amazon.awssdk.services.dynamodb.model.ThrottlingReason
-
Packages that use ThrottlingReason Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of ThrottlingReason in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ThrottlingReason Modifier and Type Method Description List<ThrottlingReason>ProvisionedThroughputExceededException. throttlingReasons()A list of ThrottlingReason that provide detailed diagnostic information about why the request was throttled.List<ThrottlingReason>RequestLimitExceededException. throttlingReasons()A list of ThrottlingReason that provide detailed diagnostic information about why the request was throttled.List<ThrottlingReason>ThrottlingException. throttlingReasons()A list of ThrottlingReason that provide detailed diagnostic information about why the request was throttled.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ThrottlingReason Modifier and Type Method Description ProvisionedThroughputExceededException.BuilderProvisionedThroughputExceededException.Builder. throttlingReasons(ThrottlingReason... throttlingReasons)A list of ThrottlingReason that provide detailed diagnostic information about why the request was throttled.RequestLimitExceededException.BuilderRequestLimitExceededException.Builder. throttlingReasons(ThrottlingReason... throttlingReasons)A list of ThrottlingReason that provide detailed diagnostic information about why the request was throttled.ThrottlingException.BuilderThrottlingException.Builder. throttlingReasons(ThrottlingReason... throttlingReasons)A list of ThrottlingReason that provide detailed diagnostic information about why the request was throttled.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type ThrottlingReason Modifier and Type Method Description ProvisionedThroughputExceededException.BuilderProvisionedThroughputExceededException.Builder. throttlingReasons(Collection<ThrottlingReason> throttlingReasons)A list of ThrottlingReason that provide detailed diagnostic information about why the request was throttled.RequestLimitExceededException.BuilderRequestLimitExceededException.Builder. throttlingReasons(Collection<ThrottlingReason> throttlingReasons)A list of ThrottlingReason that provide detailed diagnostic information about why the request was throttled.ThrottlingException.BuilderThrottlingException.Builder. throttlingReasons(Collection<ThrottlingReason> throttlingReasons)A list of ThrottlingReason that provide detailed diagnostic information about why the request was throttled.
-