Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AttributeType.Builder
-
Packages that use AttributeType.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of AttributeType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AttributeType.Builder Modifier and Type Method Description static AttributeType.BuilderAttributeType. builder()AttributeType.BuilderAttributeType.Builder. name(String name)The name of the attribute.AttributeType.BuilderAttributeType. toBuilder()AttributeType.BuilderAttributeType.Builder. value(String value)The value of the attribute.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AttributeType.Builder Modifier and Type Method Description static Class<? extends AttributeType.Builder>AttributeType. serializableBuilderClass()
-