Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AddCustomAttributesRequest.Builder
-
Packages that use AddCustomAttributesRequest.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users.software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of AddCustomAttributesRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type AddCustomAttributesRequest.Builder Modifier and Type Method Description default CompletableFuture<AddCustomAttributesResponse>CognitoIdentityProviderAsyncClient. addCustomAttributes(Consumer<AddCustomAttributesRequest.Builder> addCustomAttributesRequest)Adds additional user attributes to the user pool schema.default AddCustomAttributesResponseCognitoIdentityProviderClient. addCustomAttributes(Consumer<AddCustomAttributesRequest.Builder> addCustomAttributesRequest)Adds additional user attributes to the user pool schema. -
Uses of AddCustomAttributesRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AddCustomAttributesRequest.Builder Modifier and Type Method Description static AddCustomAttributesRequest.BuilderAddCustomAttributesRequest. builder()AddCustomAttributesRequest.BuilderAddCustomAttributesRequest.Builder. customAttributes(Collection<SchemaAttributeType> customAttributes)An array of custom attribute names and other properties.AddCustomAttributesRequest.BuilderAddCustomAttributesRequest.Builder. customAttributes(Consumer<SchemaAttributeType.Builder>... customAttributes)An array of custom attribute names and other properties.AddCustomAttributesRequest.BuilderAddCustomAttributesRequest.Builder. customAttributes(SchemaAttributeType... customAttributes)An array of custom attribute names and other properties.AddCustomAttributesRequest.BuilderAddCustomAttributesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AddCustomAttributesRequest.BuilderAddCustomAttributesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AddCustomAttributesRequest.BuilderAddCustomAttributesRequest. toBuilder()AddCustomAttributesRequest.BuilderAddCustomAttributesRequest.Builder. userPoolId(String userPoolId)The ID of the user pool where you want to add custom attributes.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AddCustomAttributesRequest.Builder Modifier and Type Method Description static Class<? extends AddCustomAttributesRequest.Builder>AddCustomAttributesRequest. serializableBuilderClass()
-