Uses of Class
software.amazon.awssdk.services.cognitoidentity.model.SetPrincipalTagAttributeMapRequest
-
Packages that use SetPrincipalTagAttributeMapRequest Package Description software.amazon.awssdk.services.cognitoidentity Amazon Cognito Federated Identities software.amazon.awssdk.services.cognitoidentity.transform -
-
Uses of SetPrincipalTagAttributeMapRequest in software.amazon.awssdk.services.cognitoidentity
Methods in software.amazon.awssdk.services.cognitoidentity with parameters of type SetPrincipalTagAttributeMapRequest Modifier and Type Method Description default CompletableFuture<SetPrincipalTagAttributeMapResponse>CognitoIdentityAsyncClient. setPrincipalTagAttributeMap(SetPrincipalTagAttributeMapRequest setPrincipalTagAttributeMapRequest)You can use this operation to use default (username and clientID) attribute or custom attribute mappings.default SetPrincipalTagAttributeMapResponseCognitoIdentityClient. setPrincipalTagAttributeMap(SetPrincipalTagAttributeMapRequest setPrincipalTagAttributeMapRequest)You can use this operation to use default (username and clientID) attribute or custom attribute mappings. -
Uses of SetPrincipalTagAttributeMapRequest in software.amazon.awssdk.services.cognitoidentity.transform
Methods in software.amazon.awssdk.services.cognitoidentity.transform with parameters of type SetPrincipalTagAttributeMapRequest Modifier and Type Method Description SdkHttpFullRequestSetPrincipalTagAttributeMapRequestMarshaller. marshall(SetPrincipalTagAttributeMapRequest setPrincipalTagAttributeMapRequest)
-