Uses of Class
software.amazon.awssdk.services.cognitoidentity.model.UnprocessedIdentityId
-
Packages that use UnprocessedIdentityId Package Description software.amazon.awssdk.services.cognitoidentity.model -
-
Uses of UnprocessedIdentityId in software.amazon.awssdk.services.cognitoidentity.model
Methods in software.amazon.awssdk.services.cognitoidentity.model that return types with arguments of type UnprocessedIdentityId Modifier and Type Method Description List<UnprocessedIdentityId>DeleteIdentitiesResponse. unprocessedIdentityIds()An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.Methods in software.amazon.awssdk.services.cognitoidentity.model with parameters of type UnprocessedIdentityId Modifier and Type Method Description DeleteIdentitiesResponse.BuilderDeleteIdentitiesResponse.Builder. unprocessedIdentityIds(UnprocessedIdentityId... unprocessedIdentityIds)An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.Method parameters in software.amazon.awssdk.services.cognitoidentity.model with type arguments of type UnprocessedIdentityId Modifier and Type Method Description DeleteIdentitiesResponse.BuilderDeleteIdentitiesResponse.Builder. unprocessedIdentityIds(Collection<UnprocessedIdentityId> unprocessedIdentityIds)An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.
-