| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentity |
|
| com.amazonaws.services.cognitoidentity.model |
| Modifier and Type | Method and Description |
|---|---|
SetPrincipalTagAttributeMapResult |
AmazonCognitoIdentityClient.setPrincipalTagAttributeMap(SetPrincipalTagAttributeMapRequest request)
You can use this operation to use default (username and clientID) attribute or custom attribute mappings.
|
SetPrincipalTagAttributeMapResult |
AmazonCognitoIdentity.setPrincipalTagAttributeMap(SetPrincipalTagAttributeMapRequest setPrincipalTagAttributeMapRequest)
You can use this operation to use default (username and clientID) attribute or custom attribute mappings.
|
SetPrincipalTagAttributeMapResult |
AbstractAmazonCognitoIdentity.setPrincipalTagAttributeMap(SetPrincipalTagAttributeMapRequest request) |
| Modifier and Type | Method and Description |
|---|---|
SetPrincipalTagAttributeMapResult |
SetPrincipalTagAttributeMapResult.addPrincipalTagsEntry(String key,
String value)
Add a single PrincipalTags entry
|
SetPrincipalTagAttributeMapResult |
SetPrincipalTagAttributeMapResult.clearPrincipalTagsEntries()
Removes all the entries added into PrincipalTags.
|
SetPrincipalTagAttributeMapResult |
SetPrincipalTagAttributeMapResult.clone() |
SetPrincipalTagAttributeMapResult |
SetPrincipalTagAttributeMapResult.withIdentityPoolId(String identityPoolId)
The ID of the Identity Pool you want to set attribute mappings for.
|
SetPrincipalTagAttributeMapResult |
SetPrincipalTagAttributeMapResult.withIdentityProviderName(String identityProviderName)
The provider name you want to use for attribute mappings.
|
SetPrincipalTagAttributeMapResult |
SetPrincipalTagAttributeMapResult.withPrincipalTags(Map<String,String> principalTags)
You can use this operation to add principal tags.
|
SetPrincipalTagAttributeMapResult |
SetPrincipalTagAttributeMapResult.withUseDefaults(Boolean useDefaults)
You can use this operation to select default (username and clientID) attribute mappings.
|
Copyright © 2023. All rights reserved.