| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentity |
|
| com.amazonaws.services.cognitoidentity.model |
Classes modeling the various types represented by AmazonCognitoIdentity
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceResult |
AmazonCognitoIdentityClient.tagResource(TagResourceRequest tagResourceRequest)
Assigns a set of tags to an Amazon Cognito identity pool.
|
TagResourceResult |
AmazonCognitoIdentity.tagResource(TagResourceRequest tagResourceRequest)
Assigns a set of tags to an Amazon Cognito identity pool.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.addTagsEntry(String key,
String value)
The tags to assign to the identity pool.
|
TagResourceRequest |
TagResourceRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
TagResourceRequest |
TagResourceRequest.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the identity pool to assign the tags
to.
|
TagResourceRequest |
TagResourceRequest.withTags(Map<String,String> tags)
The tags to assign to the identity pool.
|
Copyright © 2019. All rights reserved.