Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminAddUserToGroupRequest.Builder
Packages that use AdminAddUserToGroupRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of AdminAddUserToGroupRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type AdminAddUserToGroupRequest.BuilderModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.adminAddUserToGroup(Consumer<AdminAddUserToGroupRequest.Builder> adminAddUserToGroupRequest) Adds a user to a group.default AdminAddUserToGroupResponseCognitoIdentityProviderClient.adminAddUserToGroup(Consumer<AdminAddUserToGroupRequest.Builder> adminAddUserToGroupRequest) Adds a user to a group. -
Uses of AdminAddUserToGroupRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AdminAddUserToGroupRequest.BuilderModifier and TypeMethodDescriptionAdminAddUserToGroupRequest.builder()The name of the group that you want to add your user to.AdminAddUserToGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AdminAddUserToGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AdminAddUserToGroupRequest.toBuilder()The name of the user that you want to query or modify.AdminAddUserToGroupRequest.Builder.userPoolId(String userPoolId) The ID of the user pool that contains the group that you want to add the user to.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AdminAddUserToGroupRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AdminAddUserToGroupRequest.Builder>AdminAddUserToGroupRequest.serializableBuilderClass()