| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentityprovider |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
| com.amazonaws.services.cognitoidentityprovider.model |
Classes modeling the various types represented by AmazonCognitoIdentityProvider
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceResult |
AmazonCognitoIdentityProviderClient.tagResource(TagResourceRequest tagResourceRequest)
Assigns a set of tags to an Amazon Cognito user pool.
|
TagResourceResult |
AmazonCognitoIdentityProvider.tagResource(TagResourceRequest tagResourceRequest)
Assigns a set of tags to an Amazon Cognito user pool.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.addTagsEntry(String key,
String value)
The tags to assign to the user pool.
|
TagResourceRequest |
TagResourceRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
TagResourceRequest |
TagResourceRequest.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the user pool to assign the tags to.
|
TagResourceRequest |
TagResourceRequest.withTags(Map<String,String> tags)
The tags to assign to the user pool.
|
Copyright © 2020. All rights reserved.