Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ThrottlingReason.Builder
-
Packages that use ThrottlingReason.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of ThrottlingReason.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ThrottlingReason.Builder Modifier and Type Method Description static ThrottlingReason.BuilderThrottlingReason. builder()ThrottlingReason.BuilderThrottlingReason.Builder. reason(String reason)The reason for throttling.ThrottlingReason.BuilderThrottlingReason.Builder. resource(String resource)The Amazon Resource Name (ARN) of the DynamoDB table or index that experienced the throttling event.ThrottlingReason.BuilderThrottlingReason. toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ThrottlingReason.Builder Modifier and Type Method Description static Class<? extends ThrottlingReason.Builder>ThrottlingReason. serializableBuilderClass()
-