Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.LimitDefinitionType.Builder
Packages that use LimitDefinitionType.Builder
-
Uses of LimitDefinitionType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return LimitDefinitionType.BuilderModifier and TypeMethodDescriptionLimitDefinitionType.Builder.attributes(Map<String, String> attributes) The attributes that identify the specific limit.static LimitDefinitionType.BuilderLimitDefinitionType.builder()LimitDefinitionType.Builder.limitClass(String limitClass) The class of the limit.LimitDefinitionType.Builder.limitClass(LimitClass limitClass) The class of the limit.LimitDefinitionType.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type LimitDefinitionType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LimitDefinitionType.Builder>LimitDefinitionType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type LimitDefinitionType.BuilderModifier and TypeMethodDescriptionGetProvisionedLimitRequest.Builder.limitDefinition(Consumer<LimitDefinitionType.Builder> limitDefinition) The limit to retrieve.default LimitType.BuilderLimitType.Builder.limitDefinition(Consumer<LimitDefinitionType.Builder> limitDefinition) The definition that identifies this limit, including the class and attributes.UpdateProvisionedLimitRequest.Builder.limitDefinition(Consumer<LimitDefinitionType.Builder> limitDefinition) The limit to update.