Uses of Class
com.amazonaws.services.cognitoidentity.model.UnprocessedIdentityId
Packages that use UnprocessedIdentityId
-
Uses of UnprocessedIdentityId in com.amazonaws.services.cognitoidentity.model
Methods in com.amazonaws.services.cognitoidentity.model that return UnprocessedIdentityIdModifier and TypeMethodDescriptionUnprocessedIdentityId.clone()UnprocessedIdentityId.withErrorCode(ErrorCode errorCode) The error code indicating the type of error that occurred.UnprocessedIdentityId.withErrorCode(String errorCode) The error code indicating the type of error that occurred.UnprocessedIdentityId.withIdentityId(String identityId) A unique identifier in the format REGION:GUID.Methods in com.amazonaws.services.cognitoidentity.model that return types with arguments of type UnprocessedIdentityIdModifier and TypeMethodDescriptionDeleteIdentitiesResult.getUnprocessedIdentityIds()An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.Methods in com.amazonaws.services.cognitoidentity.model with parameters of type UnprocessedIdentityIdModifier and TypeMethodDescriptionDeleteIdentitiesResult.withUnprocessedIdentityIds(UnprocessedIdentityId... unprocessedIdentityIds) An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.Method parameters in com.amazonaws.services.cognitoidentity.model with type arguments of type UnprocessedIdentityIdModifier and TypeMethodDescriptionvoidDeleteIdentitiesResult.setUnprocessedIdentityIds(Collection<UnprocessedIdentityId> unprocessedIdentityIds) An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.DeleteIdentitiesResult.withUnprocessedIdentityIds(Collection<UnprocessedIdentityId> unprocessedIdentityIds) An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.