Uses of Interface
software.amazon.awssdk.services.cognitoidentity.model.LookupDeveloperIdentityRequest.Builder
-
Packages that use LookupDeveloperIdentityRequest.Builder Package Description software.amazon.awssdk.services.cognitoidentity Amazon Cognito Federated Identities software.amazon.awssdk.services.cognitoidentity.model -
-
Uses of LookupDeveloperIdentityRequest.Builder in software.amazon.awssdk.services.cognitoidentity
Method parameters in software.amazon.awssdk.services.cognitoidentity with type arguments of type LookupDeveloperIdentityRequest.Builder Modifier and Type Method Description default CompletableFuture<LookupDeveloperIdentityResponse>CognitoIdentityAsyncClient. lookupDeveloperIdentity(Consumer<LookupDeveloperIdentityRequest.Builder> lookupDeveloperIdentityRequest)Retrieves theIdentityIDassociated with aDeveloperUserIdentifieror the list ofDeveloperUserIdentifiervalues associated with anIdentityIdfor an existing identity.default LookupDeveloperIdentityResponseCognitoIdentityClient. lookupDeveloperIdentity(Consumer<LookupDeveloperIdentityRequest.Builder> lookupDeveloperIdentityRequest)Retrieves theIdentityIDassociated with aDeveloperUserIdentifieror the list ofDeveloperUserIdentifiervalues associated with anIdentityIdfor an existing identity. -
Uses of LookupDeveloperIdentityRequest.Builder in software.amazon.awssdk.services.cognitoidentity.model
Methods in software.amazon.awssdk.services.cognitoidentity.model that return LookupDeveloperIdentityRequest.Builder Modifier and Type Method Description static LookupDeveloperIdentityRequest.BuilderLookupDeveloperIdentityRequest. builder()LookupDeveloperIdentityRequest.BuilderLookupDeveloperIdentityRequest.Builder. developerUserIdentifier(String developerUserIdentifier)A unique ID used by your backend authentication process to identify a user.LookupDeveloperIdentityRequest.BuilderLookupDeveloperIdentityRequest.Builder. identityId(String identityId)A unique identifier in the format REGION:GUID.LookupDeveloperIdentityRequest.BuilderLookupDeveloperIdentityRequest.Builder. identityPoolId(String identityPoolId)An identity pool ID in the format REGION:GUID.LookupDeveloperIdentityRequest.BuilderLookupDeveloperIdentityRequest.Builder. maxResults(Integer maxResults)The maximum number of identities to return.LookupDeveloperIdentityRequest.BuilderLookupDeveloperIdentityRequest.Builder. nextToken(String nextToken)A pagination token.LookupDeveloperIdentityRequest.BuilderLookupDeveloperIdentityRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)LookupDeveloperIdentityRequest.BuilderLookupDeveloperIdentityRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)LookupDeveloperIdentityRequest.BuilderLookupDeveloperIdentityRequest. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentity.model that return types with arguments of type LookupDeveloperIdentityRequest.Builder Modifier and Type Method Description static Class<? extends LookupDeveloperIdentityRequest.Builder>LookupDeveloperIdentityRequest. serializableBuilderClass()
-