| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentity |
|
| com.amazonaws.services.cognitoidentity.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
AbstractAmazonCognitoIdentity.listTagsForResource(ListTagsForResourceRequest request) |
ListTagsForResourceResult |
AmazonCognitoIdentityClient.listTagsForResource(ListTagsForResourceRequest request)
Lists the tags that are assigned to an Amazon Cognito identity pool.
|
ListTagsForResourceResult |
AmazonCognitoIdentity.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags that are assigned to an Amazon Cognito identity pool.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AmazonCognitoIdentityAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists the tags that are assigned to an Amazon Cognito identity pool.
|
Future<ListTagsForResourceResult> |
AmazonCognitoIdentityAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AbstractAmazonCognitoIdentityAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ListTagsForResourceResult |
ListTagsForResourceResult.clearTagsEntries()
Removes all the entries added into Tags.
|
ListTagsForResourceResult |
ListTagsForResourceResult.clone() |
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Map<String,String> tags)
The tags that are assigned to the identity pool.
|
Copyright © 2021. All rights reserved.