| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentity |
|
| Modifier and Type | Method and Description |
|---|---|
default GetPrincipalTagAttributeMapResponse |
CognitoIdentityClient.getPrincipalTagAttributeMap(Consumer<GetPrincipalTagAttributeMapRequest.Builder> getPrincipalTagAttributeMapRequest)
Use
GetPrincipalTagAttributeMap to list all mappings between PrincipalTags and user
attributes. |
default GetPrincipalTagAttributeMapResponse |
CognitoIdentityClient.getPrincipalTagAttributeMap(GetPrincipalTagAttributeMapRequest getPrincipalTagAttributeMapRequest)
Use
GetPrincipalTagAttributeMap to list all mappings between PrincipalTags and user
attributes. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetPrincipalTagAttributeMapResponse> |
CognitoIdentityAsyncClient.getPrincipalTagAttributeMap(Consumer<GetPrincipalTagAttributeMapRequest.Builder> getPrincipalTagAttributeMapRequest)
Use
GetPrincipalTagAttributeMap to list all mappings between PrincipalTags and user
attributes. |
default CompletableFuture<GetPrincipalTagAttributeMapResponse> |
CognitoIdentityAsyncClient.getPrincipalTagAttributeMap(GetPrincipalTagAttributeMapRequest getPrincipalTagAttributeMapRequest)
Use
GetPrincipalTagAttributeMap to list all mappings between PrincipalTags and user
attributes. |
Copyright © 2023. All rights reserved.