| 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 |
|---|---|
UntagResourceResult |
AmazonCognitoIdentityClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes the specified tags from an Amazon Cognito identity pool.
|
UntagResourceResult |
AmazonCognitoIdentity.untagResource(UntagResourceRequest untagResourceRequest)
Removes the specified tags from an Amazon Cognito identity pool.
|
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest |
UntagResourceRequest.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the identity pool that the tags are
assigned to.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(Collection<String> tagKeys)
The keys of the tags to remove from the user pool.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(String... tagKeys)
The keys of the tags to remove from the user pool.
|
Copyright © 2019. All rights reserved.