Uses of Class
software.amazon.awssdk.services.cognitoidentity.model.GetPrincipalTagAttributeMapResponse
-
Packages that use GetPrincipalTagAttributeMapResponse Package Description software.amazon.awssdk.services.cognitoidentity Amazon Cognito Federated Identities -
-
Uses of GetPrincipalTagAttributeMapResponse in software.amazon.awssdk.services.cognitoidentity
Methods in software.amazon.awssdk.services.cognitoidentity that return GetPrincipalTagAttributeMapResponse Modifier and Type Method Description default GetPrincipalTagAttributeMapResponseCognitoIdentityClient. getPrincipalTagAttributeMap(Consumer<GetPrincipalTagAttributeMapRequest.Builder> getPrincipalTagAttributeMapRequest)UseGetPrincipalTagAttributeMapto list all mappings betweenPrincipalTagsand user attributes.default GetPrincipalTagAttributeMapResponseCognitoIdentityClient. getPrincipalTagAttributeMap(GetPrincipalTagAttributeMapRequest getPrincipalTagAttributeMapRequest)UseGetPrincipalTagAttributeMapto list all mappings betweenPrincipalTagsand user attributes.Methods in software.amazon.awssdk.services.cognitoidentity that return types with arguments of type GetPrincipalTagAttributeMapResponse Modifier and Type Method Description default CompletableFuture<GetPrincipalTagAttributeMapResponse>CognitoIdentityAsyncClient. getPrincipalTagAttributeMap(Consumer<GetPrincipalTagAttributeMapRequest.Builder> getPrincipalTagAttributeMapRequest)UseGetPrincipalTagAttributeMapto list all mappings betweenPrincipalTagsand user attributes.default CompletableFuture<GetPrincipalTagAttributeMapResponse>CognitoIdentityAsyncClient. getPrincipalTagAttributeMap(GetPrincipalTagAttributeMapRequest getPrincipalTagAttributeMapRequest)UseGetPrincipalTagAttributeMapto list all mappings betweenPrincipalTagsand user attributes.
-