| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
AWSCognitoIdentityProvider.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags that are assigned to an Amazon Cognito user pool.
|
ListTagsForResourceResult |
AbstractAWSCognitoIdentityProvider.listTagsForResource(ListTagsForResourceRequest request) |
ListTagsForResourceResult |
AWSCognitoIdentityProviderClient.listTagsForResource(ListTagsForResourceRequest request)
Lists the tags that are assigned to an Amazon Cognito user pool.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AWSCognitoIdentityProviderAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists the tags that are assigned to an Amazon Cognito user pool.
|
Future<ListTagsForResourceResult> |
AWSCognitoIdentityProviderAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AbstractAWSCognitoIdentityProviderAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.addTagsEntry(String key,
String value) |
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 user pool.
|
Copyright © 2019. All rights reserved.