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