Uses of Class
software.amazon.awssdk.services.cognitoidentity.model.MergeDeveloperIdentitiesResponse
-
Packages that use MergeDeveloperIdentitiesResponse Package Description software.amazon.awssdk.services.cognitoidentity Amazon Cognito Federated Identities -
-
Uses of MergeDeveloperIdentitiesResponse in software.amazon.awssdk.services.cognitoidentity
Methods in software.amazon.awssdk.services.cognitoidentity that return MergeDeveloperIdentitiesResponse Modifier and Type Method Description default MergeDeveloperIdentitiesResponseCognitoIdentityClient. mergeDeveloperIdentities(Consumer<MergeDeveloperIdentitiesRequest.Builder> mergeDeveloperIdentitiesRequest)Merges two users having differentIdentityIds, existing in the same identity pool, and identified by the same developer provider.default MergeDeveloperIdentitiesResponseCognitoIdentityClient. mergeDeveloperIdentities(MergeDeveloperIdentitiesRequest mergeDeveloperIdentitiesRequest)Merges two users having differentIdentityIds, existing in the same identity pool, and identified by the same developer provider.Methods in software.amazon.awssdk.services.cognitoidentity that return types with arguments of type MergeDeveloperIdentitiesResponse Modifier and Type Method Description default CompletableFuture<MergeDeveloperIdentitiesResponse>CognitoIdentityAsyncClient. mergeDeveloperIdentities(Consumer<MergeDeveloperIdentitiesRequest.Builder> mergeDeveloperIdentitiesRequest)Merges two users having differentIdentityIds, existing in the same identity pool, and identified by the same developer provider.default CompletableFuture<MergeDeveloperIdentitiesResponse>CognitoIdentityAsyncClient. mergeDeveloperIdentities(MergeDeveloperIdentitiesRequest mergeDeveloperIdentitiesRequest)Merges two users having differentIdentityIds, existing in the same identity pool, and identified by the same developer provider.
-