Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughputExceededException.Builder
Packages that use ProvisionedThroughputExceededException.Builder
-
Uses of ProvisionedThroughputExceededException.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ProvisionedThroughputExceededException.BuilderModifier and TypeMethodDescriptionProvisionedThroughputExceededException.Builder.awsErrorDetails(AwsErrorDetails awsErrorDetails) ProvisionedThroughputExceededException.builder()ProvisionedThroughputExceededException.Builder.numAttempts(Integer numAttempts) ProvisionedThroughputExceededException.Builder.statusCode(int statusCode) ProvisionedThroughputExceededException.Builder.throttlingReasons(Collection<ThrottlingReason> throttlingReasons) A list of ThrottlingReason that provide detailed diagnostic information about why the request was throttled.ProvisionedThroughputExceededException.Builder.throttlingReasons(Consumer<ThrottlingReason.Builder>... throttlingReasons) A list of ThrottlingReason that provide detailed diagnostic information about why the request was throttled.ProvisionedThroughputExceededException.Builder.throttlingReasons(ThrottlingReason... throttlingReasons) A list of ThrottlingReason that provide detailed diagnostic information about why the request was throttled.ProvisionedThroughputExceededException.toBuilder()ProvisionedThroughputExceededException.Builder.writableStackTrace(Boolean writableStackTrace) Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ProvisionedThroughputExceededException.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ProvisionedThroughputExceededException.Builder>ProvisionedThroughputExceededException.serializableBuilderClass()