Uses of Class
software.amazon.awssdk.services.cognitoidentity.model.SetPrincipalTagAttributeMapResponse
-
Packages that use SetPrincipalTagAttributeMapResponse Package Description software.amazon.awssdk.services.cognitoidentity Amazon Cognito Federated Identities -
-
Uses of SetPrincipalTagAttributeMapResponse in software.amazon.awssdk.services.cognitoidentity
Methods in software.amazon.awssdk.services.cognitoidentity that return SetPrincipalTagAttributeMapResponse Modifier and Type Method Description default SetPrincipalTagAttributeMapResponseCognitoIdentityClient. setPrincipalTagAttributeMap(Consumer<SetPrincipalTagAttributeMapRequest.Builder> 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.Methods in software.amazon.awssdk.services.cognitoidentity that return types with arguments of type SetPrincipalTagAttributeMapResponse Modifier and Type Method Description default CompletableFuture<SetPrincipalTagAttributeMapResponse>CognitoIdentityAsyncClient. setPrincipalTagAttributeMap(Consumer<SetPrincipalTagAttributeMapRequest.Builder> setPrincipalTagAttributeMapRequest)You can use this operation to use default (username and clientID) attribute or custom attribute mappings.default CompletableFuture<SetPrincipalTagAttributeMapResponse>CognitoIdentityAsyncClient. setPrincipalTagAttributeMap(SetPrincipalTagAttributeMapRequest setPrincipalTagAttributeMapRequest)You can use this operation to use default (username and clientID) attribute or custom attribute mappings.
-