Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.LimitType.Builder
Packages that use LimitType.Builder
-
Uses of LimitType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return LimitType.BuilderModifier and TypeMethodDescriptionstatic LimitType.BuilderLimitType.builder()LimitType.Builder.freeLimitValue(Integer freeLimitValue) The default (free) limit value, in requests per second (RPS).default LimitType.BuilderLimitType.Builder.limitDefinition(Consumer<LimitDefinitionType.Builder> limitDefinition) The definition that identifies this limit, including the class and attributes.LimitType.Builder.limitDefinition(LimitDefinitionType limitDefinition) The definition that identifies this limit, including the class and attributes.LimitType.Builder.provisionedLimitValue(Integer provisionedLimitValue) The provisioned limit value, in requests per second (RPS).LimitType.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type LimitType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LimitType.Builder>LimitType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type LimitType.BuilderModifier and TypeMethodDescriptionGetProvisionedLimitResponse.Builder.limit(Consumer<LimitType.Builder> limit) The provisioned and default limit values for the requested limit.UpdateProvisionedLimitResponse.Builder.limit(Consumer<LimitType.Builder> limit) The updated provisioned and default limit values.